1
0

Accepting request 994388 from home:badshah400:branches:science

Update to version 5.0.2.

OBS-URL: https://build.opensuse.org/request/show/994388
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=22
This commit is contained in:
2022-08-11 21:10:58 +00:00
committed by Git OBS Bridge
parent c5e41efe13
commit 6e6fec5824
5 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed Aug 10 19:32:00 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.0.2:
* Rerelease to get requirements-cython.txt into tarball.
- Changes from version 5.0.1:
* format and do_format methods were removed from the interface
of BaseElement, becoming non-member functions.
* The class BoxElement was introduced as a base for boxing
elements.
* New Builtin 'Inverse Gudermannian'.
* Documentation Hyperbolic functions were split off form
trigonometry and exponential functions. More url links were
added.
* Bugs *r Creating a complex number from Infinity no longer
crashes and returns 'I * Infinity'
- Drop requirements-cython.txt as additional source: now included
in source tarball.
-------------------------------------------------------------------
Sun Jul 31 20:48:13 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>