2 parents 8b5c667 + 102e808 commit 2242abfCopy full SHA for 2242abf
2 files changed
README.rst
@@ -2,12 +2,15 @@
2
maxsmooth: Derivative Constrained Function Fitting
3
==================================================
4
5
+ A jax version of maxsmooth is being developed in a
6
+ separate `branch <https://github.com/htjb/maxsmooth/tree/v2-jax>`__.
7
+
8
Introduction
9
------------
10
11
:maxsmooth: Derivative Constrained Function Fitting
12
:Author: Harry Thomas Jones Bevins
-:Version: 1.2.2
13
+:Version: 1.2.3
14
:Homepage: https://github.com/htjb/maxsmooth
15
:Documentation: https://maxsmooth.readthedocs.io/
16
maxsmooth/_version.py
@@ -0,0 +1 @@
1
+__version__ = "1.2.3"
0 commit comments