Skip to content

Commit

Permalink
Small doc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jan 26, 2024
1 parent 23b4bf8 commit 76f8cb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/breaking_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The affected APIs include:

- :ref:`compiled functions <cfunc_tut>`, which now require the list of input
variables to be always supplied by the user;
- :func:`~heyoka.diff_tensors()`, which now requires an explicit list of differentiation
- :func:`~heyoka.diff_tensors()`, which now requires the differentiation
arguments to be always provided by the user.

The tutorials and the documentation have been updated accordingly.
Expand Down
2 changes: 2 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ Changes
arguments to :func:`~heyoka.diff_tensors()`
(`#164 <https://github.com/bluescarni/heyoka.py/pull/164>`__).
This is a :ref:`breaking change <bchanges_4_0_0>`.
- Improve performance when creating compiled functions
(`#162 <https://github.com/bluescarni/heyoka.py/pull/162>`__).
- **BREAKING**: :ref:`compiled functions <cfunc_tut>` now require
the list of input variables to be always supplied by the user
(`#162 <https://github.com/bluescarni/heyoka.py/pull/162>`__).
Expand Down

0 comments on commit 76f8cb8

Please sign in to comment.