* BUGFIX: fixing 70 (broken py2.7 with numba support) * added automatic tox tests for py2.7 py3 environments with numba installed * fixed coverage report
3.4.1
Not secure
------------------
* added test cases for the Numba helpers (55) * added more polygon tests to test the function inside_polygon() * added global data type definitions (format strings) to ``global_settings.py`` * removed tzwhere completely from the main tests (no comparison any more). * removed code drafts for ahead of time compilation (40)
3.4.0
Not secure
------------------
* updated the data to `2018i <https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2018i>`__ * introduced ``global_settings.py`` to globally define settings and get rid of "magic numbers".
3.3.0
Not secure
------------------
* updated the data to `2018g <https://github.com/evansiroky/timezone-boundary-builder/releases/tag/2018g>`__
3.2.1
Not secure
------------------
* ATTENTION: the package ``importlib_resources`` is now required * fixing automatic Conda build by exchanging ``pkg_resources.resource_stream`` with ``importlib_resources.open_binary`` * added tests for overflow in helpers.py/inside_polygon()
3.2.0
Not secure
------------------
* ATTENTION: the package `kwargs_only <https://github.com/adamchainz/kwargs-only>`__ is not a requirement any more! * fixing 63 (kwargs_only not in conda) enabling automatic conda forge builds by directly providing the kwargs_only functionality again * added example.py with the code examples from the readme * fixing 62 (overflow happening because of using numpy.int32): forcing int64 type conversion