v0.9.0
What's Changed
- Add hint how to avoid OOM errors to
BaseFeaturizer.set_n_jobs()doc str by @janosh in #894 - Add ability to customize
BaseFeaturizerpbarby passing dict by @janosh in #893 - Assign
__init__arg to instance attribute to fix sklearn base__repr__by @ml-evs in #896 - Fixes for CI and tests by @ml-evs in #901
- Optimize
BandCenterandIntersticeDistributionfeaturizers by @ml-evs in #897 - Prequel to dependency upgrades by @ml-evs in #903
- Skip the thermo tests rather than crash if MP API is missing by @ml-evs in #905
- Defer
MPResterimport to allow it to act more like an optional dep by @ml-evs in #906
New Contributors
Full Changelog: v0.8.0...v0.9.0