Skip to content

Commit 6b4ad55

Browse files
Merge pull request #33 from mohamed-barakat/devel
switched to Julia 1.11.1
2 parents 9e8f862 + 25ab27b commit 6b4ad55

5 files changed

Lines changed: 85 additions & 110 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.04-01",
13+
Version := "2024.09-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.5.3\u001b[39m\n",
13+
"CapAndHomalg v\u001b[32m1.6.0\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.9.3",
950+
"display_name": "Julia 1.10.4",
951951
"language": "julia",
952-
"name": "julia-1.9"
952+
"name": "julia-1.10"
953953
},
954954
"language_info": {
955955
"file_extension": ".jl",
956956
"mimetype": "application/julia",
957957
"name": "julia",
958-
"version": "1.9.3"
958+
"version": "1.10.4"
959959
}
960960
},
961961
"nbformat": 4,

0 commit comments

Comments
 (0)