GAP.jl 0.9.8 released
11 Sep 2023Today GAP.jl 0.9.8 has been released.
Closed issues:
- libstdc++.so.6: version `GLIBCXX_3.4.26’ not found (#553)
- GAP.jl hangs sometimes (#905)
- Errors with Julia master (#911)
- Crash(es) after upgrade (#916)
- “Compiling JuliaInterface” displayed every time when loading GAP.jl (#923)
Merged pull requests:
- Update
Aqua.jl
to support piracy tests (#889) (@lgoettgens) - Set use_orig_ExecuteProcess[] to true (#906) (@fingolfin)
- Adjust linker flags for GAP kernel extensions on macOS (#907) (@fingolfin)
- Reduce implicit dependencies on GAP packages (#909) (@fingolfin)
- Allow GAP.Obj(x,true) for recursive conversion (#910) (@fingolfin)
- Only load bare deps if env var GAP_BARE_DEPS is set (#912) (@fingolfin)
- Ensure Ncurses_jll is new enough (#913) (@fingolfin)
- Re-enable REPL completion for GAP records in Julia 1.10 (#914) (@fingolfin)
- Update julia versions in CI (#915) (@lgoettgens)
- Align code for CSTR_STRING and CSTR_STRING_AS_ARRAY (#917) (@fingolfin)
- Replace C call to julia_gap by Julia call to _GAP_TO_JULIA (#918) (@fingolfin)
- Rename invalidations CI test (#919) (@fingolfin)
- improve documentation on special GAP syntax (#922) (@ThomasBreuer)
- Update JuliaInterface JLL to latest version (#924) (@fingolfin)
- document
Julia.GAP.Obj(x,true)
, add tests (#925) (@ThomasBreuer) - Update CHANGES.md and set package version to 0.9.8-DEV (#926) (@fingolfin)
- CI: use depwarn=error (#927) (@fingolfin)
- Improve documentation a bit (#929) (@fingolfin)
- Add replace_global! helper (#930) (@fingolfin)
- Fix
@gapattribute
docstring (#932) (@lgoettgens) - Bump Aqua compat (#933) (@lgoettgens)
- CI: use concrete action versions (#935) (@lgoettgens)