Releases: wearepal/ranzen
Releases · wearepal/ranzen
v2.1.3
v2.1.2
v2.1.1
v2.1.0
What's Changed
New Features 🎉
- Add more (general and torch) utility functions. by @MylesBartlett in #180
- Allow
LinearWarmupLR
to work whenwarmup_iters
is set to 0. by @MylesBartlett in #189 - Add
Adafactor
optimizer. by @MylesBartlett in #190 - Allow
RandomCutMix
to use conditional pair sampling likeRandomMixUp
. by @MylesBartlett in #194 - Allow
prop_random_split
to operate on integers representing dataset length. by @MylesBartlett in #195
Bug fixes 🐞
- Pass
num_classes
argument on to_transform
inRandomMixUp.__call__
. by @MylesBartlett in #178 - Improve handling of binary targets by CE and MU. by @MylesBartlett in #179
Other Changes ⚔️
- Replace
@implements
with@override
by @tmke8 in #188 - Update to black style 2023 by @tmke8 in #191
- Ignore some pyright errors by @tmke8 in #203
- Raise highest supported Python version to 3.11 by @tmke8 in #174
- A few fixes by @tmke8 in #205
Full Changelog: 2.0.6...v2.1.0
2.0.6
What's Changed
Other Changes ⚔️
- Fix a few type issues found by mypy by @thomkeh in #171
- Remove some and add some "type: ignore" comments by @thomkeh in #173
- Update pandas stubs and fix a type error by @thomkeh in #175
- more flexible mixup by @MylesBartlett in #176
Full Changelog: 2.0.5...2.0.6
2.0.5
What's Changed
Other Changes ⚔️
- Make Option Generic for improved type safety when overriding with_hydra. by @MylesBartlett in #170
Full Changelog: v2.0.4...2.0.5
v2.0.4
2.0.3
What's Changed
Other Changes ⚔️
- Add
WeightedBatchSampler
. by @MylesBartlett in #158 - Update pyproject file to be poetry 1.2 compliant. by @MylesBartlett in #166
Full Changelog: v2.0.2...2.0.3
v2.0.2
v2.0.1
What's Changed
Breaking Changes 🛠
- Raise minimum required version of neoconfigen to 2.3.3. by @MylesBartlett in #152
New Features 🎉
Other Changes
- Fix class-level docstring of AddDict. by @MylesBartlett in #144
- Explicitly check the python version for StrEnum by @thomkeh in #146
- Update dependabot.yml by @olliethomas in #153
- Create release.yml by @thomkeh in #155
Full Changelog: v2.0.0...v2.0.1