Skip to content

Commit 6837b2e

Browse files
Merge pull request #39 from mohamed-barakat/devel
do not clone AutoDoc
2 parents df17bc6 + 3878581 commit 6837b2e

6 files changed

Lines changed: 19 additions & 21 deletions

File tree

.github/workflows/Tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- name: Prepare environment
4949
run: |
5050
cp ./LoopIntegrals/dev/ci_gaprc /home/gap/.gap/gaprc
51-
git clone --depth 1 -vv https://github.com/gap-packages/AutoDoc.git
5251
git clone --depth 1 -vv https://github.com/homalg-project/homalg_project.git
5352
- name: Build documentation of packages which we might want to reference
5453
run: |
@@ -65,7 +64,6 @@ jobs:
6564
if [ -d "CategoricalTowers/Toposes" ]; then make -C "CategoricalTowers/Toposes" doc; fi
6665
- name: Test LoopIntegrals
6766
run: |
68-
export GAP_PRINT_BANNER=false
6967
make -C LoopIntegrals --trace -j $(nproc) --output-sync ci-test
7068
- name: Release package or simulate release
7169
run: |

PackageInfo.g

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SetPackageInfo( rec(
1010

1111
PackageName := "LoopIntegrals",
1212
Subtitle := "Compute master integrals using commutative and noncommutative methods from computational algebraic geometry",
13-
Version := "2024.11-01",
13+
Version := "2025.11-01",
1414

1515
Date := (function ( ) if IsBound( GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE ) then return GAPInfo.SystemEnvironment.GAP_PKG_RELEASE_DATE; else return Concatenation( ~.Version{[ 1 .. 4 ]}, "-", ~.Version{[ 6, 7 ]}, "-01" ); fi; end)( ),
1616

examples/julia/notebooks/1LoopBox.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "stdout",
1111
"output_type": "stream",
1212
"text": [
13-
"CapAndHomalg v\u001b[32m1.6.1\u001b[39m\n",
13+
"CapAndHomalg v\u001b[32m1.6.8\u001b[39m\n",
1414
"Imported OSCAR's components GAP and Singular_jll\n",
1515
"Type: ?CapAndHomalg for more information\n"
1616
]
@@ -947,15 +947,15 @@
947947
"lastKernelId": null
948948
},
949949
"kernelspec": {
950-
"display_name": "Julia 1.11.1",
950+
"display_name": "Julia 1.12",
951951
"language": "julia",
952-
"name": "julia-1.11"
952+
"name": "julia-1.12"
953953
},
954954
"language_info": {
955955
"file_extension": ".jl",
956956
"mimetype": "application/julia",
957957
"name": "julia",
958-
"version": "1.11.1"
958+
"version": "1.12.1"
959959
}
960960
},
961961
"nbformat": 4,

examples/julia/notebooks/1LoopBox_using_Ore_algebra.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"name": "stdout",
5151
"output_type": "stream",
5252
"text": [
53-
"CapAndHomalg v\u001b[32m1.6.1\u001b[39m\n",
53+
"CapAndHomalg v\u001b[32m1.6.8\u001b[39m\n",
5454
"Imported OSCAR's components GAP and Singular_jll\n",
5555
"Type: ?CapAndHomalg for more information\n"
5656
]
@@ -1262,7 +1262,7 @@
12621262
{
12631263
"data": {
12641264
"text/plain": [
1265-
"GAP: |[ -2*(-4+d)*(d-5)/(-6+d)/s12/s14*D3+(d-5)/s12 ]|"
1265+
"GAP: |[ -2*(d-5)*(-4+d)/(-6+d)/s12/s14*D3+(d-5)/s12 ]|"
12661266
]
12671267
},
12681268
"execution_count": 50,
@@ -1287,7 +1287,7 @@
12871287
{
12881288
"data": {
12891289
"text/plain": [
1290-
"GAP: |[ -2*(-4+d)*(d-5)/(-6+d)/s12/s14*D3+(d-5)/s12 ]|"
1290+
"GAP: |[ -2*(d-5)*(-4+d)/(-6+d)/s12/s14*D3+(d-5)/s12 ]|"
12911291
]
12921292
},
12931293
"execution_count": 51,
@@ -1332,15 +1332,15 @@
13321332
},
13331333
"celltoolbar": "Slideshow",
13341334
"kernelspec": {
1335-
"display_name": "Julia 1.11.1",
1335+
"display_name": "Julia 1.12",
13361336
"language": "julia",
1337-
"name": "julia-1.11"
1337+
"name": "julia-1.12"
13381338
},
13391339
"language_info": {
13401340
"file_extension": ".jl",
13411341
"mimetype": "application/julia",
13421342
"name": "julia",
1343-
"version": "1.11.1"
1343+
"version": "1.12.1"
13441344
}
13451345
},
13461346
"nbformat": 4,

examples/julia/notebooks/1LoopTadpole.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "stdout",
1111
"output_type": "stream",
1212
"text": [
13-
"CapAndHomalg v\u001b[32m1.5.3\u001b[39m\n",
13+
"CapAndHomalg v\u001b[32m1.6.8\u001b[39m\n",
1414
"Imported OSCAR's components GAP and Singular_jll\n",
1515
"Type: ?CapAndHomalg for more information\n"
1616
]
@@ -849,15 +849,15 @@
849849
"lastKernelId": null
850850
},
851851
"kernelspec": {
852-
"display_name": "Julia 1.9.3",
852+
"display_name": "Julia 1.12",
853853
"language": "julia",
854-
"name": "julia-1.9"
854+
"name": "julia-1.12"
855855
},
856856
"language_info": {
857857
"file_extension": ".jl",
858858
"mimetype": "application/julia",
859859
"name": "julia",
860-
"version": "1.9.3"
860+
"version": "1.12.1"
861861
}
862862
},
863863
"nbformat": 4,

examples/notebooks/1LoopBox.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"name": "stdout",
5151
"output_type": "stream",
5252
"text": [
53-
"CapAndHomalg v\u001b[32m1.6.1\u001b[39m\n",
53+
"CapAndHomalg v\u001b[32m1.6.8\u001b[39m\n",
5454
"Imported OSCAR's components GAP and Singular_jll\n",
5555
"Type: ?CapAndHomalg for more information\n"
5656
]
@@ -1027,15 +1027,15 @@
10271027
},
10281028
"celltoolbar": "Slideshow",
10291029
"kernelspec": {
1030-
"display_name": "Julia 1.11.6",
1030+
"display_name": "Julia 1.12",
10311031
"language": "julia",
1032-
"name": "julia-1.11"
1032+
"name": "julia-1.12"
10331033
},
10341034
"language_info": {
10351035
"file_extension": ".jl",
10361036
"mimetype": "application/julia",
10371037
"name": "julia",
1038-
"version": "1.11.6"
1038+
"version": "1.12.1"
10391039
}
10401040
},
10411041
"nbformat": 4,

0 commit comments

Comments
 (0)