Releases: bancaditalia/black-it
Releases · bancaditalia/black-it
v0.3.1
0.3.0
What's Changed
- losses: add likelihood loss and test, improve base loss by @AldoGl in #38
- chore: poetry.lock update by @marcofavoritobi in #40
- Fix spelling errors in
HISTORY.md
returned byscripts/spell-check.sh -r
by @marcofavoritobi in #44 - chore: update PR request template by @marcofavoritobi in #42
tox.ini
refactoring by @marcofavoritobi in #41- Fix tox python env id by @marcofavoritobi in #51
- Upgrade dependencies by @marcofavoritobi in #46
- Update copyright notice for year 2023 by @marcofavoritobi in #43
- Enable CI on
macos-latest
by @marcofavoritobi in #47 - Add
BaseSeedable
class. by @marcofavorito in #39 - Enable CI on
windows-latest
by @marcofavoritobi in #48 - Introduce
BaseScheduler
abstraction by @marcofavoritobi in #52 - Chore/upgrade ipywidgets version by @marcofavoritobi in #54
- test: remove hypothesis deadline in test_seedable tests by @marcofavoritobi in #55
- Fix mypy tox task by @marcofavoritobi in #56
- Add
RLScheduler
by @marcofavoritobi in #53 - Upgrade dependencies and minor updates by @marcofavoritobi in #59
- build: upgrade dev dependency versions by @marcofavoritobi in #60
- Skip plotting tests on Windows due to flakiness by @marcofavoritobi in #63
- test: skip TestPlotConvergence test on Windows by @marcofavoritobi in #64
- ci: fix flaky tox command on Windows platform (fix #65) by @marcofavoritobi in #66
- dev: add missing .PHONY declarations by @marcofavoritobi in #67
- gp sampler: GPy -> scikit-learn by @AldoGl in #69
- Minor fix to tests by @marcofavoritobi in #68
- Migrate to Ruff by @marcofavoritobi in #62
- lint: move 'include' black and mypy config into
setup.cfg
by @marcofavoritobi in #71 - Mypy fix ignores by @marcofavoritobi in #70
- fix: typos in
.PHONY
directives inMakefile
by @marcofavoritobi in #74 - Update
poetry.lock
andpyproject.toml
, add CI check onpoetry.lock
by @marcofavoritobi in #72 - build: make the package to support Python 3.11 by @marcofavoritobi in #73
- Bumb version to 0.3.0 by @AldoGl in #76
Full Changelog: v0.2.1...v0.3.0
v0.2.1
What's Changed
- samplers: add MLSurrogateSampler base class by @AldoGl in #33
- xgboost: add clipping of loss values to the float32 limits by @AldoGl in #35
- Update poetry.lock by @marcofavorito in #34
New Contributors
- @marcofavorito made their first contribution in #34
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- Add joss references by @AldoGl in #23
- add filters before loss function computation by @AldoGl in #24
- calibrator: add sim_length param to Calibrator constructor by @AldoGl in #25
- fix: add coordinate_filters to concrete loss classes by @marcofavoritobi in #26
- Use tables to append to series_samp array by @AldoGl in #27
- Improve best batch and random forest classes by @AldoGl in #29
- Add CORS sampler by @AldoGl in #28
- Add xgboost sampler by @AldoGl in #30
- Refactoring and improvement of msm covariance matrices by @AldoGl in #31
- bump version to 0.2.0 by @AldoGl in #32
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Dependencies: regenerate poetry.lock by @muxator in #9
- Simplification of CIs by @AldoGl in #13
- CIs: add upload of codecoverage to Codecov by @AldoGl in #15
- Readme: add Codecov badge by @AldoGl in #16
- Improved documentation by @AldoGl in #10
- Update poetry.lock by @marcofavoritobi in #18
- Particle swarm sampler by @marcofavoritobi in #17
Full Changelog: v0.1.1...v0.1.2