|
1 | 1 | CHANGES |
2 | 2 | ======= |
3 | 3 |
|
4 | | -<<<<<<< HEAD |
5 | | - |
6 | | -2.0.1 |
7 | | ------ |
8 | | - |
9 | | -General improvements |
10 | | --------------------- |
11 | | -- Consistency version checks for builtin modules at load time |
12 | | -- Partial improvement in Compile: now every expression has a compiled form, |
13 | | - as a Python function. |
14 | | -- Automatic detection for the best strategy to numeric evaluation of constants. |
15 | | -New builtins |
16 | | ------------- |
17 | | - |
18 | | -- NIntegrate |
19 | | -- ArcTanh |
20 | | - |
21 | | -Bug fixes |
22 | | ---------- |
23 | | -- TeXForm for integrals are now properly formatted. |
24 | | - |
25 | | - |
26 | | -Pymathics Modules |
27 | | ------------------- |
28 | | -- Pymathics modules now can run initialization code when are loaded. |
29 | | -- The `builtins` list is not hardliked to the library anymore. This simplifies |
30 | | - the loading and reloading of pymathics modules. |
31 | | -- Decoupling of BoxConstructors from the library. Now are defined at the |
32 | | - level of the definition objects. This is useful for customizing the |
33 | | - Graphics output if it is available. |
34 | | - |
35 | | - |
36 | | - |
37 | | - |
38 | | -======= |
39 | 4 | 2.1.0 |
40 | 5 | ----- |
41 | 6 |
|
42 | | - New builtins |
43 | | -++++++++++++++ |
| 7 | +New builtins |
| 8 | +++++++++++++ |
44 | 9 |
|
| 10 | +* ``ArcTanh`` |
45 | 11 | * ``ByteArray`` |
46 | | -* ``FileNames`` |
47 | 12 | * ``CreateFile`` |
48 | 13 | * ``CreateTemporary`` |
49 | | - |
| 14 | +* ``FileNames`` |
| 15 | +* ``NIntegrate`` |
50 | 16 |
|
51 | 17 | Enhancements |
52 | 18 | ++++++++++++ |
53 | 19 |
|
| 20 | +* the Mathics version is checked for builtin modules at load time. A message is given when a builtin doesn't load. |
| 21 | +* Automatic detection for the best strategy to numeric evaluation of constants. |
54 | 22 | * ``FileNameJoin`` - implement ``OperatingSystem`` option |
55 | 23 | * Mathics functions are accepted by ``Compile[]``. The return value or type will be |
56 | | - ``CompiledFunction`` |
| 24 | + ``Compiled[] and CompiledFunction[]`` every expression can have a compiled form, |
| 25 | + as a Python function. |
57 | 26 | * ``EqualQ[]`` now compares complex against other numbers properly. |
58 | 27 |
|
| 28 | + |
| 29 | +Bug fixes |
| 30 | ++++++++++ |
| 31 | + |
| 32 | +* TeXForm for integrals are now properly formatted. |
| 33 | + |
| 34 | + |
| 35 | +Pymathics Modules |
| 36 | ++++++++++++++++++ |
| 37 | + |
| 38 | +* Pymathics modules now can run initialization code when are loaded. |
| 39 | +* The ``builtins`` list is not hardliked to the library anymore. This simplifies |
| 40 | + the loading and reloading of pymathics modules. |
| 41 | +* Decoupling of BoxConstructors from the library. Now are defined at the |
| 42 | + level of the definition objects. This is useful for customizing the |
| 43 | + Graphics output if it is available. |
| 44 | + |
| 45 | + |
59 | 46 | Miscellanea |
60 | 47 | +++++++++++ |
61 | 48 |
|
62 | 49 | * A pass was made to improve Microsoft Windows compatability and testing |
63 | 50 | Windows under MSYS. |
64 | 51 | * Include numpy version in version string. Show in CLI |
65 | 52 | * Small CLI tweaks ``--colors=None`` added to match mathicsscript. |
66 | | ->>>>>>> upstream/master |
67 | 53 |
|
68 | 54 | 2.0.0 |
69 | 55 | ----- |
|
0 commit comments