Skip to content

Commit e7d12f6

Browse files
authored
Merge branch 'sagemath:develop' into groups
2 parents 456c885 + d1f99d1 commit e7d12f6

File tree

196 files changed

+2045
-1491
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+2045
-1491
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,11 @@ jobs:
442442
if: (success() || failure()) && steps.container.outcome == 'success'
443443
uses: actions/upload-artifact@v4
444444
with:
445+
# The path .coverage is a directory that contains the combined coverage
446+
# data file .coverage, which is a hidden file because of the leading dot
445447
name: coverage-${{ steps.copy-coverage.outputs.tests_id }}
446448
path: .coverage
449+
include-hidden-files: true
447450

448451
coverage-report:
449452
runs-on: ubuntu-latest
@@ -530,11 +533,11 @@ jobs:
530533
# Combining
531534

532535
- name: Download coverage artifacts
536+
if: (success() || failure()) && steps.container.outcome == 'success'
533537
uses: actions/download-artifact@v4
534538
with:
535539
path: .coverage
536540
pattern: coverage-*
537-
if: (success() || failure()) && steps.container.outcome == 'success'
538541

539542
- name: Coverage report
540543
if: (success() || failure()) && steps.container.outcome == 'success'

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: SageMath
44
abstract: SageMath is a free open-source mathematics software system.
55
authors:
66
- name: "The SageMath Developers"
7-
version: 10.5.beta4
7+
version: 10.5.beta5
88
doi: 10.5281/zenodo.8042260
9-
date-released: 2024-09-15
9+
date-released: 2024-09-22
1010
repository-code: "https://github.com/sagemath/sage"
1111
url: "https://www.sagemath.org/"

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SageMath version 10.5.beta4, Release Date: 2024-09-15
1+
SageMath version 10.5.beta5, Release Date: 2024-09-22

build/pkgs/configure/checksums.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tarball=configure-VERSION.tar.gz
2-
sha1=d2f8c0bc6c40a0e3e8f7cb0deebee5e7bc7da501
3-
sha256=cde422cec1dc104f4f4b1369167a17cc77519186180bfc14322d078881581c50
2+
sha1=2cdffd348b8a4de62b51e1f6c37a7d414004c09e
3+
sha256=273c37842eedefc3575e34bb14819ab3738a32c39ae634f2342bb50baa740c60
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
27fce1faa78ef19b8c43287016f0acbdf0fa169a
1+
9b58ceaa68960b38142f27fdfc04373301da4e46
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-conf ~= 10.5b4
2+
sage-conf ~= 10.5b5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-docbuild ~= 10.5b4
2+
sage-docbuild ~= 10.5b5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-setup ~= 10.5b4
2+
sage-setup ~= 10.5b5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sage-sws2rst ~= 10.5b4
2+
sage-sws2rst ~= 10.5b5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# This file is updated on every release by the sage-update-version script
2-
sagemath-standard ~= 10.5b4
2+
sagemath-standard ~= 10.5b5

0 commit comments

Comments
 (0)