diff --git a/docs/changelog.rst b/docs/changelog.rst index f9a209d1..26e091af 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -84,11 +84,13 @@ Compatibility notes :func:`~clifford.tools.g3c.iterative_closest_points_circle_line`. * ``furthest_points_on_circles`` has been renamed to :func:`~clifford.tools.g3c.iterative_furthest_points_on_circles`. - * This will be the last release to support :mod:`numba` versions below 0.49.0. * While this release is compatible with :mod:`numba` version 0.49.0, it is recommended to use 0.48.0 which does not emit as many warnings. See the :doc:`installation` instructions for how to follow this guidance. +Patch releases +-------------- +* 1.3.1: Added compatibility with :mod:`numba` version 0.50.0. Changes in 1.2.x ++++++++++++++++ diff --git a/docs/requirements.txt b/docs/requirements.txt index b763da67..e95098cd 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,10 +7,4 @@ ipywidgets sphinx>=2.4 sphinx_rtd_theme -# while we support 0.49, it emits tonnes of warnings so we pin this back -numba ~= 0.48.0 - -# needed due to pypa/pip#988, sparse 0.10.0 requires numba 0.49.0 -sparse ~= 0.9.0 - -r ../requirements.txt