Skip to content

Commit

Permalink
Merge pull request #248 from sn6uv/Mathics08
Browse files Browse the repository at this point in the history
Mathics 0.8
  • Loading branch information
sn6uv committed May 31, 2015
2 parents 111be61 + f989a85 commit b209515
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
CHANGES
=======

0.8
---

New features:

- Improvements to 3D Plotting, see #238
- Enable MathJax menu, see #236
- Improvements to documentation

Dependency Updates:

- upgrade to sympy 0.7.6
- upgrade to ply3.6 (new parsetab format, see #246)
- upgrade to mpmath 0.19

Bug Fixes:

- IntegerDigits[0]



0.7
---

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

__version__ = '0.7rc1'
__version__ = '0.8'

0 comments on commit b209515

Please sign in to comment.