Skip to content

Commit

Permalink
mathics 0.6.0.rc1 draft
Browse files Browse the repository at this point in the history
  • Loading branch information
sn6uv committed Sep 9, 2013
1 parent adde225 commit 18bf51e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
5 changes: 5 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ Additional contributions were made by:
- Marek Šuppa (mrshu)
- lanyjie
- freshwater
- proxy-sander
- Ben Jones (bnjones)

Thanks to the authors of all projects that are used in Mathics:
- Django
Expand All @@ -23,3 +25,6 @@ Thanks to the authors of all projects that are used in Mathics:
- colorama
- SymPy
- Three.js
- interruptingcow
- dateutil
- colorama
11 changes: 8 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CHANGES
=======

0.5.1dev
--------
0.6
---

- ElementData using data from Wikipedia
- added Switch
Expand All @@ -16,10 +16,15 @@ CHANGES
- VectorAnalysis` Package
- More special functions (Bessel functions and othogonal polynomials)
- More NumberTheory functions
- Import, Get, Needs and other IO related functions
- Import, Export, Get, Needs and other IO related functions
- PyPy compatibility
- added benchmarks (mathics/benchmark.py)
- BaseForm
- DeleteDuplicates
- Depth, Operate Through and other Structure related functions
- Changes to MatrixForm/TableForm printing
- Use interruptingcow to limit evaluation time
- Character Code functions

0.5
---
Expand Down
2 changes: 1 addition & 1 deletion mathics/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
except ImportError:
DJANGO_VERSION = (1, 4)

VERSION = '0.5.1dev'
VERSION = '0.6.0rc1'

DEBUG = True
TEMPLATE_DEBUG = DEBUG
Expand Down

0 comments on commit 18bf51e

Please sign in to comment.