Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 2, 2020
1 parent 350d91d commit edb4cfb
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ v2.0.x
""""""


latest
------

- Change error reporting to native (instead of `print(bla)` and `raise Error`
do `raise Error(bla)`; improve corresponding error testing.
- Replace old name `scipy.special.p_roots` by new name
v2.0.2: Fix example: `tem_walktem`
----------------------------------

- Fix example `tem_walktem`, related to changes in `scipy.quadrature`: Replace
not-existing private name `scipy.integrate.quadrature._cached_roots_legendre`
with the public name `scipy.special.roots_legendre`.
- As a consequence of the above, changed in `empymod` the used, old name
`scipy.special.p_roots` by new, more descriptive name
`scipy.special.roots_legendre`.
- Improve *publications*-section in the example gallery.
- Change error reporting to native (instead of `print(bla)` and `raise Error`
do `raise Error(bla)`); improve corresponding error testing by checking the
error message too.


v2.0.1: Bug fixes: ftarg, docs, CI, req
Expand Down

0 comments on commit edb4cfb

Please sign in to comment.