Skip to content

v0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 21:47
· 466 commits to master since this release

GAP v0.6.1

Diff since v0.6.0

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)