10
0

(Depends on sr#1244373)

* Update to version 8.0.0.
* Switch to %pyproject_* macros for builds.

OBS-URL: https://build.opensuse.org/package/show/science/python-mathicsscript?expand=0&rev=2
This commit is contained in:
2025-02-09 17:27:11 +00:00
committed by Git OBS Bridge
parent 0cc51fc0fb
commit 0b95b96a12
4 changed files with 32 additions and 20 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Feb 6 11:46:05 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 8.0.0:
* --edit-mode [emacs|vi] or was added to mathicsscript to
specify which initial edit mode for prompt-toolkit to start in
* --post-mortem was added mathicsscript to go into a trepan3k
debugger on error
* Add aliases for all of the 100 or so "no-meaning" operators
* Allow 2D rendering from asymptote
* Add/update material in README's and screencast
* Compatibility with Mathics >= 8.0.0
- Switch to %pyproject_* macros for builds.
-------------------------------------------------------------------
Sat Feb 5 18:37:07 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>