Skip to content

Commit

Permalink
Merge pull request #318 from sn6uv/mathics09
Browse files Browse the repository at this point in the history
Mathics 0.9
  • Loading branch information
sn6uv committed Mar 1, 2016
2 parents ecb000b + 5338e13 commit 5ff7ac5
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 4 deletions.
6 changes: 5 additions & 1 deletion AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Additional contributions were made by:
- Jim Radford (radford)
- GitAnt
- Toshiyuki Ogura (ogra)
- limeblack
- mmatera
- Mingye Wang @Arthur2e5
- Wolf Vollprecht (wolfv)

Thanks to the authors of all projects that are used in Mathics:
- Django
Expand All @@ -30,6 +34,6 @@ Thanks to the authors of all projects that are used in Mathics:
- colorama
- SymPy
- Three.js
- interruptingcow
- dateutil
- colorama
- six
39 changes: 39 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,45 @@
CHANGES
=======

0.9
---

New features:

- Improved syntax error messages #329
- SVD, LeastSquares, PseudoInverse #258, #321
- Python 3 support #317
- Improvements to Riffle #313
- Tweaks to PolarPlot #305
- StringTake #285
- Norm #268 #270
- Total, Accumulate, FoldList, Fold #264, #252
- Flatten #253 #269
- Which with symbolic arguments #250
- Min/Max with symbolic arguments # 249

Dependency Updates:

- upgraded to ply 3.8 (issue #246)
- dropped interrupting cow #317
- added six (already required by django) #317

Bug fixes:

- Span issues with negative indices #196 fixed by #263 #325
- SVG export bug fixed by #324
- Django runserver threading issue #158 fixed by #323
- asymptote bug building docs #297 fixed by #317
- Simplify issue #254 fixed by #322
- ParametricPlot bug fixed by #320
- DensityPlot SVG regression in the web interface.
- main function for server.py #288, #289 fixed by #298
- ply table regeneration #294 fixed by #295
- Print bar issue #290 fixed by #293
- Quit[] index error #292 partially fixed by #307
- Quit definition fixed by #286
- Conjugate issue #272 fixed by #281

0.8
---

Expand Down
2 changes: 1 addition & 1 deletion mathics/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

from __future__ import unicode_literals

__version__ = '0.9dev'
__version__ = '0.9'
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
python setup.py --help-commands
Or, if all else fails, feel free to write to the sympy list at
Or, if all else fails, feel free to write to the mathics users list at
[email protected] and ask for help.
"""

Expand Down Expand Up @@ -191,7 +191,8 @@ def run(self):
author_email="[email protected]",
description="A general-purpose computer algebra system.",
license="GPL",
url="http://www.mathics.github.io/",
url="https://mathics.github.io/",
download_url="https://github.com/mathics/Mathics/tarball/v0.9",
keywords=['Mathematica', 'Wolfram', 'Interpreter', 'Shell', 'Math', 'CAS'],
classifiers=[
'Intended Audience :: Developers',
Expand Down

0 comments on commit 5ff7ac5

Please sign in to comment.