Skip to content

Commit

Permalink
Release 8.0.0 (#223)
Browse files Browse the repository at this point in the history
* Get ready for release 8.0.0

* go back to PyPI-installed wheels in CI
  • Loading branch information
rocky authored Jan 27, 2025
1 parent c901cb9 commit 97bce49
Show file tree
Hide file tree
Showing 6 changed files with 246 additions and 210 deletions.
11 changes: 7 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,20 @@ repos:
hooks:
- id: check-merge-conflict
- id: debug-statements
stages: [commit]
stages: [pre-commit]
exclude: ChangeLog-spell-corrected.diff
- id: end-of-file-fixer
stages: [commit]
exclude: ChangeLog-spell-corrected.diff
stages: [pre-commit]
- repo: https://github.com/pycqa/isort
rev: 5.13.2
hooks:
- id: isort
stages: [commit]
stages: [pre-commit]
- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.10.0
hooks:
- id: black
exclude: 'mathics_django/version.py'
language_version: python3
stages: [commit]
14 changes: 14 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
CHANGES
=======

8.0.0
-----

Jan 26, 2025

* Adjust for Mathics3 core 8.0.0 API
* Add bottom documentation navigation bar
* Add summaries of items in searching. Bold (no summary) indicates a section header
* Revise gallery example
* Track Combinatorica package name change


7.0.0
-----

Aug 10, 2025

* Adjust for Mathics3 core 7.0.0 API, e.g., add explicit call to load builtins
* doctest refactored to use more routines common to mathics-core
* Support newer matplotlib, e.g. 3.9.1
Expand Down
Loading

0 comments on commit 97bce49

Please sign in to comment.