Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Feb 19, 2021
1 parent b94f157 commit a229a0a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ Changelog
New
~~~

- Introduce a dedicated negation operator in the
expression system
(`#99 <https://github.com/bluescarni/heyoka/pull/99>`__).
- Implement various new automatic simplifications
in the expression system, and introduce ``powi()`` as
an alternative exponentiation function for natural exponents
(`#98 <https://github.com/bluescarni/heyoka/pull/98>`__).
- Implement propagation over a time grid
(`#95 <https://github.com/bluescarni/heyoka/pull/95>`__).
- Implement support for dense output
Expand All @@ -16,6 +23,13 @@ New
integrator classes
(`#91 <https://github.com/bluescarni/heyoka/pull/91>`__).

Fix
~~~

- Avoid division by zero in certain corner cases
when using ``pow()`` with small natural exponents
(`#98 <https://github.com/bluescarni/heyoka/pull/98>`__).

0.3.0 (2021-02-11)
------------------

Expand Down

0 comments on commit a229a0a

Please sign in to comment.