|
1 | 1 | CHANGES |
2 | 2 | ======= |
3 | 3 |
|
4 | | -So we can get onto PyPI, the PyPI install name has changed from Mathics to Mathics3. |
| 4 | +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 | + |
| 28 | + |
| 29 | +New builtins: |
| 30 | +++++++++++++++++++++++++++++ |
| 31 | + |
| 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`` |
| 37 | +- Start ``FileNameTake`` |
| 38 | + |
| 39 | + Enhancements and Bug fixes: |
| 40 | ++++++++++++++++++++++++++++ |
5 | 41 |
|
| 42 | +- Workaround for ``Compile`` so it accepts functions ##1026 |
| 43 | +- Add ``Trace`` option to ``Get``. ``Get["fn", Trace->True]`` will show lines as they are read. |
| 44 | +- Add bool for ``from_python`` |
| 45 | +- Extend ``DeleteCases`` to accept a levelspec parameter. |
| 46 | +- Set Evaluation#exc_result to capture ``Aborted``, ``Timeout``, ``Overflow1``, etc. |
| 47 | +- ``ImageData`` changed to get bits {0,1} not bools. |
| 48 | +- add tokenizer symbols for <-> and -> and the unicode versions of those. |
| 49 | +- fix ``Needs`` |
| 50 | +- ``System`$InputFileName`` is now set inside ``Needs`` and ``Get`` |
6 | 51 |
|
7 | 52 | 1.1.0 |
8 | 53 | ----- |
|
0 commit comments