GAP.jl 0.4.1 released
21 May 2020Today GAP.jl 0.4.1 has been released.
Closed issues:
- REPL editing broken in $(julia -e ‘import GAP; print(GAP.gap_exe())’) (#415)
- Release without LinearAlgebra dependency (#432)
- Travis: compiling
profiling
package fails due to missing autoconf (#452) - GAP.Globals.Display vs GAP.Display (#457)
- GAP.prompt() changes the behavior of julia even after quitting (#458)
- building GAP.jl fails in a docker container running ubuntu:latest (#462)
- GAP.Packages.install( “ferret” ) on GAP.jl#master displays an error message but succeeds to compile (#470)
Merged pull requests:
- Fix GAP.Packages.install with a HACK (#413) (@fingolfin)
- Really restore state after GAP.prompt() exits (#459) (@fingolfin)
- omit a superfluous newline in GAP.Display (#464) (@ThomasBreuer)
- Update JuliaInterface buildsystem to latest Makefile.gappkg (#469) (@fingolfin)