Releases: wearepal/conduit
Releases · wearepal/conduit
v0.4.2
v0.4.1
v0.4.0
What's Changed
Breaking Changes 🛠
Bug fixes 🐞
Other Changes
- Fix a pyright error by @tmke8 in #328
- Update type stubs by @tmke8 in #329
- Add type stubs for PIL by @tmke8 in #335
- Sort imports more like pyright does by @tmke8 in #349
- Fix errors found by new pyright version by @tmke8 in #356
- Fix a problem with indeterminate tuples by @tmke8 in #368
- Fix type problem by @tmke8 in #379
- Regenerate hydra configs by @tmke8 in #387
- Remove
from __future__ import annotations
by @tmke8 in #398 - Fix name of renamed ruff arg by @tmke8 in #404
- Modularize the dev dependencies by @tmke8 in #405
- Replace attrs with dataclasses everywhere by @tmke8 in #415
- Include Python 3.12 in the list of allowed versions by @tmke8 in #416
- Add ACS dataset by @tmke8 in #433
- Change line length for imports by @tmke8 in #434
- Fix pyright problems by @tmke8 in #452
- Adapt code to new torchaudio type stubs by @tmke8 in #463
Full Changelog: v0.3.5...v0.4.0
v0.3.5
What's Changed
New Features 🎉
Other Changes
- Fix all pyright errors by @tmke8 in #313
- Replace isort with ruff by @tmke8 in #314
- Fix methods that override an overload by @tmke8 in #315
- Use pyright-action for the CI by @tmke8 in #316
- Turn
_sample_x()
into valid overrides by @tmke8 in #317 - Fix version specification of Pillow by @tmke8 in #318
Full Changelog: v0.3.4...v0.3.5
v0.3.4
v0.3.3
What's Changed
New features
- Add 'Robust TPR' to metrics. by @MylesBartlett in #304
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
New Features 🎉
Bug fixes 🐞
- Fix accuracy computation. by @MylesBartlett in #301
Full Changelog: v0.3.1...v0.3.2