Skip to content

Releases: oscar-system/GAP.jl

v0.2.3

17 Jan 01:45
v0.2.3
Compare
Choose a tag to compare

v0.2.3 (2020-01-17)

Diff since v0.2.2

Closed issues:

  • adding GAP (with or without packages) fails (#304)
  • test failure for pull request #300 (#301)
  • Add upper bound to GAPTypes dependency (#299)
  • Travis tests fail with Julia nightly (#294)

Merged pull requests:

v0.2.2

27 Nov 22:40
v0.2.2
Compare
Choose a tag to compare

v0.2.2 (2019-11-27)

Diff since v0.2.1

Closed issues:

  • How to perform initializations of GAP objects in Julia packages? (#296)
  • GAP.jl broken? (#291)
  • GAP package JupyterViz fails to load (#290)
  • a problem with GAP package loading mechanism (#287)
  • Travis fails to collect coverage data, errors out (#236)
  • I can not install GAP.jl in Mac.10.13.4 (#230)
  • Julia GC sometimes crashes in GAP (#78)
  • Benchmark and optimize calls from Julia to GAP functions (#68)

Merged pull requests:

v0.2.1

11 Sep 08:40
v0.2.1
Compare
Choose a tag to compare

v0.2.1 (2019-09-10)

Diff since v0.2.0

Closed issues:

  • memory problem with the Julia integration of GAP and Polymake (#280)
  • Merging PR #272 caused fatal: refusing to merge unrelated histories (#273)
  • Using GAP.jl makes julia slow (unusable?) (#266)

Merged pull requests:

v0.2.0

01 Jul 18:17
v0.2.0
Compare
Choose a tag to compare

v0.2.0 (2019-06-30)

Diff since v0.1.0

Closed issues:

  • Make GAPTypes.jl a dependency in the Project.toml (#265)
  • LoadPackage errors (#247)
  • Prepare for Release with Julia (#242)

Merged pull requests:

v0.1.0

27 May 08:08
v0.1.0
Compare
Choose a tag to compare

v0.1.0 (2019-05-27)

Diff since a57668f2f1a31c0bf3e590a6bd5108baba0de0cf

Closed issues:

  • problem with tests for build #620 in Julia nightly (#223)
  • Various minor issues after conversion to Julia package (#209)
  • Rename repository to GAP.jl ? (#208)
  • Provide easy installation on Julia side via Pkg.add\(URL\) etc (#200)
  • Data corruption computing character tables (#187)
  • problem with conversion from GAP to a prescribed Julia type? (#167)
  • GAP.gap_to_julia(Array{Int64,1},1) leads to infinite recursion (#165)
  • Deal with Julia rationals 1//0 and -1//0 (#162)
  • Rename GAP.GAPObj -> GAP.Obj; GAP.GapFFE -> GAP.FFE; ... (#161)
  • Share conversion code between LibGAP.jl and JuliaInterface (#146)
  • Improve cache in getproperty for GAPFuncsType (#123)
  • crash in getproperty for GAPFuncsType (#122)
  • NewPlist used incorrectly in to\_gap method (#119)
  • Implement conversion between GAP large integers and Julia BigInt (#116)
  • Julia side calling into GAP must intercept GAP errors, too (#114)
  • libgap.run_it should error out if GAP is already loaded (#113)
  • How can we add tests for the Julia side of GAPJulia? (#102)
  • Add Julia structure for GAP finite field elements (immediate objects) (#100)
  • How to organize Julia code (#96)
  • Generate coverage data for Julia code on Travis (for use in Codecov) (#82)
  • Implement convenience functions in Julia and in GAP for doing many common basic operations (#79)
  • Add a mechanism to easily "pin" references to Julia objects in our C code (#76)
  • JuliaExperimental: incorrect use of AbsInt and GcdInt; create_rational is dangerous (#71)
  • JuliaExperimental: replace INTOBJ_INT by ObjInt_Int8 (#70)
  • Revisit GAP.GAPFuncs (#67)
  • JuliaExperimental fails to load when Nemo not present (#65)
  • Error messages are just printed, not given to GAP (#60)
  • Revise ImportJuliaModuleIntoGAP (#56)
  • Issues with Julia forking (#54)
  • Build system: drop need for --with-julia, always use the Julia against which GAP is linked (#51)
  • Agree on kernel code formatting and add .clang-format file ? (#48)
  • Use GAP's Julia version for compilation and linking (#42)
  • JuliaImportPackage uses Exec, should use Process instead (#38)
  • JuliaImportPackage uses JULIA\_HOME which doesn't exist in Julia 1.0 (#37)
  • JuliaInterface tests fail because ImportJuliaModuleIntoGAP\( "GAPUtils" \); fails (#34)
  • Merge LibGAP.jl into GAPJulia ? (#32)
  • Setup Travis (and Codecov?) for this package (#29)
  • Automatically unwrap MPtr Julia "objects" ? (#27)
  • Consider dropping T_JULIA_FUNC and instead using T_FUNCTION objects with custom handlers (#26)
  • gap_julia should check if julia_obj is an MPtr (#22)
  • Avoid underscores \_ as prefix for kernel functions (#21)

Merged pull requests:

Read more