Releases: arogozhnikov/hep_ml
Releases · arogozhnikov/hep_ml
hep_ml v0.8.0
What's Changed
- Upgrade 1: upgrade to pyproject.toml and python 3.9+ by @jonas-eschle in #92
- Upgrade 2: Update dependencies, pytest, remove old tests by @jonas-eschle in #93
- Upgrade 3: Add ruff and pre-commit, test notebooks by @arogozhnikov in #95
- chore: upgrade the notebooks, VCS versioning, clean nnet traces by @jonas-eschle in #96
- minor: remove one more mention of nnets by @arogozhnikov in #97
Full Changelog: v0.7.3...v0.8.0
hep_ml v0.7.3
hep_ml v0.7.2
What's Changed
- Upgrade sklearn criterion mse to squared_error by @jonas-eschle in #71
- Resolve conflicts between numpy 1.22 and theano, stop testing python 2.7 by @arogozhnikov in #72
- replace np.float with float, fix deprecation warning by @ahill187 in #75
- replace deprecated numpy aliases with python builtins by @richard-lane in #78
- remove theano from testing, as theano can't work with current numpy (… by @arogozhnikov in #79
- Fix creation of releases from pypi by @arogozhnikov in #80
- bump version by @arogozhnikov in #81
New Contributors
- @ahill187 made their first contribution in #75
- @richard-lane made their first contribution in #78
Full Changelog: v0.7.0...v0.7.2
hep_ml v0.7.0
- fixed weight normalization (@jonas-eschle)
- moved travis ci -> github actions
- auto-deployment of new releases to pypi
- documentation was moved to /docs and served from there
Fixing sklearn deprecations (thanks to @kgizdov)
v0.6.2 rewrite link to pypi package
Fixes for pandas and updates to CI and tests
v0.6.1 fix tests
Bump version
- updated jupyter examples
- some minor fixes to adapt to updates in dependencies (numpy, sklearn, theano)
- updated CI scripts
- minor improcements in the documentation
Bump release for DOI
Fixed problems with uboost and theano
Minor updates
- fixed some examples
- updated docs
- added some parameters to GBReweighter
Release 0.4
hep_ml.speedup
(speeding up predictions) is publishedhep_ml.splot
(minimalistic splot) is published- some improvements to reweighter and losses