10
0

Accepting request 1244373 from home:badshah400:branches:science

* Update to version 8.0.1.
* Re-enable all tests as they have been fixed upstream.
* Bump numpy requirement to allow numpy >= 2 in keeping with upstream.
* Update minimum versions in Requires and BuildRequires.
* Restore tests that now work: test_home_page, test_gudermannian, test_image.
* Drop python-Mathics-sympy1_13.patch: incorporated upstream.

OBS-URL: https://build.opensuse.org/request/show/1244373
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=47
This commit is contained in:
2025-02-09 17:25:23 +00:00
committed by Git OBS Bridge
parent cc9519efd8
commit bded601aa7
5 changed files with 54 additions and 256 deletions

View File

@@ -1,3 +1,35 @@
-------------------------------------------------------------------
Sat Feb 8 15:46:46 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 8.0.1:
* Some work was made on the Mathics3 Kernel to work in Python
3.13.
* The maximum version of numpy was increased to < 2.3 to allow
marimo to work.
* Correct for mismatch between ListExpression and tuple in
DispatchAtom.
* When the result of an evaluation is Symbol`Null, Mathics CLI
now does not show an Out[...]= line, following the behavior of
the WMA CLI.
* Aymptote rendering of platonic solids added.
* Document tagging code handles TeX math mode more completely,
Image tags in PDF properly.
* Updated documentation.
- Re-enable all tests as they have been fixed upstream.
- Bump numpy requirement to allow numpy >= 2 in keeping with
upstream.
-------------------------------------------------------------------
Wed Feb 5 09:09:22 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 8.0.0:
* Too many changes to list, see
<https://github.com/Mathics3/mathics-core/releases/tag/8.0.0>.
- Update minimum versions in Requires and BuildRequires.
- Restore tests that now work: test_home_page, test_gudermannian,
test_image.
- Drop python-Mathics-sympy1_13.patch: incorporated upstream.
-------------------------------------------------------------------
Sun Feb 2 12:44:43 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>