Skip to content

Commit bea4081

Browse files
Merge pull request #37 from mohamed-barakat/devel
applied PackageJanitor
2 parents a8c49f4 + 9a90e97 commit bea4081

4 files changed

Lines changed: 1 addition & 18 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.10-02",
13+
Version := "2024.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_using_Ore_algebra.ipynb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"id": "5dd5d895",
6-
"metadata": {},
7-
"source": [
8-
"[![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)"
9-
]
10-
},
113
{
124
"cell_type": "markdown",
135
"id": "5dbd544e",

examples/notebooks/1LoopBox.ipynb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
{
22
"cells": [
3-
{
4-
"cell_type": "markdown",
5-
"id": "5dd5d895",
6-
"metadata": {},
7-
"source": [
8-
"[![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)"
9-
]
10-
},
113
{
124
"cell_type": "markdown",
135
"id": "b866de6b",

examples/notebooks/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ These notebooks use the [Julia](https://julialang.org/) package
1515
[CapAndHomalg](https://github.com/homalg-project/CapAndHomalg.jl).
1616

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

0 commit comments

Comments
 (0)