Skip to content

Commit cb17bb4

Browse files
committed
In prepration for 1.1.1 release
1 parent d3b4dc9 commit cb17bb4

2 files changed

Lines changed: 41 additions & 4 deletions

File tree

CHANGES.rst

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,50 @@ CHANGES
22
=======
33

44
1.1.1
5+
-----
6+
7+
This is the last update before some major refactoring and interface changing occurs.
8+
9+
After this relase, Django will no longer be bundled here. See `mathics-django <https://github.com/Mathics3/mathics-django>` for the unbundled replacement.
10+
11+
Some changes were made to support `Pymathics Graph <https://github.com/Mathics3/pymathics-graph>`_, a new graph package bundled separately,
12+
and to support the ability for front-ends to handle rendering on their own.
13+
14+
15+
Package Updates
16+
++++++++++++++++
17+
18+
- sympy 1.7.1
19+
20+
Mathics Packages added:
21+
22+
- ``DiscreteMath`CombinatoricaV0.9`` and
23+
``DiscreteMath`CombinatoricaV0.6``. V0.9 covers Steven Skiena's older "Implementing Discrete Mathematics: Combinatorics and Graph Theory" book.
24+
25+
If you have a package that you would like included in the distribution, and it works with Mathics, please contact us.
26+
27+
528

629
New builtins:
730
++++++++++++++++++++++++++++
831

9-
- ``StirlingS1``, ``StirlingS2``
32+
- ``StirlingS1``, ``StirlingS2`` (not all WL variations handled)
33+
- ``MapAt`` (not all WL variations handled)
34+
- ``PythonForm``, ``SympyForm`` these is not in WL. It simply will show a crude translation to ``sympy`` or ``python``. Expect more and better translation later
35+
- ``Throw`` and ``Catch``
36+
- ``With``
1037

38+
Enhancements and Bug fixes:
39+
+++++++++++++++++++++++++++
1140

41+
- Workaround for ``Compile`` so it accepts functions ##1026
42+
- Add ``Trace`` option to ``Get[]``. ``Get["fn", Trace->True]`` will show lines as they are read.
43+
- Add bool for ``from_python``
44+
- fix ``DeleteCases`` when there is a level spec.
45+
- Set Evaluation#exc_result to capture ``Aborted``, ``Timeout``, ``Overflow1``, etc.
46+
- ``ImageData`` changed to get bits {0,1} not bools.
47+
- add tokenizer symbols for <-> and -> and the unicode versions of those.
48+
- fix ``Needs``
1249

1350
1.1.0
1451
-----

mathics/packages/DiscreteMath/Kernel/init.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
350 Bridge Parkway, Redwood City CA 94065. ISBN 0-201-50943-1.
1010
For ordering information, call 1-800-447-2226.
1111
*)
12-
Get[ "DiscreteMath`CombinatoricaV0.6"]
13-
Get[ "DiscreteMath`CombinatoricaV0.9"]
12+
Get[ "DiscreteMath`CombinatoricaV0.6" ]
13+
Get[ "DiscreteMath`CombinatoricaV0.9" ]
1414

1515
(* The below is from https://library.wolfram.com/infocenter/MathSource/6825/
1616
An alpha test version is at:
1717
http://www.nic.funet.fi/index/Science/math/mathematica/Logic/RSolve.m
1818
*)
19-
Get[ "DiscreteMath`RSolve`"]
19+
Get[ "DiscreteMath`RSolve`" ]

0 commit comments

Comments
 (0)