Skip to content

Releases: thombashi/typepy

v2.0.0

09 May 06:42

Choose a tag to compare

What's Changed

  • Replace pytz with ZoneInfo + misc datetime fixes by @JYOuyang in #13

New Contributors

Full Changelog: v1.3.5...v2.0.0

v1.3.5

04 May 14:05

Choose a tag to compare

What's Changed

  • Bump the actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #9
  • Fixed an invalid input handle for DateTimeConverter by @thombashi in #10
  • Add support for Python 3.14 by @thombashi in #11
  • Fix logic issues in type checking and conversion functions by @thombashi in #12

Full Changelog: v1.3.4...v1.3.5

v1.3.4

29 Dec 09:18

Choose a tag to compare

Full Changelog: v1.3.3...v1.3.4

v1.3.3

29 Dec 08:33

Choose a tag to compare

What's Changed

  • Replace deprecated abctractproperty
  • Drop support for Python 3.7/3.8
  • Add support for Python 3.13
  • Add GitHub Actions workflow for building and publishing to PyPI
  • Update copyright years
  • Bump actions/setup-python from 4 to 5 by @dependabot in #4

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

03 Oct 13:24
v1.3.2

Choose a tag to compare

  • Fix DateTime conversion for timezone aware datetime
  • Modify to use pypa/build for package build
  • Add support for Python 3.12

Full Changelog: v1.3.1...v1.3.2

v1.3.1

10 Jun 13:28

Choose a tag to compare

  • Add support for Python 3.11
  • Drop support for Python 3.6
  • Add __all__ to __init__.py
  • Add zip_safe=False
  • Update [build-system]

Full Changelog: v1.3.0...v1.3.1

v1.2.0

17 Jul 12:51
v1.2.0

Choose a tag to compare

  • Add support for string with thousand separators as integer

v1.1.5

11 Apr 12:47
v1.1.5

Choose a tag to compare

  • Change packaging dependency from mandatory to optional: #3 (Thanks to @ffontaine)

v1.1.4

15 Feb 17:57
v1.1.4

Choose a tag to compare

  • Fix bool values conversion

v1.1.3

15 Feb 15:27
v1.1.3

Choose a tag to compare

  • Add support for Python 3.10
  • Improve error messages when conversion error happens: #2 (Thanks to @gadhagod)
  • Drop dependency of deprecated distutils: PEP 632