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
BaseFeaturizer
pbar
by 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
BandCenter
andIntersticeDistribution
featurizers 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
MPRester
import 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