-
-
Notifications
You must be signed in to change notification settings - Fork 553
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag '10.3.beta5' into public/ideals_for_non_maximal_orders
SageMath version 10.3.beta5, Release Date: 2024-01-14
- Loading branch information
Showing
584 changed files
with
36,417 additions
and
6,646 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
#!/usr/bin/env python3 | ||
|
||
from pathlib import Path | ||
import subprocess | ||
|
||
script_dir = Path(__file__).resolve().parent | ||
root_dir = script_dir / '..' / '..' | ||
|
||
subprocess.run([str(root_dir / "bootstrap-conda")]) | ||
|
||
platforms = { | ||
"linux-64": "linux", | ||
"linux-aarch64": "linux-aarch64", | ||
"osx-64": "macos", | ||
"osx-arm64": "macos-arm64" | ||
#"win-64": "win", | ||
} | ||
pythons = ["3.9", "3.10", "3.11"] | ||
tags = ["", "-dev"] | ||
sources = ["", "src"] | ||
|
||
for platform_key, platform_value in platforms.items(): | ||
for python in pythons: | ||
for tag in tags: | ||
for src in sources: | ||
env_file = root_dir / src / f"environment{tag}-{python}.yml" | ||
lock_file = root_dir / src / f"environment{tag}-{python}-{platform_value}" | ||
|
||
if not env_file.exists(): | ||
continue | ||
|
||
print(f"Updating lock file for {env_file} at {lock_file}", flush=True) | ||
subprocess.run(["conda-lock", "--channel", "conda-forge", "--kind", "env", "--platform", platform_key, "--file", str(env_file), "--lockfile", str(lock_file), "--filename-template", str(lock_file)]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,6 @@ | |
"sagemath", | ||
"Cython" | ||
], | ||
"editor.formatOnType": true | ||
"editor.formatOnType": true, | ||
"esbonio.sphinx.confDir": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SageMath version 10.3.beta4, Release Date: 2023-12-26 | ||
SageMath version 10.3.beta5, Release Date: 2024-01-14 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
python3.11-devel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
tarball=configure-VERSION.tar.gz | ||
sha1=05115739db242cb5a48ae17f97d06b179fc70334 | ||
md5=adc8208885e6be527b089b682079c464 | ||
cksum=3321256447 | ||
sha1=1041fee1d3ed5dc9c6c428668a895fb7109a48e5 | ||
md5=e254e55345074cd0959cb21c8e4716ca | ||
cksum=1271538328 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
e95536ccbad199de456e804968a775f2744e4bff | ||
c6bf497a0fd0f29c721481b52afaf49969c0cef8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=Cython-VERSION.tar.gz | ||
sha1=94945822403911b75608fa9689039187686437dd | ||
md5=3b08e76d112619ed9b5bc240b6b53cf4 | ||
cksum=467020180 | ||
sha1=48f0535ce0b05e0e4ae4daa6a597a2cdd76274f5 | ||
md5=94ab8466d9350a31cfef3a0853c2fea5 | ||
cksum=2507297160 | ||
upstream_url=https://pypi.io/packages/source/C/Cython/Cython-VERSION.tar.gz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.6 | ||
3.0.7 |
Oops, something went wrong.