GAP.jl 0.9.7 released
26 Jun 2023Today GAP.jl 0.9.7 has been released.
Closed issues:
- Change
Artifactslocation (#884) - Allow passing a path to
GAP.Packages.load(#892) - Hang when loading GAP.jl with Julia master (#901)
@gapandg_strmacro callevalstrat parsetime instead of runtime, which is surprising (#903)
Merged pull requests:
- Set a CI timeout (#877) (@fingolfin)
- Remove nonsense finalize() method (#878) (@fingolfin)
- CI: use julia-actions/cache (#879) (@fingolfin)
- Remove final Markdown comment (#880) (@fingolfin)
- CI: enable color for OscarCI diffs (#881) (@fingolfin)
- Move test dependencies to
test/Project.toml(#882) (@lgoettgens) - Add
Aqua.jlfor some static testing (#883) (@lgoettgens) - Update
Artifactslocation (#885) (@lgoettgens) - Use a Pidfile to fix ‘@everywhere using GAP’ (#886) (@fingolfin)
- Bump
Aqua.jlto0.6.2(#887) (@lgoettgens) - Track invalidations in CI, report if they increase (#888) (@lgoettgens)
- Link to GAP.jl manual from GAP docstring (#890) (@fingolfin)
- Allow passing a path to
GAP.Packages.load(#893) (@ThomasBreuer) - improve documentation of
evalstr_ex,evalstr(#898) (@ThomasBreuer) - reduce the occurrences of
evalstrin docstrings (#899) (@ThomasBreuer) - Adjust docstring examples (#900) (@fingolfin)
- Quote @gap and g_str results (#904) (@fingolfin)