Skip to content

Commit

Permalink
Merge pull request #33 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
switched to Julia 1.11.1
  • Loading branch information
mohamed-barakat authored Oct 30, 2024
2 parents 9e8f862 + 25ab27b commit 6b4ad55
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 110 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "LoopIntegrals",
Subtitle := "Compute master integrals using commutative and noncommutative methods from computational algebraic geometry",
Version := "2024.04-01",
Version := "2024.09-01",

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)( ),

Expand Down
8 changes: 4 additions & 4 deletions examples/julia/notebooks/1LoopBox.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"CapAndHomalg v\u001b[32m1.5.3\u001b[39m\n",
"CapAndHomalg v\u001b[32m1.6.0\u001b[39m\n",
"Imported OSCAR's components GAP and Singular_jll\n",
"Type: ?CapAndHomalg for more information\n"
]
Expand Down Expand Up @@ -947,15 +947,15 @@
"lastKernelId": null
},
"kernelspec": {
"display_name": "Julia 1.9.3",
"display_name": "Julia 1.10.4",
"language": "julia",
"name": "julia-1.9"
"name": "julia-1.10"
},
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.9.3"
"version": "1.10.4"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 6b4ad55

Please sign in to comment.