Skip to content

v0.1.0

Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 27 May 08:08
· 849 commits to master since this release
v0.1.0

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: