Skip to content

Commit

Permalink
chore: bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Sep 1, 2024
1 parent ad441d8 commit b54e3b3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 9 deletions.
23 changes: 15 additions & 8 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Changelog
=========

pycaputo (TBD)
--------------
pycaputo 0.8.0 (September 1, 2024)
----------------------------------

Dependencies
^^^^^^^^^^^^

* Bumped minimum Python version to 3.10. This is a hard requirement, as it
comes with some changes to the typing syntax and other functions
(e.g. we make use of `zip(..., strict=True)`).

Features
^^^^^^^^
Expand All @@ -26,8 +33,8 @@ Features
* Added a lot of fancy chaotic systems to :mod:`pycaputo.fode.gallery`. These
are mostly used to showcase the library.

Changes
^^^^^^^
Breaking Changes
^^^^^^^^^^^^^^^^

* Renamed `pycaputo.differentiation.caputo.SpectralJacobi` to
:class:`~pycaputo.differentiation.caputo.Jacobi`.
Expand Down Expand Up @@ -63,8 +70,8 @@ Features
(:ghpr:`50`): ``exp``, ``sin``, ``cos`` and ``pow``. They're mainly based on
the Mittag-Leffler function.

Changes
^^^^^^^
Breaking Changes
^^^^^^^^^^^^^^^^

* Renamed ``RiemannLiouvilleFromCaputoDerivativeMethod`` to
:class:`~pycaputo.differentiation.riemann_liouville.RiemannLiouvilleFromCaputoMethod`.
Expand Down Expand Up @@ -95,8 +102,8 @@ Features
is subject to a lot of change, but in general it is desired to have some
examples for testing and demonstration.

Changes
^^^^^^^
Breaking Changes
^^^^^^^^^^^^^^^^

* The base :class:`~pycaputo.derivatives.FractionalOperator` no longer defines
an ``order`` attribute. This does not make sense for more complex operators
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ requires = [

[project]
name = "pycaputo"
version = "0.7.0"
version = "0.8.0"
description = "Evaluate fractional integrals and solve fractional ODEs"
readme = "README.rst"
keywords = [
Expand Down

0 comments on commit b54e3b3

Please sign in to comment.