Skip to content

Commit

Permalink
docs: add changelog for 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Apr 19, 2024
1 parent a4684f7 commit a2a3bfb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
Changelog
=========

pycaputo 0.5.0 (April 19, 2024)
-------------------------------

Features
^^^^^^^^

* Implement an implicit adaptive L1 type method for Integrate-and-Fire models
in :mod:`pycaputo.integrate_fire`.
* Implement PIF, LIF, EIF and AdEx models explicitly. These can be used to model
neurons using fractional dynamics.

Maintenance
^^^^^^^^^^^

* Use [uv](https://github.com/astral-sh/uv) to handled pinning dependencies.
* Use [hatchling](https://hatch.pypa.io) as the build backend instead of ``setuptools``.
* Start using [pytest-benchmark](https://pytest-benchmark.readthedocs.io) to
benchmark the code. This still needs a lot of work.

pycaputo 0.4.0 (February 6, 2024)
---------------------------------

Expand Down

0 comments on commit a2a3bfb

Please sign in to comment.