Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 00:10
11aeb18

Oscar v0.12.0

Diff since v0.11.3

Closed issues:

  • Oscar Roadmap (#1)
  • Add facilities to streamline GAP wrappers for GAP properties/attributes; reduce overhead (#128)
  • GAP groups: bring GAP groups and Hecke.jl groups (GrpAbFinGen) together (e.g. providing homomorphisms, aligning names) (#161)
  • Group: issubgroup convention (#163)
  • Vector spaces complement. (#221)
  • Loading order affects load time (#289)
  • Update list of subproject maintainers (#296)
  • printing of objects should compose better (#347)
  • Enabling CI tests against Julia nightlies: custom builds of several of our JLLs (#558)
  • Wishlist for documentation (#559)
  • Add docstrings for types like fmpz, fmpz_mat, etc. etc (#648)
  • groups: Base.length(C::GroupConjClass) and also for (double) cosets should return fmpz / have adjustable return type (#658)
  • Document how to run parts of the test suite (#756)
  • Missing constructors for Fans and other polyhedral stuff (#772)
  • ToricVarieties: A few minor changes/additions (#1036)
  • Addition of ideals fails (#1058)
  • Why is it called MPolyRing_dec? (#1119)
  • Glitch in manual: unexpected extra method for base_ring appears (#1143)
  • conventions about function names (#1335)
  • Oscar.build() fails due to GAP's "foreign Julia type" not being serializable (#1400)
  • Support Singular.ordering_a in Oscar (#1412)
  • printing an integer inside jupyter kernel (#1424)
  • Documentation should point to source code (#1463)
  • Proposal: Better printing of parent objects (#1540)
  • Polyhedron constructor with Float arguments fails (#1617)
  • Support / for dividing fmpq and/or rationals by other fmpz/rationals/integers (#1618)
  • Clarify naming policy further: "long_form_names" over "shrt_frm_nms" (#1623)
  • hilbert_series is buggy in extreme cases (#1663)
  • Problem in the Flint-Subsystem when calculating Gröbner Bases (#1702)
  • maximal_polyhedra of PolyhedralComplexes produces warnings and broken polyhedra. (#1715)
  • Make Vector(SparseVectorBool) work (#1746)
  • Move OSCAR homepage from oscar.computeralgebra.de to www.oscar-system.org ? (#1792)
  • Argument order in is_maximal, is_normal, is_characteristic, ... (#1793)
  • Mixed volume with Polymake (#1832)
  • Orders of matrix groups over arbitrary number field (#1930)
  • Add contacts for all OSCAR parts (#1938)
  • combinatorial_symmetries crashes (#1966)
  • Code improvement (among others for ToricVarieties) (#1969)
  • New rule: export only one identifier at a time (#1971)
  • Algebraic geometry: Standard constructions & organization of documentation (#1973)
  • is_conjugate for matrix groups (#1974)
  • Document what was renamed and to what (#1980)
  • noisy functions from geometry(?) (#1985)
  • Error loading Oscar from different nodes on HPC cluster (#1995)
  • characteristic_polynomial vs charpoly (#2026)
  • CI tests broken, failures related to GAP code (#2027)
  • JuLie: bounds error in partitions function (#2043)
  • Export f4? (#2046)
  • Support mapping quadratic_field elements to GAP and back (#2049)
  • enhancing JuLie imports (#2057)
  • Add diagonal_matrix variant taking base ring as first argument (#2061)
  • orbit(matrixgroup, polynomial) does not work (#2063)
  • solve broken? (#2065)
  • Visualization of polytope: vertex labels vs. automorphisms (#2068)
  • Universal polynomials are broken (#2076)
  • factor_absolute sometimes fails to fully factorize (#2081)
  • Unrecognised data type MPolyRingElem (#2082)
  • Support more graded_polynomial_ring argument variants (#2088)
  • Error when running using Oscar in a jupyter notebook for the first time (#2090)
  • is_zero is slow for quotient rings (#2099)
  • Promote rules for quotient rings seem buggy (#2119)
  • Optional argument in build_doc to prevent opening browser (#2124)
  • Mutliplication of sparse matrix with scalar changes size (#2128)
  • Promote rules, once again (#2129)
  • duplicated method for primary_decomposition (#2131)
  • Addition of sparse matrices seems to drop zero columns (#2135)
  • Structure in experimental (#2146)
  • CI failure due to serialization of universal polynomials (#2158)
  • Speed-up for doctests of FTheoryTools needed (#2162)
  • Enable codecov report comments (#2165)
  • A lot of infos during tests about "AUXILIARY ambient space" (#2180)
  • OSCAR tests failing on 1.9 CI (precompilation failing) (#2199)
  • Absolute primary decomposition fails for the zero ideal (#2212)
  • Cone constructor to construct cones from inequalities and equations (#2218)
  • relative_interior_point(Cone) (#2232)
  • galois_group on relative extension of number fields error (#2235)
  • Surprisingly many memory allocations (factor a large polynomial) (#2247)

Merged pull requests: