Accepting request 858918 from home:badshah400:branches:science

* Update to version 1.1.1.
* Adapt file list to the renaming of mathicsscript to dmathicsscript and the addition of dmathicserver.

OBS-URL: https://build.opensuse.org/request/show/858918
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=10
This commit is contained in:
2021-01-06 12:09:36 +00:00
committed by Git OBS Bridge
parent e79c0d83db
commit e1bc91dfb5
4 changed files with 54 additions and 12 deletions

View File

@@ -1,3 +1,41 @@
-------------------------------------------------------------------
Mon Dec 28 01:52:38 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.1.1:
* Mathics Packages added:
- DiscreteMath`CombinatoricaV0.9 (preferred)
- DiscreteMath`CombinatoricaV0.6.
* New builtins:
- StirlingS1, StirlingS2 (not all WL variations handled)
- MapAt (not all WL variations handled)
- PythonForm, SympyForm: these is not in WL. It simply will
show a crude translation to sympy or python.
- Throw and Catch
- With
- FileNameTake
* Enhancements and Bug fixes:
- Workaround for Compile so it accepts functions
(gh#mathics/Mathics#1026)
- Add Trace option to Get. Get["fn", Trace->True] will show
lines as they are read.
- Convert to/from Boolean types properly in from_python,
to_python. Previously they were 0, and 1.
- Extend DeleteCases to accept a levelspec parameter.
- Set Evaluation#exc_result to capture Aborted, Timeout,
Overflow1`, etc.
- ImageData changed to get bits {0,1}, not booleans as
previously.
- Add tokenizer symbols for <-> and -> and the unicode
versions of those.
- Small corrections to Needs, e.g check if already loaded,
correct a typo, etc.
- System`$InputFileName is now set inside Needs and Get
- Install shell scripts dmathicserver, dmathicsscript, and
dmathics to simplify running docker
- Adjust $InputFileName inside Get and Needs.
- Adapt file list to the renaming of mathicsscript to
dmathicsscript and the addition of dmathicserver.
-------------------------------------------------------------------
Sat Nov 14 22:17:20 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>