Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Nov 15:26
· 3025 commits to master since this release

Oscar v0.11.0

Diff since v0.10.2

Closed issues:

  • Detect whether build dependencies are present, error out with helpful message if not (#83)
  • Groups: the trivial group should be considered as a p-group (#121)
  • Group: issubgroup convention (#163)
  • fraction in quotient ring (#264)
  • Do not export SymmetricGroup and some other stuff from AbstractAlgebra (#353)
  • Problem with sqrtmod with powers of 2 (#437)
  • functions related to hilbert_polynomial use unsafe Int arithmetic and an odd mix of fmpz/fmpq arithmetic (#573)
  • singular_module (#682)
  • Add Combinatorics chapters to manual (with graphs, simplicial complexes, etc.) and fix reference entries (#753)
  • Coerce coefficients into coefficient ring when defining polynomials (#766)
  • Singular ring coercion riddle (#975)
  • trivial groups are non-trivial...`` (#980)
  • Allow *(::Vector/Matrix{fmpq}, ::fmpq/fmpz), //(::Vector/Matrix{fmpq}, ::fmpq/fmpz) and *(::Vector/Matrix{fmpz}, ::fmpz) (#1088)
  • CI test failure in Julia nightly due to Unicode changes (#1140)
  • ToricVarieties: Interplay with polyhedral geometry and performance (#1258)
  • Inconsistent use of is and is_ in function names (#1265)
  • Don't export SymmetricGroup resp. replace it with an alias for symmetric_group (#1418)
  • Documentation: Explain how to execute the doctests (#1504)
  • ideal membership crashes for MPolyQuoIdeal in 'fake' quotient rings Q = R/(0) (#1530)
  • Subgroup of automorphism group hanging(?) (#1531)
  • divrem goes into overflow for quotient rings (#1534)
  • Intersection of submodules makes trouble (#1546)
  • Something goes wrong in the submodule constructor (#1547)
  • automorphism (groups) (#1556)
  • Bug in affine_cone (#1580)
  • Coerce element from subgroup (#1599)
  • quick clarification on bug in induced_ring_ordering (#1643)
  • Implement weighted projective space as toric variety, scheme and possibly more (#1644)
  • Should affine schemes have an ambient space. (#1664)
  • ambiguous evaluate (#1668)
  • Crash in PolyhedralGeometry (caused by OpenMP code?) (#1674)
  • solve_mixed should check arguments for consistency (#1678)

Merged pull requests: