Skip to content

Commit

Permalink
Merge pull request #324 from eric-wieser/release-1.3.1
Browse files Browse the repository at this point in the history
Release 1.3.1
  • Loading branch information
eric-wieser authored Jun 3, 2020
2 parents e080fa6 + 7cfabeb commit 2da66d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion clifford/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# 1) we don't load dependencies by storing it in __init__.py
# 2) we can import it in setup.py for the same reason
# 3) we can import it into your module
__version__ = '1.3.0'
__version__ = '1.3.1'
4 changes: 3 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
++++++++++++++++
Expand Down
6 changes: 0 additions & 6 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2da66d3

Please sign in to comment.