Skip to content

Releases: bancaditalia/black-it

v0.3.3

17 Nov 09:19

Choose a tag to compare

What's Changed

  • Fix plotting from samplers to scheduler by @aldoglielmo in #101
  • deps: regenerate poetry.lock by @muxator in #102
  • scripts: show that setup.cfg and .ruff.toml currently target different python versions by @muxator in #103
  • target uniform python version by @muxator in #104
  • ci: allow maintainers to run workflows manually from the Actions tab by @muxator in #105
  • ruff: document rules by @muxator in #106
  • ruff: update v0.0.290 (2023-09-15) -> v0.11.13 (2025-06-05) by @muxator in #107
  • readme: the minimum supported python version is currently 3.9 and not 3.8 by @muxator in #108
  • update major versions for documentation packages by @muxator in #109
  • update major versions of test dependencies by @muxator in #110
  • deps: regenerate poetry.lock by @muxator in #112
  • Perform major updates to dev dependencies by @muxator in #113
  • Remove black. Replace with "ruff format" by @muxator in #114
  • documentation update with extra samplers, losses and the scheduler by @aldoglielmo in #99
  • apply ruff formatting to Jupyter notebooks, too by @muxator in #115
  • deps: remove twine by @muxator in #116

Full Changelog: v0.3.2...v0.3.3

v0.3.2

05 Apr 17:30

Choose a tag to compare

What's Changed

  • Fix PytestRemovedIn8Warning ("support for nose tests is deprecated and will be removed in a future release") by @muxator in #84
  • tests: improve the signal/noise ratio of the test logs by 63% by @muxator in #85
  • tests: centralize --doctest-modules option in pytest.ini by @muxator in #86
  • dev: use poetry's post 1.2 format for specifying dev dependencies by @muxator in #88
  • ci: extract poetry and tox versions from the lockfile by @muxator in #92
  • plot bugfix: samplers pickle to scheduler_pickled by @AldoGL in #93
  • checkpointing: migrate from tables to h5py by @AldoGL in #94
  • ci: remove MacOS-specific trick that was needed for tables by @muxator in #95
  • tox: use commands from the Makefile where possible, without duplicating them by @muxator in #96
  • chore: update pandas dependency to version 2.2.3 by @AldoGL in #98

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Sep 14:16

Choose a tag to compare

What's Changed

  • 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

Full Changelog: v0.3.0...v0.3.1

0.3.0

19 Oct 15:05

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

06 Feb 10:06

Choose a tag to compare

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

21 Dec 11:10

Choose a tag to compare

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

02 Nov 09:33

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Jun 09:01

Choose a tag to compare

updated version in toml and updated lock file