Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.10-02",
Version := "2024.11-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: 0 additions & 8 deletions examples/julia/notebooks/1LoopBox_using_Ore_algebra.ipynb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "5dd5d895",
"metadata": {},
"source": [
"[![Binder](https://mybinder.org/badge_logo.svg)](https://gesis.mybinder.org/v2/gh/homalg-project/CapAndHomalgNotebooks/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fhomalg-project%252FLoopIntegrals%26urlpath%3Dtree%252FLoopIntegrals%252Fexamples%252Fjulia%252Fnotebooks%252F1LoopBox_using_Ore_algebra.ipynb%26branch%3Dmaster)"
]
},
{
"cell_type": "markdown",
"id": "5dbd544e",
Expand Down
8 changes: 0 additions & 8 deletions examples/notebooks/1LoopBox.ipynb
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "5dd5d895",
"metadata": {},
"source": [
"[![Binder](https://mybinder.org/badge_logo.svg)](https://gesis.mybinder.org/v2/gh/homalg-project/CapAndHomalgNotebooks/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Fhomalg-project%252FLoopIntegrals%26urlpath%3Dtree%252FLoopIntegrals%252Fexamples%252F%252Fnotebooks%252F1LoopBox.ipynb%26branch%3Dmaster)"
]
},
{
"cell_type": "markdown",
"id": "b866de6b",
Expand Down
1 change: 0 additions & 1 deletion examples/notebooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ These notebooks use the [Julia](https://julialang.org/) package
[CapAndHomalg](https://github.com/homalg-project/CapAndHomalg.jl).

You can click on a notebook to view a read-only version right here on GitHub.
From there, you can run an interactive version in your browser via the `launch binder` button at the top of the notebook.