Skip to content

Commit 5aaf5e5

Browse files
authored
Release 9.0 (#1483)
The long-awaited 9.0.0 release.
1 parent e91e275 commit 5aaf5e5

File tree

17 files changed

+975
-709
lines changed

17 files changed

+975
-709
lines changed

.github/workflows/consistency-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
sudo apt update -qq && sudo apt install llvm-dev remake
2424
python -m pip install --upgrade pip
2525
# We can comment out after next Mathics-Scanner release
26-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
26+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2727
pip install -e .
2828
2929
- name: Install Mathics with minimum dependencies

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cd ..
3636
# We can comment out after next Mathics-Scanner release
3737
# python -m pip install Mathics-Scanner[full]
38-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
38+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3939
pip install -e .
4040
remake -x develop-full
4141
- name: Test Mathics3

.github/workflows/packages.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
# We can comment out after next Mathics-Scanner release
28-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
28+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
2929
- name: Run Mathics3 Combinatorica tests
3030
run: |
3131
git submodule init
3232
git submodule update
33+
pip install -e .[dev]
3334
remake -x develop
3435
cd mathics/Packages/Combinatorica-repo
3536
# If Combinatorica repo changes, we may need the below altered

.github/workflows/pyodide.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
pyodide-test:
1313
runs-on: ubuntu-latest
1414
env:
15-
PYODIDE_VERSION: 0.27.0a2
15+
PYODIDE_VERSION: 0.28.2
1616
# PYTHON_VERSION and EMSCRIPTEN_VERSION are determined by PYODIDE_VERSION.
1717
# The appropriate versions can be found in the Pyodide repodata.json
1818
# "info" field, or in Makefile.envs:
1919
# https://github.com/pyodide/pyodide/blob/main/Makefile.envs#L2
20-
PYTHON_VERSION: 3.12.1
21-
EMSCRIPTEN_VERSION: 3.1.58
20+
PYTHON_VERSION: 3.13.2
21+
EMSCRIPTEN_VERSION: 4.0.9
2222
NODE_VERSION: 20
2323
steps:
2424
- name: Checkout
@@ -55,7 +55,7 @@ jobs:
5555
pip install "setuptools>=70.0.0" PyYAML click packaging pytest
5656
5757
# We can comment out after next Mathics-Scanner release
58-
python -m pip install --no-build-isolation -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
58+
# python -m pip install --no-build-isolation -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner
5959
# pip install --no-build-isolation -e .
6060
# cd ..
6161

.github/workflows/ubuntu-cython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install -e .
3131
cd ..
3232
# We can comment out after next Mathics-Scanner release
33-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
33+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3434
pip install -e .
3535
cd ..
3636

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd ..
3232
# We can comment out after next Mathics-Scanner release
3333
# python -m pip install Mathics-Scanner[full]
34-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
34+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3535
pip install -e .
3636
remake -x develop-full
3737
- name: Test Mathics

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
pip install -e .
4040
cd ..
4141
# We can comment out after next Mathics-Scanner release
42-
python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
42+
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
4343
pip install -e .
4444
4545
# python -m pip install Mathics-Scanner[full]

AUTHORS.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Mathics was originally created in 2011 by:
22

33
- Jan Pöschko @poeschko
44

5-
Up until around 2017 was maintained by:
5+
Up until around 2017, it was maintained by:
66

77
- Angus Griffith @sn6uv
88
- Ben Jones @bnjones
99

10-
Currently it is maintained by the Mathics3 Team
10+
Currently, it is maintained by the Mathics3 Team
1111

1212
Additional contributions were made by:
1313

0 commit comments

Comments
 (0)