Skip to content

Commit

Permalink
codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatera committed Jan 10, 2025
1 parent 6cd8491 commit 18f7344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ API incompatibility
-------------------

* ``Matcher`` now requires an additional ``evaluation`` parameter
* ``Romberg`` removed as an ``NIntegrate[]`` method. It is depcrecated in SciPy and is to be removed by SciPy 1.15.
* The signature of the ``Definition.__init__`` now receives a single dict parameter instead of the severa `*values` parameters.
* ``Romberg`` removed as an ``NIntegrate[]`` method. It is deprecated in SciPy and is to be removed by SciPy 1.15.
* The signature of the ``Definition.__init__`` now receives a single dict parameter instead of the several `*values` parameters.
* Rule positions in ``Definition.{get|set}_values`` now includes the word ``values``. For example ``pos="up"`` now is ``pos="upvalues"``.
* `Definitions.get_ownvalue` now returns a ``BaseElement`` instead of a ``BaseRule`` object.

Expand Down

0 comments on commit 18f7344

Please sign in to comment.