Skip to content

Latest commit

 

History

History
72 lines (66 loc) · 5.62 KB

HISTORY.md

File metadata and controls

72 lines (66 loc) · 5.62 KB

Release History

0.3.1 (2024-09-11)

  • tests: add missing "311" env in tox.ini by @muxator in #81
  • RFC: support python 3.12 (but drop 3.8) by @muxator in #82

0.3.0 (2023-10-19)

  • 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 by scripts/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 in Makefile by @marcofavoritobi in #74
  • Update poetry.lock and pyproject.toml, add CI check on poetry.lock by @marcofavoritobi in #72
  • build: make the package to support Python 3.11 by @marcofavoritobi in #73

0.2.1 (2023-02-06)

  • 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

0.2.0 (2022-12-21)

  • 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

0.1.2 (2022-11-02)

  • 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

0.1.1 (2022-06-21)

  • First release