GAP v0.13.1
Merged pull requests:
- Use gap's
--packagedirs
instead of symlinking in gaproot (#1095) (@lgoettgens) - CI: enable packages using pari (#1124) (@fingolfin)
- Add precompiled binaries for the "semigroups" GAP package (#1125) (@fingolfin)
- Introduce global gap variable
GAP_jl
(#1126) (@lgoettgens) - Simplify doc building by removing support for Documenter pre-1.0 (#1127) (@lgoettgens)
- Add docs preview for PRs (#1128) (@lgoettgens)
- Reduce number of doctest runs (#1129) (@lgoettgens)
- Move JuliaInterface manual building to
docs/make.jl
(#1130) (@lgoettgens) - Adapt
GAP_ExecuteProcess
signature (#1131) (@lgoettgens) - Don't
import Random
by eval'ing insideMain
, instead accessJulia.GAP.Random
(#1133) (@fingolfin) - Workaround for Julia 1.12 worldage issue (#1134) (@fingolfin)
- Bump Documenter compat in
test/Project.toml
(#1135) (@lgoettgens) - add credits to the manuals (#1137) (@ThomasBreuer)
- versioninfo: use our own JLL list instead of querying Pkg (#1138) (@fingolfin)
- Update GAP_pkg_juliainterface_jll (#1139) (@fingolfin)
- Run CI both against 1.12 and 1.13 nightly (#1141) (@lgoettgens)
- Update CHANGES.md (#1143) (@fingolfin)
- Create dependabot.yml (#1144) (@ranocha)
- Update PackageManager to 1.6.1 (#1145) (@lgoettgens)
- Work around resolvedness underspecification (#1147) (@lgoettgens)
- Bump act10ns/slack from 1.2.2 to 2.1.0 (#1148) (@dependabot[bot])
- Bump codecov/codecov-action from 4 to 5 (#1149) (@dependabot[bot])
- Skip docs preview for dependabot PRs (#1151) (@lgoettgens)
- Version 0.13.1 (#1153) (@fingolfin)
Closed issues:
- Reformat Julia code using JuliaFormatter and verify this via CI (#329)
- Meta issue: Better documentation (#455)
- Feature: add super-fast Julia testers for GAP filters (#530)
- Concurrent GAP package installation (#561)
- Change documentation to warn against using
GAP.evalstr
(#897) - problem with installing GAP packages programmatically (#963)
- problem with local builds (#964)
- Revise setup of the faux GAP root (#993)
GAP_ExecuteProcess
should mimicExecuteProcess
a bit more closely (#1012)- Add
ExtendPackageDirectories
to GAP so we can get rid of mutable GAP root (#1092) - Nightly CI failure regarding
Main.Random
and world age semantics (#1132) - Manuals for GAP.jl and JuliaInterface should give credits to DFG, mention OSCAR (#1136)
- The function
CSTR_STRING
exists, but no method is defined for this combination of argument types. (#1146)