Skip to content

Latest commit

Β 

History

History
204 lines (113 loc) Β· 7.52 KB

CHANGELOG.md

File metadata and controls

204 lines (113 loc) Β· 7.52 KB

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