Skip to content

Commit fd6bb3d

Browse files
Merge pull request #34 from mohamed-barakat/Julia
switched to Julia 1.11.1
2 parents 6b4ad55 + 461ea88 commit fd6bb3d

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

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.09-01",
13+
Version := "2024.10-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.0\u001b[39m\n",
13+
"CapAndHomalg v\u001b[32m1.6.1\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.10.4",
950+
"display_name": "Julia 1.11.1",
951951
"language": "julia",
952-
"name": "julia-1.10"
952+
"name": "julia-1.11"
953953
},
954954
"language_info": {
955955
"file_extension": ".jl",
956956
"mimetype": "application/julia",
957957
"name": "julia",
958-
"version": "1.10.4"
958+
"version": "1.11.1"
959959
}
960960
},
961961
"nbformat": 4,

examples/julia/notebooks/1LoopBox_using_Ore_algebra.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"name": "stdout",
5959
"output_type": "stream",
6060
"text": [
61-
"CapAndHomalg v\u001b[32m1.6.0\u001b[39m\n",
61+
"CapAndHomalg v\u001b[32m1.6.1\u001b[39m\n",
6262
"Imported OSCAR's components GAP and Singular_jll\n",
6363
"Type: ?CapAndHomalg for more information\n"
6464
]
@@ -1340,15 +1340,15 @@
13401340
},
13411341
"celltoolbar": "Slideshow",
13421342
"kernelspec": {
1343-
"display_name": "Julia 1.10.5",
1343+
"display_name": "Julia 1.11.1",
13441344
"language": "julia",
1345-
"name": "julia-1.10"
1345+
"name": "julia-1.11"
13461346
},
13471347
"language_info": {
13481348
"file_extension": ".jl",
13491349
"mimetype": "application/julia",
13501350
"name": "julia",
1351-
"version": "1.10.5"
1351+
"version": "1.11.1"
13521352
}
13531353
},
13541354
"nbformat": 4,

examples/notebooks/1LoopBox.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"name": "stdout",
5959
"output_type": "stream",
6060
"text": [
61-
"CapAndHomalg v\u001b[32m1.6.0\u001b[39m\n",
61+
"CapAndHomalg v\u001b[32m1.6.1\u001b[39m\n",
6262
"Imported OSCAR's components GAP and Singular_jll\n",
6363
"Type: ?CapAndHomalg for more information\n"
6464
]
@@ -1035,15 +1035,15 @@
10351035
},
10361036
"celltoolbar": "Slideshow",
10371037
"kernelspec": {
1038-
"display_name": "Julia 1.10.4",
1038+
"display_name": "Julia 1.11.1",
10391039
"language": "julia",
1040-
"name": "julia-1.10"
1040+
"name": "julia-1.11"
10411041
},
10421042
"language_info": {
10431043
"file_extension": ".jl",
10441044
"mimetype": "application/julia",
10451045
"name": "julia",
1046-
"version": "1.10.4"
1046+
"version": "1.11.1"
10471047
}
10481048
},
10491049
"nbformat": 4,

0 commit comments

Comments
 (0)