Skip to content

Commit

Permalink
chore(docs): add to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 6, 2023
1 parent d60fb5c commit c4523d5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,27 @@ Changelog
pycaputo 0.2 (TBD)
------------------

Dependency changes
^^^^^^^^^^^^^^^^^^

* Bumped minimum Python version to 3.9 (to match latest Numpy).

Features
^^^^^^^^

* Bumped minimum Python version to 3.9 (to match latest Numpy).
* Added an example with the fractional Lorenz system (:ghpr:`13`).
* Support setting a constant for
:meth:`~pycaputo.fode.FractionalDifferentialEquationMethod.predict_time_step`.
* Add a guess for the number of corrector iterations
for :class:`~pycaputo.fode.CaputoPECEMethod` from [Garrappa2010]_.
* Implement :class:`~pycaputo.quadrature.RiemannLiouvilleSimpsonMethod`, a
standard 3rd order method.
* Implement :class:`~pycaputo.quadrature.RiemannLiouvilleCubicHermiteMethod`, a
standard 4th order method.
* Support different fractional orders for FODE systems in
:class:`~pycaputo.fode.CaputoForwardEulerMethod`,
:class:`~pycaputo.fode.CaputoWeightedEulerMethod` and others.
* Add approximation for the Lipschitz contant.

Fixes
^^^^^
Expand Down

0 comments on commit c4523d5

Please sign in to comment.