Releases: wearepal/ranzen
Releases · wearepal/ranzen
v2.5.2
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
v2.5.0
v2.4.2
v2.4.1
What's Changed
Other Changes ⚔️
- Fix new pyright errors by @tmke8 in #290
- Don't use TypedDict as a TypeVar bound by @tmke8 in #297
- Modernize typing imports by @tmke8 in #298
- Switch to ruff as the formatter by @tmke8 in #320
- Fix StrEnum code by @tmke8 in #326
- Add option to make prop_random_split() reproducible by @tmke8 in #328
Full Changelog: v2.4.0...v2.4.1
v2.4.0
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
v2.3.1
v2.3.0
What's Changed
New Features 🎉
- Add common strs by @olliethomas in #257
Full Changelog: v2.2.0...v2.3.0
v2.2.0
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