Skip to content

Latest commit

 

History

History
241 lines (131 loc) · 8.4 KB

CHANGELOG.md

File metadata and controls

241 lines (131 loc) · 8.4 KB

1.0.2 (Wed Jun 05 2024)

🏠 Internal

Authors: 1


1.0.1 (Wed Jun 05 2024)

📝 Documentation

  • Manually fixup CHANGELOG for 1.0 -- release failed #2 (@yarikoptic)

Authors: 1


1.0.0 (Wed Jun 05 2024)

💥 Breaking Change

  • Rebrand into fscacher-pkgtester (python package remains the same) #1 (@yarikoptic)

Authors: 1


0.4.1 (Tue Jun 04 2024)

🐛 Bug Fix

🏠 Internal

🧪 Tests

  • Test against Python 3.12 and PyPy 3.10 #84 (@jwodder)
  • Use Python 3.8 to test against dev version of joblib #86 (@jwodder)

🔩 Dependency Updates

Authors: 3


0.4.0 (Wed Aug 16 2023)

🚀 Enhancement

Authors: 2


0.3.0 (Mon Feb 20 2023)

🚀 Enhancement

  • Ignore cache for non-path-like arguments #79 (@jwodder)

🐛 Bug Fix

🏠 Internal

🧪 Tests

Authors: 2


0.2.0 (Tue Feb 22 2022)

🚀 Enhancement

  • Support specifying a custom path for the cache; tokens becomes kwonly #73 (@jwodder)
  • make joblib ignore "path" , pass resolved as part of the fingerprinting kwargs arg #63 (@yarikoptic @jwodder)

🏎 Performance

  • Cache directory fingerprint as a XORed hash of file fingerprints #71 (@jwodder)
  • Don't fingerprint paths when caching is ignored #72 (@jwodder)

🏠 Internal

🧪 Tests

  • Make benchmarks measure cache misses and hits separately #74 (@jwodder)
  • Update Python version used to test development joblib to 3.7 #65 (@jwodder)
  • Capture all logs during tests #56 (@jwodder)

Authors: 2


0.1.6 (Thu Oct 07 2021)

🐛 Bug Fix

  • Revert "Limit joblib version to pre-1.1.0" #52 (@jwodder)

🧪 Tests

Authors: 1


0.1.5 (Thu Oct 07 2021)

🐛 Bug Fix

  • Limit joblib version to pre-1.1.0 #48 (@jwodder)
  • Test against and update for dev version of joblib #42 (@jwodder)

🏠 Internal

🧪 Tests

  • Test handling of moving symlinks around in git-annex #47 (@jwodder)

Authors: 1


0.1.4 (Mon Feb 22 2021)

🐛 Bug Fix

  • Fix versioneer+auto integration (or else) #33 (@jwodder)

Authors: 1


0.1.3 (Mon Feb 22 2021)

🐛 Bug Fix

Authors: 1


0.1.2 (Mon Feb 22 2021)

🐛 Bug Fix

  • Get auto and versioneer to play nice together #31 (@jwodder)

Authors: 1


0.1.1 (Mon Feb 22 2021)

🐛 Bug Fix

  • Get tests to pass on Windows and macOS #29 (@jwodder)

⚠️ Pushed to master

🏠 Internal

🧪 Tests

Authors: 1


v0.1.0 (2021-02-18)

Initial release