Skip to content

Releases: wearepal/ranzen

v2.5.2

19 Sep 15:20
Compare
Choose a tag to compare

What's Changed

Other Changes ⚔️

  • Pin pyright for CI by @tmke8 in #353
  • Pin pyright with NPM instead of the pypi package by @tmke8 in #356
  • Use semi-official StrEnum backport instead of our own code by @tmke8 in #369
  • Update Pandas to 2.x by @tmke8 in #379
  • Rename dependabot.yml to dependabot.yml.old by @tmke8 in #430
  • Update to numpy 2.x by @tmke8 in #431

Full Changelog: v2.5.1...v2.5.2

v2.5.1

23 Mar 17:00
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Handle unions in the hydra tools by @tmke8 in #343

Full Changelog: v2.5.0...v2.5.1

v2.5.0

23 Mar 16:35
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Allow subclassing in hydra config classes by @tmke8 in #342

Other Changes ⚔️

  • Preserve quote style when formatting by @tmke8 in #330

Full Changelog: v2.4.2...v2.5.0

v2.4.2

15 Feb 16:24
Compare
Choose a tag to compare

What's Changed

Other Changes ⚔️

Full Changelog: v2.4.1...v2.4.2

v2.4.1

15 Feb 15:54
Compare
Choose a tag to compare

What's Changed

Other Changes ⚔️

Full Changelog: v2.4.0...v2.4.1

v2.4.0

11 Nov 12:51
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Remove the @parsable decorator

Other Changes ⚔️

  • Raise minimum Python version to 3.10 by @tmke8 in #269
  • Remove from __future__ import annotations where possible by @tmke8 in #270
  • Use a match statement instead of an elif-cascade by @tmke8 in #271
  • Update ruff by @tmke8 in #274
  • Replace darglint with pydoclint by @tmke8 in #276
  • Activate pydoclint by @tmke8 in #277
  • Avoid the boolean trap by @tmke8 in #284

Full Changelog: v2.3.2...v2.4.0

v2.3.2

09 Oct 17:15
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes ⚔️

  • Make unnecessary-cast a warning instead of an error by @tmke8 in #266
  • Solve a bunch of pyright warnings by @tmke8 in #267
  • Change type parameter of our sampler by @tmke8 in #268

Full Changelog: v2.3.1...v2.3.2

v2.3.1

02 Oct 13:02
Compare
Choose a tag to compare

What's Changed

Bug fixes 🐞

  • Fix concatenation in wandb groups method by @tmke8 in #260

Full Changelog: v2.3.0...v2.3.1

v2.3.0

29 Sep 11:55
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v2.2.0...v2.3.0

v2.2.0

26 Sep 12:06
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Bug fixes 🐞

Other Changes ⚔️

  • Align the docs build job with official recommendations by @tmke8 in #234
  • Ignore new pylint rule about covariant TypeVars by @tmke8 in #241
  • Track all CI dependencies in poetry by @tmke8 in #242
  • Increase the isort line length by @tmke8 in #255

Full Changelog: v2.1.3...v2.2.0