Skip to content

Releases: thombashi/typepy

v1.3.2

03 Oct 13:24
v1.3.2
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add support for string with thousand separators as integer

v1.1.5

11 Apr 12:47
v1.1.5
Compare
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
Compare
Choose a tag to compare
  • Fix bool values conversion

v1.1.3

15 Feb 15:27
v1.1.3
Compare
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

v1.1.2

12 Dec 18:13
v1.1.2
Compare
Choose a tag to compare
  • Modify dependencies

v1.1.0

15 Apr 16:11
v1.1.0
Compare
Choose a tag to compare
  • Improve type annotations
  • Improve dictionary type detection
  • Rename a type from Binary to Bytes

v1.0.0

29 Mar 14:10
v1.0.0
Compare
Choose a tag to compare
  • Drop Python 2 support
  • Add support for Python 3.9
  • Add extract_typepy_from_dtype function
  • Remove deprecated functions
  • Modify NullString not to strip white spaces in default

v0.6.4

05 Jan 00:52
v0.6.4
Compare
Choose a tag to compare
  • Modify scientific notation detection
  • Add support for PyPy