Oscar.jl 0.11.1 released
30 Nov 2022Today Oscar.jl 0.11.1 has been released.
Closed issues:
- Reconcile
DEVELOPMENT.md
with dev docs (#1337) - groups atlas error without wget or GAP io (#1516)
visualize
leads to Polymake exiting (“crashing”) the Julia session when used in WSL (#1615)- Tests fail in
test/PolyhedralGeometry/timing.jl
(#1670) - ToricVarietiies: Shuffling weights for weighted projective space changes the space (#1687)
- Extend documentation for schemes (#1689)
Oscar.build_doc(;doctest=:fix)
does not fix doctests in.md
files (#1708)- Precompilation warnings caused by changes in Hecke (?) (#1752)
Merged pull requests:
- Gröbner Bases: Changes normal form to take a monomial ordering kwarg (#1654) (@RafaelDavidMohr)
- Document more groups files (#1661) (@CameronBraunstein)
- Finitely Presented Algebras, not ‘Represented’ (#1662) (@fingolfin)
- More consistent spelling for OSCAR (#1666) (@fingolfin)
- Prepare for GAP 4.12 (#1671) (@fingolfin)
- ToricVarieties: Extend Chow ring to non-complete varieties (#1684) (@HereAround)
- Improve schemes documentation (#1691) (@HechtiDerLachs)
- ToricVarieties: Workaround for bug in polymake in weighted_projective… (#1695) (@lkastner)
- New terms etc (#1696) (@tthsqe12)
- Singular locus (#1700) (@afkafkafk13)
- Rename k point coordinates (#1701) (@afkafkafk13)
- Update compat for DocStringExtensions 0.9 (#1703) (@YingboMa)
- Intro to docu on Gröbner bases (#1705) (@wdecker)
- Fix warning about method being redefined (#1707) (@fingolfin)
- Fix typo in signature (#1709) (@thofma)
- properly fix typo in nrows(subarray) (#1710) (@benlorenz)
- make the Rubik’s cube example run in Oscar (#1711) (@ThomasBreuer)
- changed
transitivity
(#1713) (@ThomasBreuer) - Convert most @repl blocks to jldoctest (#1721) (@fingolfin)
- new tail too (#1722) (@tthsqe12)
- Fix warnings; remove superfluous function declarations (#1723) (@fingolfin)
- towards Wolfram’s new ideas (#1724) (@fieker)
- better support for non-simples in Qab (#1725) (@fieker)
- add comments from Lars (#1726) (@fieker)
- add (and use) gcd_with_cofactor in ref_ff (#1727) (@fieker)
- remove norm_equatin in fin. field.: fixed in Hecke (#1728) (@fieker)
- various: factoring, ideal, relative (#1729) (@fieker)
- README.md: update documentation links (#1731) (@fingolfin)
- Examples w.r.t. PR #1722 (#1733) (@wdecker)
- Weil divisors (#1734) (@HechtiDerLachs)
- Fix saturated ideal for quotient rings. (#1735) (@HechtiDerLachs)
- TropicalVarieties: Use pseudo_inv instead of adjoint (#1736) (@lkastner)
- Tweak some docstrings (#1737) (@fingolfin)
- Applying naming conventions for the schemes (#1738) (@HechtiDerLachs)
- Add docs on complex algorithms (#1740) (@lkastner)
- Add naive version for rational solutions of zero/one-dimensional ideals (#1748) (@fieker)
- Cleanup bibliography (#1749) (@HereAround)
- Decrease allocations in elements (#1750) (@SyxP)
- Add letters() and syllables() for FPGroupElem (#1751) (@fingolfin)
- Remove some methods that moved to Hecke in 0.16.* (#1753) (@thofma)
- Make
elements
even faster (#1754) (@fingolfin) - Remove obsolete benchmarks (#1755) (@fingolfin)
- (re-)enable some more tests (#1756) (@benlorenz)
- Add more type assertions and wrappers to GAP code (#1758) (@fingolfin)
- More GAP tweaks (#1759) (@fingolfin)
- More docu on standard bases (#1760) (@wdecker)
- add vdim(::MPolyIdeal) (#1761) (@tthsqe12)
- added tests for some conversions (#1762) (@ThomasBreuer)
- A few complements to recent PRs (#1763) (@wdecker)
- add
vdim
to docu (#1766) (@wdecker) - Make doctests part of Pkg.test(“Oscar”) (#1768) (@thofma)
- tests: fix global state for doctests (#1769) (@benlorenz)
- ToricVarieties: Bugfix in is_empty for closed subvarieties (#1771) (@HereAround)
- Bump to 0.11.1 (#1775) (@thofma)