Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 15:39
· 3694 commits to master since this release

Oscar v0.9.0

Diff since v0.8.2

A major change is the renaming of many methods from the form isFOO to is_foo; for example, ispgroup now is called is_pgroups. For the time being, both old and new names are accepted, but in a future Oscar release the old names without the underscore will be dropped. So we recommend adjusting your code to the new names.

Closed issues:

  • Allow symbols (and chars???) as arguments to free_group (#659)
  • isisomorphic cannot compare all groups (#664)
  • Make singular_ring remember the grading? (#886)
  • "Replacing docs" warnings (#1061)
  • Warnings (?) caused by Serialization / Polymake (#1083)
  • Polyhedron intersection performance (#1129)
  • Manual: describe how to install Oscar on the start page, resp. link to such a description (#1154)
  • Manual: start page has a link to "Introduction" which surprisingly links to "Groups: Introduction" (#1155)
  • Nicer syntax for entering permutations (#1189)
  • doctest failure in AffinePlaneCurve.jl:225-236 (#1192)
  • Add instructions to README.md for using development version (#1193)
  • Generators of fraction field (#1195)
  • Wanted: discrete logarithm for finite field elements (#1205)
  • Conversion of cyclotomics from Oscar to GAP not correct (#1213)
  • Map from 0-dim vector space does not work correctly (#1219)
  • conversino Oscar-> Gap incomplete... (#1237)
  • Failure to install Oscar.jl on a clean macOS 12.3.1 install: can't install gap_packages artifact. (#1254)
  • ToricVarieties: Various improvements (#1257)
  • ToricVarieties: Use IntegerUnion for code improvement (#1280)
  • GC crash while allocating GAP object (#1283)
  • Matroid code error (#1284)
  • hash problem for QabElem (#1287)
  • Oscar matrices over non-commutative rings? (#1293)
  • Computation of Galois groups for some polynomials raises UndefVarError (#1323)
  • Serialization: don't add UUID to symbols (#1325)
  • WARNING: could not import Hecke.homology into Oscar (#1328)

Merged pull requests: