Skip to content

Commit

Permalink
Merge pull request sebastianpos#1 from mohamed-barakat/CapAndHomalg
Browse files Browse the repository at this point in the history
switch to new package CapAndHomalg
  • Loading branch information
sebastianpos authored Nov 3, 2020
2 parents 4774fc9 + 0c8a696 commit 611469e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 23 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[deps]
HomalgProject = "50bd374c-87b5-11e9-015a-2febe71398bd"
CapAndHomalg = "c4774649-1891-41ea-a883-87141804c57c"
IJulia = "7073ff75-c697-5162-941a-fcdaad2a7d2a"

[compat]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This software provides a [Julia](https://julialang.org/) front-end for Adelman c

Download the repository and execute the file `src/Adelman.jl` in Julia.

Note that this software depends on the Julia package [HomalgProject](https://github.com/homalg-project/HomalgProject.jl) which in turn depends on the computer algebra system [OSCAR](https://oscar.computeralgebra.de/).
Note that this software depends on the Julia package [CapAndHomalg](https://github.com/homalg-project/CapAndHomalg.jl) which in turn depends on the computer algebra system [OSCAR](https://oscar.computeralgebra.de/).

## Run the notebooks interactively in your browser

Expand Down
2 changes: 1 addition & 1 deletion src/Adelman.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module CAP

export GAP

using HomalgProject
using CapAndHomalg
GAP.LoadPackageAndExposeGlobals( "FreydCategoriesForCAP", CAP, all_globals = true )

end # module CAP
Expand Down
13 changes: 3 additions & 10 deletions worksheets/Basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,9 @@
" Sophus 1.24, SpinSym 1.5.2, TomLib 1.2.9, TransGrp 2.0.5, \n",
" utils 0.69\n",
" Try '??help' for help. See also '?copyright', '?cite' and '?authors'\n",
"Singular.jl, based on\n",
" SINGULAR / \n",
" A Computer Algebra System for Polynomial Computations / Singular.jl: 0.4.1 \n",
" 0< Singular : 2.3.1-4\n",
" by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \\ \n",
"FB Mathematik der Universitaet, D-67653 Kaiserslautern \\\n",
" \n",
"HomalgProject v\u001b[32m0.5.2\u001b[39m\n",
"Imported OSCAR's components GAP, Nemo, and Singular\n",
"Type: ?HomalgProject for more information\n"
"CapAndHomalg v\u001b[32m1.0.0\u001b[39m\n",
"Imported OSCAR's components GAP and Singular_jll\n",
"Type: ?CapAndHomalg for more information\n"
]
},
{
Expand Down
13 changes: 3 additions & 10 deletions worksheets/SnakeLemma.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,9 @@
" Sophus 1.24, SpinSym 1.5.2, TomLib 1.2.9, TransGrp 2.0.5, \n",
" utils 0.69\n",
" Try '??help' for help. See also '?copyright', '?cite' and '?authors'\n",
"Singular.jl, based on\n",
" SINGULAR / \n",
" A Computer Algebra System for Polynomial Computations / Singular.jl: 0.4.1 \n",
" 0< Singular : 2.3.1-4\n",
" by: W. Decker, G.-M. Greuel, G. Pfister, H. Schoenemann \\ \n",
"FB Mathematik der Universitaet, D-67653 Kaiserslautern \\\n",
" \n",
"HomalgProject v\u001b[32m0.5.2\u001b[39m\n",
"Imported OSCAR's components GAP, Nemo, and Singular\n",
"Type: ?HomalgProject for more information\n"
"CapAndHomalg v\u001b[32m1.0.0\u001b[39m\n",
"Imported OSCAR's components GAP and Singular_jll\n",
"Type: ?CapAndHomalg for more information\n"
]
},
{
Expand Down

0 comments on commit 611469e

Please sign in to comment.