Skip to content

Releases: jannikmi/timezonefinder

Release 6.5.7

02 Dec 16:09
fee9ec2
Compare
Choose a tag to compare
Improved error handling issue 209 (#263)

* catch not enough values to unpack ValueError

* version 6.5.7

Release 6.5.6

02 Dec 15:46
5b5fd27
Compare
Choose a tag to compare
Fixes #259: Finish Feature Request by Adding Support for musllinux Wh…

Release 6.5.5

20 Nov 07:21
337600f
Compare
Choose a tag to compare
Use setuptools as a build dependency (#258)

* Remove setuptools as a dependency, as it is only used for building the package

* version 6.5.5

---------

Co-authored-by: Jannik Kissinger <github@michelfe.it>

Release 6.5.4

22 Oct 11:29
c101b3f
Compare
Choose a tag to compare
h4 > 4 dependency release (#257)

* Update poetry.lock

* add tests for python 3.13

* simplifly pip implementation selection

* Update CHANGELOG.rst

* Update 3_about.rst

* bump version 6.5.4

* remove python 3.13 numba tests

Release 6.5.3

20 Sep 06:56
437113f
Compare
Choose a tag to compare
Upgrade Data to version 2024b (#247)

* Update CHANGELOG.rst

* separate clang util module

* Delete current_data_statistics.txt

* minor version bump

* update binaries

* version bump

* update pre-commit hooks

* update ruff dev dependency

* minor edits

* separate pre-commit hook step

Release 6.5.2

17 Jun 12:30
bc9f87e
Compare
Choose a tag to compare
Numpy 2.0 support (#235)

* allow numpy 2.0

* v6.5.2

Release 6.5.1

16 Jun 10:30
02f6a09
Compare
Choose a tag to compare
checkout repo for poetry (#233)

Release 6.5.0

14 Mar 13:31
91c6db3
Compare
Choose a tag to compare
v6.5.0 with data 2024a (#223)

* Update CHANGELOG.rst

* update binaries 2024a

* Update current_data_statistics.txt

* Update pyproject.toml

* use ruff linter

* Update CHANGELOG.rst

* Update Makefile

* update dev dependencies

* make numba dependency spec less strict

* bugfix numba installed test

* Update Makefile

* Update CHANGELOG.rst

* less strict dep specs

Release 6.4.1

08 Feb 12:52
6dad778
Compare
Choose a tag to compare
Python 3.12 dependency specification (#219)

* Update Makefile

* Update command_line.py

* Update timezonefinder.py

* add test_get_polygon_boundaries

* v6.4.1

* added official support for python 3.8 again, by specifying numba as multiple constraint dependency

* fix tox.ini python 3.8

Release 6.4.0

02 Feb 14:25
e3895f4
Compare
Choose a tag to compare
v6.4.0 python3.12 support (#217)

* v6.4.0 python3.12 support

closes #208

* Update build.yml