GAP.jl 0.6.1 released
19 Aug 2021Today GAP.jl 0.6.1 has been released.
Closed issues:
- julia_to_gap handles vectors of Ints differently (#315)
- refactor gap_to_julia (#319)
- problem to load GAP’s Browse package (#456)
- Suppress output of
GAP.Packages.install
if package is already installed? (#476) - Investigate failure to install (?)
Pkg
with Julia nightly in CI (#655) - Add tests for
@gapattribute
(#679)
Merged pull requests:
- do not show messages in
Packages.load
… (#676) (@ThomasBreuer) - regenerate_gaproot: remove Pkg.resolve (#677) (@benlorenz)
- Move code generating gap.sh into its own function (#678) (@fingolfin)
- Ensure @gapwrap / @gapattribute preserve line numbers, and some refactoring (#682) (@fingolfin)
- Fix ImportJuliaModuleIntoGAP if there is no global GAP (#684) (@fingolfin)