Releases: wearepal/ranzen
Releases · wearepal/ranzen
v2.0.0
Breaking change
- Raised minimum required python version from 3.7 to 3.8.
What's Changed
- poetry update by @olliethomas in #129
- Add batch-wise pair-wise distance for large tensors by @thomkeh in #130
- Class used by external library, but not exposed by
__all__
by @olliethomas in #134 - Backport StrEnum from Python 3.11 by @thomkeh in #135
- Make return type of Relay.run Any and return result with 'launcher' for compatibility with optuna plugin. by @MylesBartlett in #137
- Add schedulers and addable dictionary. by @MylesBartlett in #142
Full Changelog: v1.2.7...v2.0.0
v1.2.7
What's Changed
- Bump hydra-core from 1.2.0.dev3 to 1.2.0.dev5 by @dependabot in #124
- Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #125
- Bump wandb from 0.12.14 to 0.12.16 by @dependabot in #126
- Update hydra and numpy by @thomkeh in #127
Full Changelog: v1.2.6...v1.2.7
v1.2.6
What's Changed
- Bump wandb from 0.12.11 to 0.12.14 by @dependabot in #122
- Specify version_base in hydra.main to be 1.2 compliant. by @MylesBartlett in #123
- Restructure Relay-initialised config directory.
Full Changelog: v1.2.5...v1.2.6
v1.2.5
v1.2.4
What's Changed
- Make CutMix cuda-comptatible by instantiating the generator dynamically. by @MylesBartlett in #119
Full Changelog: v1.2.3...v1.2.4
v1.2.3
What's Changed
- Bump pytest from 7.1.0 to 7.1.1 by @dependabot in #108
- Fix mypy errors that I happened to see while testing out reST syntax highlighting by @thomkeh in #109
- Fix the mysterious problem plaguing the docs build by @thomkeh in #110
- Fix
dataclass
imports. by @MylesBartlett in #111 - Flesh out documentation for batch samplers. by @MylesBartlett in #112
- Bump tqdm from 4.63.0 to 4.63.1 by @dependabot in #113
- Fix RandomMixUp for singular inputs (inputs with batch_size==1). by @MylesBartlett in #114
- Bump tqdm from 4.63.1 to 4.64.0 by @dependabot in #116
- Add vectorised implementation of CutMix. by @MylesBartlett in #115
- Remove pl module and pytorch-lightning dependency. by @MylesBartlett in #118
Full Changelog: v1.2.2...v1.2.3
v1.2.2
What's Changed
- Added new label_smoothing parameter to xent function/class. by @MylesBartlett in #107
- Made
cross_entropy_loss
more liberal with respect to input shapes.
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- Linked to the temporary home of the docs by @thomkeh in #105
- Fixed type-propagation of
Subset
by @MylesBartlett in #106 - Renamed
prop_stratified_split
tostratified_split_indices
. - Made
stratified_split_indices
more permissive with respect tolabels
.
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Added index-returning (generic) stratified splitting and extended random splitting. by @MylesBartlett in #103
- Improved type-annotations for
prop_random_split
.
Full Changelog: v1.1.6...v1.2.0
v1.1.6
What's Changed
- Create dependabot_auto.yml by @olliethomas in #98
- Bump neoconfigen from 2.1.1 to 2.1.2 by @dependabot in #97
- Bump torch from 1.10.2 to 1.11.0 by @dependabot in #99
- Bump mypy from 0.800 to 0.941 by @dependabot in #100
- Bump pytest from 6.2.5 to 7.1.0 by @dependabot in #96
- Give weight a default value of
None
. by @MylesBartlett in #102
New Contributors
- @dependabot made their first contribution in #97
Full Changelog: v1.1.5...v1.1.6