Skip to content

Commit 8e3b4bf

Browse files
authored
Merge pull request #51 from homalg-project/dev
update readme.md and bump version to v2025.06.24
2 parents 02a6f71 + 947907a commit 8e3b4bf

File tree

3 files changed

+2
-356
lines changed

3 files changed

+2
-356
lines changed

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 := "CddInterface",
1212
Subtitle := "Gap interface to Cdd package",
13-
Version := "2024.09.02",
13+
Version := "2025.06.24",
1414
Date := ~.Version{[ 1 .. 10 ]},
1515
Date := Concatenation( ~.Date{[ 9, 10 ]}, "/", ~.Date{[ 6, 7 ]}, "/", ~.Date{[ 1 .. 4 ]} ),
1616
License := "GPL-2.0-or-later",

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,7 @@ The package can be updated using the following commands
119119
With docker app you can run an image of the newest version of gap && CddInterface via
120120
the command
121121

122-
docker run -it kamalsaleh/gap_packages
123-
124-
## Using the package via Binder
125-
If you want to experiment online with the package you can use `notebook.ipynb` vie the binder link below.
126-
127-
[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/homalg-project/CddInterface/master)
128-
129-
130-
131-
Of course you are welcome to e-mail me if there are any questions, remarks, suggestions ;)
132-
133-
Kamal Saleh e-mail: <saleh@mathematik.uni-siegen.de>
122+
docker run -it ghcr.io/homalg-project/gap-docker-master:latest
134123

135124
## License
136125

notebook.ipynb

Lines changed: 0 additions & 343 deletions
This file was deleted.

0 commit comments

Comments
 (0)