Releases: dilyabareeva/quanda
v0.0.4
v0.0.4 (2025-01-02)
Bug Fixes
-
Add checkpoints and checkpoint_load_func as arguments to signature of base classes (
242a613
,cca0c23
) -
Fixing benchmarks (incl. some critical fixes) (
818e5f0
,0963b0b
,1afb4ff
,1361a28
,466f03a
,e746691
,1386da2
,4b9ee51
) -
Randomize checkpoints properly in model randomization test (
7df656d
) -
Typing corrections (
6bd80cb
) -
Miscellaneous minor fixes (
dac2c2d
,c6bdb33
,12e2e06
,7e18abf
,055695f
,1ec9d65
,0197506
)
Chores
-
Drop py3.8 support (
5bfdfcf
) -
Release workflow (
b816e2e
) -
Prevent major release bump in versions 0.y.x (
e245bf7
)
Code Style
-
Set line length to 79 (
ce31af6
)
Documentation
-
Conventional Commits are now introduced - documented in CONTRIBUTING.md (
db904f0
) -
Update README.md (
f237f3d
)
Testing
Detailed Changes: v0.0.3...v0.0.4
v0.0.3
This release focuses on minor improvements, including updates to the documentation, enhancements to the README, and the addition of new workflows for better library management.
Please note that this release will not be published to PyPi, as there were no changes to user-facing functionality.
Stay tuned for upcoming releases that will introduce exciting new features 👀