GAP.jl 0.5.1 released
07 Jan 2021Today GAP.jl 0.5.1 has been released.
Summary of changes
This release mainly improved the CI (doctests, code coverage).
Closed issues:
- inconsistent handling of null characters in strings in GAP and Julia (#527)
- Add
force=true
option toGAP.Packages.install
andGAP.Packages.remove
? (#567) - Release GAP.jl 0.5.0 (#578)
- Fix Coveralls reporting (#581)
- Compilation errors with JuliaInterface (#585)
- Can’t install io package (#587)
- Calling GapObj on Tuples yields Arrays (#596)
- Downloading gap artifact generates 404 (#598)
- Fix doctests failures due to whitespace changes in Julia nightly (#601)
Merged pull requests:
- Re-enable doctests in CI (#556) (@fingolfin)
- Don’t output coverage data for ../../../.julia (#583) (@fingolfin)
- Two fixes for setup.jl (#593) (@fingolfin)
- Cleanup for JuliaInterface kernel extension (#595) (@fingolfin)
- Simplify abspath + joinpath (#599) (@fingolfin)
- Fix Codecov coverage tracking for outside PRs (#603) (@fingolfin)
- extended doctestfilters (#604) (@ThomasBreuer)