Skip to content

Commit 97bce49

Browse files
authored
Release 8.0.0 (#223)
* Get ready for release 8.0.0 * go back to PyPI-installed wheels in CI
1 parent c901cb9 commit 97bce49

6 files changed

Lines changed: 246 additions & 210 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,20 @@ repos:
66
hooks:
77
- id: check-merge-conflict
88
- id: debug-statements
9-
stages: [commit]
9+
stages: [pre-commit]
10+
exclude: ChangeLog-spell-corrected.diff
1011
- id: end-of-file-fixer
11-
stages: [commit]
12+
exclude: ChangeLog-spell-corrected.diff
13+
stages: [pre-commit]
1214
- repo: https://github.com/pycqa/isort
1315
rev: 5.13.2
1416
hooks:
1517
- id: isort
16-
stages: [commit]
18+
stages: [pre-commit]
1719
- repo: https://github.com/psf/black
18-
rev: 23.12.1
20+
rev: 24.10.0
1921
hooks:
2022
- id: black
23+
exclude: 'mathics_django/version.py'
2124
language_version: python3
2225
stages: [commit]

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,23 @@
11
CHANGES
22
=======
33

4+
8.0.0
5+
-----
6+
7+
Jan 26, 2025
8+
9+
* Adjust for Mathics3 core 8.0.0 API
10+
* Add bottom documentation navigation bar
11+
* Add summaries of items in searching. Bold (no summary) indicates a section header
12+
* Revise gallery example
13+
* Track Combinatorica package name change
14+
15+
416
7.0.0
517
-----
618

19+
Aug 10, 2025
20+
721
* Adjust for Mathics3 core 7.0.0 API, e.g., add explicit call to load builtins
822
* doctest refactored to use more routines common to mathics-core
923
* Support newer matplotlib, e.g. 3.9.1

0 commit comments

Comments
 (0)