Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 1.35 KB

CHANGES.rst

File metadata and controls

51 lines (31 loc) · 1.35 KB

CHANGES

7.0.0

  • Revise for 7.0.0 Mathics3 API; we need to explicilty load builtins

6.0.0

Revise for 6.0.0 Mathics3 APIs and current Mathics3 builtin standards described in Guidelines for Writing Documentation.

This package has undergone a major overhaul. Modules have been split out along into logical groups following the documentation structure.

We have gradually been rolling in more Python type annotations and have been using current Python practices. Tools such as using isort, black and flake8 are used as well.

Evaluation methods of built-in functions start eval_ not apply_.

There is more refactoring more to do here, bugs that remain, functions needing adding or filling out.

We should assess the landscape for changes in modules that might be used here; there is probably something better maintained than langid.

5.0.0

  • Adjust for Mathics3 core 5.0.0 API
  • Use Spacy >= 3.4
  • Adjust for medium word list dictated by package and newer Spacy

2.2.0

Re-Release to use released Mathics 2.2.0

1.1.0

Re-Release to use released Mathics 1.1.0

  • tests added.
  • README.rst has been updated with examples.

1.0.0

First public release.