Skip to content

Releases: FBruzzesi/iso-week-date

Version v1.4.0

15 Sep 17:14
9fc078a
Compare
Choose a tag to compare

What's Changed

  • fix: Expr.iwd.isoweek_to_datetime in with_columns context by @FBruzzesi in #84

  • feat: Introduces strict keyword in isoweek_to_datetime and isoweekdate_to_datetime

Full Changelog: v1.3.0...v1.4.0

v1.3.0

10 May 21:24
Compare
Choose a tag to compare

What's Changed

The public API is left unchanged, except for one details, which however could be breaking change.

The following methods changed params behavior:

Internals

Quite a few internals changed:

  • tests have been refactored in #74
  • better typing to be fully mypy compliant #75

Full Changelog: v1.2.0...v1.3.0

Version v1.2.0

02 May 17:32
a847d49
Compare
Choose a tag to compare

What's Changed

Biggest change is pydantic compatible types available in iso_week_date.pydantic module (requires pydantic>=2.4.0)

Commits

Full Changelog: v1.1.0...v1.2.0

iso-week-date v1.1.0

11 Dec 21:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

26 Nov 19:05
d9241a1
Compare
Choose a tag to compare

Breaking Changes

Renamed pandas and polars namespaces from isoweek to iwd.

iso-week-date v0.3.0

15 Nov 21:07
f75e66f
Compare
Choose a tag to compare

Description

  • Adds pandas Series and polars Series and Expr extensions (dedicated namespaces) to work directly with methods instead of functions. documentation section
  • Fixes type hinting (now mypy compliant 😁)

Version v0.2.2

10 Nov 12:18
Compare
Choose a tag to compare
version bump

Version v0.2.0

11 Sep 14:37
37dc396
Compare
Choose a tag to compare
  • Adds IsoWeek and IsoWeekDate to_values and from_values methods
  • Adds pandas and polars functionalities for isoweekdate series (to datetime and from datetime)

Version v0.1.0

26 Aug 10:06
4054640
Compare
Choose a tag to compare
  • Introduces the IsoWeekDate class to work with "YYYY-WNN-D" format
  • Refactors core functionalities into an abstract base class and multiple mixin's

Version 0.0.1

20 Aug 13:00
4054640
Compare
Choose a tag to compare

First iteration release:

  • IsoWeek class to work with ISO Week date in YYYY-WNN format
  • pandas utils module
  • polars utils module