We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce3f285 commit 845ce09Copy full SHA for 845ce09
README.md
@@ -40,8 +40,11 @@ DOI: 10.5281/zenodo.2597200
40
41
## What's new.
42
43
+ + 09 Dec 2024 version 3.2.3<br>
44
+ Issue 27: Remove invalid escape sequences from docstrings.
45
+
46
+ 05 Nov 2024 version 3.2.2<br>
- Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib
47
+ Issue 24: Adapt to numpy-2 and pertaining Scipy, Astropy and MatplotLib
48
49
+ 27 March 2024 version 3.2.1<br>
50
A lot of fairly small stuff.
setup.py
@@ -1,6 +1,6 @@
1
from setuptools import setup, find_packages
2
3
-__version__ = '3.2.2'
+__version__ = '3.2.3'
4
5
with open("README.md", "r") as fh:
6
long_description = fh.read()
0 commit comments