From 57e24eda7a2debdc24cf9a6e0d24dd70e2dba364 Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Tue, 6 Feb 2024 15:17:07 +0200 Subject: [PATCH] chore: bump version --- docs/changelog.rst | 12 ++++++++++-- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9f3568c..9fd751c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,8 +1,8 @@ Changelog ========= -pycaputo 0.4.0 (TBD) --------------------- +pycaputo 0.4.0 (February 6, 2024) +--------------------------------- Features ^^^^^^^^ @@ -24,10 +24,18 @@ Features Fixes ^^^^^ +* Add more extensive tests for the Mittag-Leffler function. +* Add a ``py.typed`` file for upstream projects. * Updated and fixed Lorenz example with :class:`~pycaputo.fode.caputo.WeightedEuler` (:ghpr:`19`). * Use :func:`numpy.einsum` to compute weights for faster evaluation. +Maintenance +^^^^^^^^^^^ + +* Use ``ruff format`` for our formatting needs. +* Switch to a ``src`` based layout. + pycaputo 0.3.1 (December 29, 2023) ---------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 4473528..ec3e349 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "pycaputo" -version = "0.3.3" +version = "0.4.0" description = "Evaluate fractional integrals and solve fractional ODEs" readme = "README.rst" keywords = [