Skip to content

Commit

Permalink
Merge in doc changes from the 1.3.x release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Jun 3, 2020
2 parents 96d7e11 + 7d0727b commit c07db7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion docs/changelog.rst
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
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 c07db7d

Please sign in to comment.