Recent Releases of oscar.jl
oscar.jl - v1.4.1
Oscar v1.4.1
The following gives an overview of the changes compared to the previous release. This list is not complete, many more internal or minor changes were made, but we tried to only list those changes which we think might affect some users directly.
Commutative Algebra
- #4950 Fix
minimal_generating_setfor ideals created by a f4 groebner basis
F-Theory Tools
- #4957 Resolve hash error for FTM-1511-03209 artifact
- Julia
Published by github-actions[bot] 12 months ago
oscar.jl - v1.4.0
Oscar v1.4.0
The following gives an overview of the changes compared to the previous release. This list is not complete, many more internal or minor changes were made, but we tried to only list those changes which we think might affect some users directly.
Algebraic Geometry
- #4452 Add
graph_curve(::Graph)
Combinatorics
- #4746 Import
Multipartitionfunctionality from JuLie - #4735 Add iterator for combinations
- #4663 Add labelings for graphs
- #3928 Add partially ordered sets
- #3928 Add
indegreeandoutdegreefor graphs
Commutative Algebra
- #4890 Restrict
is_global,is_localto total monomial orderings, addis_(global|local)_block - #4850 Add
quoforLaurentMPolyWrapRing - #4810 Fix
tensor_productforSubquoModules - #4765 New wrapper for Singular triangular decompositions
- #4706 Improve comparison of morphisms of modules
- #4683 Add hint for
eliminateusing a proper subring - #4626 Allow sorting w.r.t. monomial orderings / module orderings
F-Theory Tools
- #4876 Rename
global_gauge_quotientstoglobal_gauge_group_quotient - #4869 Update QSM Artifact
- #4844 Improve printing of G4-flux and families thereof
- #4844 Bug fix in computing smallest containing flux family for a given individual G4-flux
- #4844 Update .mrdi-files (artifact) for model 1511.03209
- #4779 Add exceptional classes and indices
- #4728 Include 1/2 c2 in identification of flux families
- #4711 Add convenience constructors for flux instances
- #4694 Rename
is_verticaltopasses_transversality_checksand execute related checks
Groups
- #4921 Allow inducing G-sets along group homomorphisms
- #4888 Document the relation between "abelian invariants" and "elementary divisors"
- #4839 Add accessors
groupandsubgroupforSubgroupTransversal - #4821 Export/document
character_table_complex_reflection_group - #4771 Use
SetforGSetblock systems - #4698 Add
rankandtorsion_free_rankmethods for permutation groups, pc groups, free groups - #4692 Add
GSetmethods forblocksand related functions - #4661 Add
dicyclic_group,is_dicyclic_groupand havequaternion_groupandis_quaternion_groupbe aliases of those - #4659 Implement
transitivityandrank_actionfor G-sets - #4628 Add local Schur indices for a character (Unger's algorithm)
- #4609 Generalize G-sets to Weyl groups
Lie Theory
- #4878 Fix
symmetric_powerof a dim 0 module - #4807 Change default ordering in
universal_enveloping_algebrato be admissible - #4789 Add
highest_root(R::RootSystem)for convenience - #4729 Experimental: Add support for reducible types in
isomorphism(PermGroup, ::WeylGroup) - #4687 Experimental: Add braid moves for words in Weyl groups
- #4641 Experimental: Add
irreducible_factorsandinner_direct_productfor Weyl groups
Number Theory
- #4905 Fix
pc_group_with_isomorphism(::FinGenAbGroup) - #4903 Fix irreducibility test for
AbsSimpleNumFieldOrderElem - #4879 Add
is_perfectfor algebraic closures of finite fields - #4837 Fix
maximal_orderforNfNSGen - #4740 Add
degree_of_character_field
Tropical Geometry
- #4838 Fix
tropical_variety_zerodimensional - #4781 Add
rootsfor tropical polynomials - #4703 Add tropical prevarieties generated by intersecting tropical hypersurfaces
- #4697 Remove broken tropical Groebner basis shortcut for binomial ideals
- #4447 Add
positive_tropical_variety - #4445 Add tropical linear spaces from graphs
- #4061 Overhaul tropical varieties, add various new options
Changes related to serializing data in the MRDI file format
- #4331 Unify type encoding for similar types
- #4162 Cleaner handling of type parameter serialization. This update forces entries of container types to share the same output of
Oscar.type_paramswhen serializing. Deserialization speed improvements.
New features or extended functionality
- #4797 Add experimental support for wreath Macdonald polynomials
Only changes experimental parts of OSCAR
- #4899 IntersectionTheory: Rename
abstract_projective_bundle->projective_bundleandabstract_flag_bundle->flag_bundle - #4845 GroebnerWalk: Remove perturbed walk
- #4780 Oscar Worker Pool and parallel functions functionality such as pmap.
- #4772 Intersection theory: Introduce Gromov-Witten invariants
- #4769 Intersection theory: extend documentation on Bott formula
- #4764 Intersection Theory: Kontsevich spaces
- #4100 Injective and irreducible resolutions of Q-graded modules
- #2183 Add basics for quantum analogs
Improvements or additions to documentation
- #4758 Collapse docstrings in documentation to allow for easier navigation
Changes related to the package AbstractAlgebra
- #4894 Bump AbstractAlgebra to v0.45
Changes related to the package AlgebraicSolving
- #4894 Bump AlgebraicSolving to v0.9.0
Changes related to the package Hecke
- #4894 Bump Hecke to v0.36
Changes related to the package Nemo
- #4894 Bump Nemo to v0.50
Changes related to the package Polymake
- #4894 Bump Polymake.jl to v0.12
Changes related to the package Singular
- #4613 Optimize conversions from/to Singular
- Julia
Published by github-actions[bot] about 1 year ago
oscar.jl - v1.3.1
Oscar v1.3.1
The following gives an overview of the changes compared to the previous release. This list is not complete, many more internal or minor changes were made, but we tried to only list those changes which we think might affect some users directly.
Lie Theory
- #4676 Fix
bracketforLieSubalgebras (the return value had the wrong type) - #4695 Fix
chevalley_basis(sometimes returning wrong results) - #4695 Add
change_base_ring(::Field, ::LieAlgebra) - #4695 Add
structure_constant_table(::LieAlgebra, basis)
Polyhedral Geometry
- #4690 SubdivisionOfPoints: reject duplicate points
Other fixed bugs
- #4696 Restore Oscar<->Singular conversion for multivariate rational function fields
Improvements or additions to documentation
- #4701 Include linear solving doc page in the Oscar docs
<!-- The following auto-generated release notes are garbage as they do not know about backporting.
Merged pull requests:
- Serialization Refactor (#4162) (@antonydellavecchia)
- Optimize Singular conversions (#4613) (@emikelsons)
- FTheory Tools attributes (#4620) (@antonydellavecchia)
- Add irreducible_factors and inner_direct_product for Weyl groups (#4641) (@TWiedemann)
- Alternative implementations for elimination of variables (#4652) (@HechtiDerLachs)
- Optimize some Lie theory code (#4655) (@lgoettgens)
- doc: add suggestions on formulations in changelog (#4679) (@thofma)
- Add hint for eliminate using a proper subring (#4683) (@thofma)
- doctests: use [...] to indicate omitted stacktraces in error messages (#4689) (@fingolfin)
- SubdivisionOfPoints: reject duplicate points (#4690) (@benlorenz)
- Rename isvertical to passestransversalitychecks and execute related checks. (#4694) (@HereAround)
- Fix Chevalley basis; add more functionality (#4695) (@lgoettgens)
- Restore Oscar<->Singular conversion for multivariate rational function fields (#4696) (@thofma)
- Remove broken tropical Groebner basis shortcut for binomial ideals (#4697) (@YueRen)
- Add rank and `torsionfreerank` methods for permutation groups, pc groups, free groups (#4698) (@fingolfin)
- Add doctest for semidirectproduct (#4700) (@fingolfin)
- Include linear solving doc page in the Oscar docs (#4701) (@lgoettgens)
- Temporarily disable extra-long test content (#4704) (@HereAround)
- [FTheoryTools] Add convenience constructors for flux instances (#4711) (@HereAround)
- Ignore md files in / for CI workflows (#4712) (@aaruni96)
- Backports for 1.3.1 (#4716) (@aaruni96)
- [FTheoryTools] Tiny fix for F11 model (#4717) (@apturner)
- Optimize many uses of unique; use allunique and allequal (#4718) (@lgoettgens)
- Update changelog (#4720) (@github-actions[bot])
- tests: use local copy of polymake schema for json validation (#4722) (@benlorenz)
- Adv/file updates (#4723) (@antonydellavecchia)
- Serialization: Move upgrade test logic to a function (#4724) (@lgoettgens)
- [FTheoryTools] Remove unused struct for QSMs (#4725) (@HereAround)
- Experimental: Add support for reducible types in isomorphism(PermGroup, ::WeylGroup) (#4729) (@TWiedemann)
- Adjust to upcoming Hecke changes (#4730) (@thofma)
- CI: dont process+upload coverage for booktests on julia != 1.10 (#4733) (@benlorenz)
- Version 1.3.1 (#4734) (@aaruni96)
Closed issues:
- elimination (#2590)
- Add support for parabolic subgroups and irreducible factors of WeylGroups (#4483)
- Serialization: problem while saving a list of tuples of matrices with varying sizes (#4567)
- Release OSCAR 1.3.0 (#4575)
- failure on julia nightly (#4648)
- Release notes workflow: skip CI for changelog update PRs (#4677)
- Visualizing subdivisions of points with repeated points sometimes crashes Julia session (#4684)
- Initial ideal computed incorrectly? (#4686)
- Error when computing primary decomposition in mpoly ring over rational function field (#4688)
- fix saving attributes in large F-theory models (#4691)
- all macOS CI getting stuck (#4714)
- Julia
Published by github-actions[bot] about 1 year ago
oscar.jl - v1.3.0
Oscar v1.3.0
Highlights
- #4399 Graduate Weyl groups and root systems from experimental to officially supported
- #4294 Graduate elliptic surfaces from experimental
Renamings
- #4526 Rename
blowupandblow_up_pointstoblow_upandblow_up_points, and other intersection theory changes - #4433 Rename
new_raytoexceptional_ray - #4304 Change
homtomapin in intersection theory - #4302 Rename
acting_domaintoacting_groupand some improvements for group cosets - #4278 Rename
minimal_generating_setfor groups tominimal_size_generating_set
Algebraic Geometry
- #4615 Speed up computations for EllipticSurface by reduction to positive characteristic.
- #4560 Add a database of Enriques surfaces
- #4540 Support for computing automorphism groups of Enriques surfaces
- #4534 Add
stabilizer_in_orthogonal_groupto compute stabilisers of timelike vectors - #4485 Make
saturationfor principal ideals faster by delegating toremove - #4393 Introduce
-infas potential output for the dimension of an ideal - #4352 Add documentation for coherent sheaves
- #4345 Add a prototype for a moving lemma in concrete intersection theory
- #4327 Add Eagon-Northcott complexes
- #4272 Add Hasse-Schmidt derivatives
- #4256 Print Betti tables more nicely
- #4183 Add tweaks for enabling a 2-neighbor-step in characteristic 0
Combinatorics
- #4633 Fix
vertices(G)to return all vertices, including isolated ones - #4499 Add
is_bipartite(::Graph) - #4459 Make vertex labels in graph visualization start at 1
- #4450 Add
in(::Int, ::Edge),signed_incidence_matrix(::Graph{Undirected}),connectivity(::Graph{Undirected}) - #4441 Fix
degree(::Graph)documentation - #4299 Fix leading zero bug in
matroid_hex - #4270 Fix
BoundErrorinweights(hook_lengths(...))
Commutative Algebra
- #4601 Fix Krull dimension of polynomial rings over number fields
- #4596 Support computing Gröbner basis for lattice ideals using 4ti2, and improve
eliminateto avoid recomputing a Gröbner basis - #4497 Allow variables of same positive degree in
monomials_of_degree - #4492 Add links to commutative algebra tutorials
- #4488 Overhaul preprocessing for
radical,primary_decomposition, and friends over number fields - #4468 Graduate
present_finite_extension_ringfrom experimental to supported (and fix a bug in it) - #4456 Generalize
monomials_of_degreeto allow graded rings with grading group Z - #4400 Speed up evaluation of maps of
MPolyRings which take variables to variables - #4379 Fix bug in comparison function in module orderings
- #4346 Fix
characteristicmethod for localized rings - #4248 Add Cartan eilenberg resolutions of complexes
- #4235 Add
monomial_basisforMPolyQuoLocRing
F-Theory Tools
- #4636 Add attribute for more detailed info on tunable sections
- #4597 Update
tunefunction and related definitions/functions - #4562 Align names of properties and attributes among families of and individual G4-fluxes
- #4503 Fix and extend strict_transform
- #4500 Extend support for G4-flux families and individual G4-fluxes
- #4491 Save updated intersection numbers after costly computation
- #4487 Compute D3-tadpole for family of G4-fluxes
- #4466 Introduce families of G4-fluxes
- #4446 Add support for all vertical, well-quantized G4s that do not break the non-abelian gauge group
- #4423 Use Zenodo data as artifact
- #4422 Print known properties of G4-fluxes
- #4343 Extend support for zero section and zero section class
- #4286 Support computation of all well-quantized and vertical G4-fluxes
- #4268 Implement ambient space models for G4-flux candidates
- #4243 Support computation of basis of H^(2,2) and H^4
Groups
- #4608 Add
is_primitivefor $G$-sets - #4594 Add $G$-set docstrings to main documentation
- #4582 Cache parents for permutations in
perm,cpermand@perm - #4490 Make the
@permmacro more powerful by supporting more argument variants and increased consistency - #4469 Add dedicated
stabilizermethods for matrix groups for improved performance - #4465 Add
orbit_representatives_and_stabilizersfor 0-dim. subspaces - #4416 Add
is_atlas_character_table - #4411 Support
character_fieldfor a vector of characters - #4409 Add the library of groups with at most 14 conjugacy classes
- #4401 Add
isomorphic_subgroups - #4378 Fix wrong result of
isomorphism(FPGroup, G, on_gens = true)for trivialGwith more than 0 generators - #4361 Speed up
cperm - #4359 Add
cycle_lengthforPermGroupElem - #4357 Improve
isomorphismfrom pc-groups and fp-groups toFinGenAbGroup - #4337 Speed up
orbit_representatives_and_stabilizersfor not too large examples - #4319 Make
isomorphism(PcGroup, A)for infinite abelianAwork - #4311 Add action on matrices in row reduced echelon form
- #4307 Speed up orbits of permutation groups on integers
- #4298 Add
is_leftandis_rightforSubgroupTransversal - #4281 Speed up
stabilizermethods for the natural action of permutation groups, and the actions on sets, tuples, and vectors of pos. integers - #4265 Add
stabilizerfor $G$-sets with action onSet,VectororTupleobjects - #4259 Add argument check to $G$-set constructor
- #4202 Add
lettersfunction forPcGroupElem
Lie Theory
- #4676 Fix
bracketforLieSubalgebras (it sometimes returned the wrong result) - #4621 Add
(dual_)geometric_representation(::WeylGroup),is_finite_order(::WeylGroupElem)andorder(::WeylGroupElem) - #4589 Implement
syllables,lettersand their inverse forWeylGroupandWeylGroupElem - #4536 Add
weyl_group(::Matrix{<:IntegerUnion})convenience constructor - #4519 Add
map_wordandparabolic_subgroupfor Weyl groups - #4478 Add
isomorphism(PermGroup, ::WeylGroup)for missing irreducible types - #4414 Add
WeightLatticeserialization - #4374 Change Weyl group action to a right action
- #4339 Add
demazure_character - #4264 Add
isomorphism(::Type{PermGroup}, ::WeylGroup)for some cases
Number Theory
- #4585 Improve usability of
abelian_closure(QQ), e.g. for elements representing real values allow comparisons and conversion toFloat64 - #4429 Fix
R()whenRis aBoundedRing - #4424 Fix
is_irreduciblefor number field order elements - #4396 Fix regression in
galois_group - #4370 Experimental: Add Clifford algebras and Clifford orders
Polyhedral Geometry
- #4482 Add
integer_hullandgomory_chvatal_closure - #4454 Fix blowups along rays and singular cones
- #4451 Add
tutte_lifting(::Graph) - #4392 Allow checking containment of points in hyperplanes and halfspaces via
in - #4260 Experimental: Add algebraic shifting
Toric Geometry
- #4529 Add lattice of one-parameter subgroups
- #4509 Implement equality for toric varieties
- #4508 Change diagonal to barycenter in toric blowup docs
- #4505 Simplify code for toric blowup along a cone
- #4484 Improve performance of strict transform under toric blowups
- #4437 Support blow up along minimal supercone coordinates
- #4266 Serialize cohomology classes
- #4154 Support computing strict transform of an ideal in Cox ring
Improvements or additions to documentation
- #4549 Fix experimental not showing up in search
- #4480 Add more links to tutorials
- #4458 Add
weightsmethod for graded rings and improve some documentation
Changes related to the package AbstractAlgebra
- #4405 Update AbstractAlgebra to 0.44.0
Changes related to the package GAP
- #4421 Update GAP.jl to 0.13
Changes related to the package Hecke
- #4405 Update Hecke to 0.35.0
Changes related to the package Nemo
- #4645 Update Nemo to 0.49
Changes related to the package Singular
- #4548 Update Singular.jl to 0.25.0
For a full list of changes, have a look at the diff since v1.2.2
- Julia
Published by github-actions[bot] over 1 year ago
oscar.jl - v1.2.2
Oscar v1.2.2
- fix galois_group problem. https://github.com/oscar-system/Oscar.jl/pull/4396
- Fix zero-dimensional cone in cones in PolyhedralGeometry https://github.com/oscar-system/Oscar.jl/pull/4336
- Fix up generic characteristic method for localized rings. https://github.com/oscar-system/Oscar.jl/pull/4346
- test/PolyhedralGeometry: remove some prefer blocks https://github.com/oscar-system/Oscar.jl/pull/4351
- Add comment about bibtool version, minor fix in testsuite https://github.com/oscar-system/Oscar.jl/pull/4356
- Add hash method for RayVector https://github.com/oscar-system/Oscar.jl/pull/4354
- Fix indent in AlgebraicCycles.md https://github.com/oscar-system/Oscar.jl/pull/4368
- Fix toric typo https://github.com/oscar-system/Oscar.jl/pull/4367
Full Changelog: https://github.com/oscar-system/Oscar.jl/compare/v1.2.1...v1.2.2
- Julia
Published by github-actions[bot] over 1 year ago
oscar.jl - v1.2.1
Oscar v1.2.1
- fix assubgroups #4277
- Resolves BoundError in weights(hook_lengths(...)) #4270
- fixed the leading zero bug in matroid_hex #4299
- Update license #4257
- Fixes smallgeneratingset, mininimal_primes over a number field #4279
- changes to the check argument in matroidfrommatrix_columns #4287
- Test and fix norm_equation for RelNumFieldOrder #4282
- add two missing doctest end markers #4321
- CI: check for jldoctest end markers and unknown admonitions #4325
- Patch search index #4292
- Minor clarification in docs of facets. #4313
- bib: add a bunch of DOIs, minor corrections #4317
- Add some dummy hash functions for the geometry #4305
- fixes regression and adds test for file format paper #4335
Full Changelog: https://github.com/oscar-system/Oscar.jl/compare/v1.2.0...v1.2.1
- Julia
Published by github-actions[bot] over 1 year ago
oscar.jl - v1.2.0
Oscar v1.2.0
- Do not cache polynomial rings by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3838
- Sets poly ring caching to false for invariant theory by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3864
- Fix some combinatorics by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3860
- Added more attributes including gauge algebras by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/3822
- fix: change idel to idele and improve printing by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3859
- fixes (hopefully) #3841 by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3866
- PolyhedralGeometry: Document IncidenceMatrix feature for maximal_* functions by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3854
- Add option to endow tensor product with product ordering by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3868
- Fibration hopping presentation by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3839
- TropicalGeometry: new linear_space algorithm for triv val on QQ by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3759
- Checking for product orderings by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3873
- Set version to 1.2.0-DEV by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3867
- matroids: fix automorphism for some matroids by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3878
- [FTheoryTools] Refactor F-Theory QSMs by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3871
arrangement_polynomialby @danteluber in https://github.com/oscar-system/Oscar.jl/pull/3806- Some more fixes for the fibration hopping. by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3877
- rearrange how Oscar loads GAP packages at runtime by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3874
- catch a corner case for elliptic surfaces by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3880
- speedup elliptic surfaces by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3884
- Experimental: Algebraic Statistics by @bkholler in https://github.com/oscar-system/Oscar.jl/pull/3812
- Improve type stability of tropical code by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3879
- Updates AlgebraicSolving to v0.5.0 by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3897
- Taking up intersection theory again by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3889
- undo most of #3874 by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3890
- Banff presentation rebased by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3898
- change the handling of the
initargument inmap_wordby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3892 - Remove caching of Lie algebras by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3894
- abstract blowups and more by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3901
- CI: update julia-actions/cache to v2 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3902
- Construct Lie algebras from root system by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3831
- Add direct sums of Lie algebras by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3896
- Iteratorify some tableaux by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3887
- avoid calling
GAP.Packages.installif possible by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3903 - FTheoryTools: Use direct sum of Lie algebras by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3908
- Enhance
showforIdealGensby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3893 - Intersection theory: Further examples by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3906
- [FTheoryTools] Small QOL changes by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/3911
- Make LieAlgebraModule tests better gc-able by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3913
- Abstract bundles and more by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3917
- adjusting code in intersection theory by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3922
- fixes regression for persistent uuids across multiple sessions by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3920
- Adv/fix fq field elem load by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3919
- remove global variables and disable a check by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3925
- [ToricVarieties] Limit coefficient values in generic sections by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3930
- Intersection theory: code correction, new example by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3929
- add tables of marks by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3916
- [Serialization] Support ToricDivisorClass by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3931
- Intersection theory: start to document abstract variety maps and more by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3942
- Add/move some type assertions by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3927
- Rename QQAbElem -> QQAbFieldElem by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3935
- Make global variables const by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3945
- Fix doctests by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3948
- Minor tweaks by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3936
- Matroid serialisation and matroid encodings by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3886
- Added the
groebner_basismethod for FreeAssAlgIdeals to the docs. by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3949 - Intersection theory: Correct code + corresponding example by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3952
- tropical determinant via Hungarian method by @micjoswig in https://github.com/oscar-system/Oscar.jl/pull/3943
- [FTheoryTools]Small QOL changes 2 by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/3941
- Intersection theory: extend documentation by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3953
- Use
algebraic_closure(QQ)instead ofQQBarby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3954 - Make Lie algebra construction faster by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3937
- Mj/various cleanup by @micjoswig in https://github.com/oscar-system/Oscar.jl/pull/3955
- Sets poly ring caching to false for modules by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3872
- Disable Solving tests by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3957
- [FTheoryTools] Overhaul Serialization by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3932
- Intersection theory: Schubert calculus by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3959
- updates related to polymake 4.12 by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3819
- Schemes: disable cremona transformation test due to random failures by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3960
- A few toric fixes and additions by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3964
- tests if a set of tropical vectors are tropically generic by @danteluber in https://github.com/oscar-system/Oscar.jl/pull/3938
- Fix vinberg booktests by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3939
- [ToricVarieties] Overhaul equality of normal toric varieties by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3946
- chore: bump dependencies by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3958
- [ToricSchemes] Fix underlying_divisor for trivial toric divisor by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3962
- Stop pretending OscarInterface has a manual by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3968
- fix: use updated documentation source for Hecke by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3971
- Intersection theory: hyperplane classes by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3970
- Nicer show for GAPGroupClassFunction by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3972
- [FTheoryTools] Implement G4-fluxes by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3965
- FTheoryTools: Add comment to explain similar terminology; doc fix by @apturner in https://github.com/oscar-system/Oscar.jl/pull/3975
- Add tensor_product for two GAPGroupClassFunction by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3973
- CI: stop testing for invalidations by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3977
QuadFormAndIsom: Galois action on cyclotomic genera by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3966- Add
smaller_degree_permutation_representation, lazy double cosets by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3899 - test and improvements for borcherds method by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3984
- [FTheoryTools] Some docstring fixes by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3985
- Remove custom non-conformant
Base.:/method forMPolyLocRingElemby @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3981 - Intersection theory: Correct function
abstract_projective_bundleby @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3990 - [ToricVarieties] Add link to docu of immaculate line bundles by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3991
- following musings and diskussions at ANTS by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3994
- fix Lloyd's problem - kind off by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3993
- Some module improvements by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3995
subgroup_repsis deprecated by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3997- fix: correct path to Hecke documentation by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3999
- Intersection theory: Correct one method for the function `abstract_fl… by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3998
- Fix LaTeX in some doc strings by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4000
- Include correct doc string by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4005
- [FTheoryTools] Some minor improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4002
- Turn
semistandard_tableaux(shape, weight)into an iterator by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4004 - [FTheoryTools] Add model 1511.03209 by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3978
- [FTheoryTools] Fix constructor for 1511.03209 model by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4015
- Optimize printing for ideals with many generators by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4012
- Update
generic_sectionto allow specified range for random integer coefficients by @apturner in https://github.com/oscar-system/Oscar.jl/pull/4016 - quantumautmorphismgroups of matroid by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3950
- LinearProgram: improve objective printing, fix nightly doctest, use infinity values by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4006
- TropicalGeometry + PolyhedralGeometry: fixing references in documentation by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3923
- Serialization fixes by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4021
- change the documentation of
is_conjugate,is_conjugate_with_databy @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4022 - A function checking if a tropical polytope is ordinarily convex (ie a polytrope) by @Sami-Halaseh in https://github.com/oscar-system/Oscar.jl/pull/3989
- polyhedral: use dehomogenize from polymake by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4028
- Allow AbstractVectors as input for initial by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/4027
- [Lie algebras] misc bugfixes, root system in Lie alg interface,
dim_of_simple_moduleimplementation in julia by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4030 - Serialize Types with Attributes by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4020
- Serialization of Lie algebras by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3980
- LieAlgebras: Add
*(::WeylGroupElem, ::RootSpaceElem)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4041 - LieAlgebras: Collect all types to a single file by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4042
- Use
@varnames_interface free_groupby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3317 - Linear combinations of set partitions by @sebvz777 in https://github.com/oscar-system/Oscar.jl/pull/3944
- Add docu for matroid realization spaces as affine schemes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3982
- Fix fglm groebner bases for some orderings by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4029
- [ToricVarieties] Introduce Chern classes of tangent bundle by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3996
- [FTheoryTools] More on Chern classes and topological invariants by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3979
- Bump Nemo compat to 0.46.2 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4054
- Make GSets better inferreable by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4052
- [FTheoryTools] Add some missing
ensure_artifact_installedto doctests by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4055 - Update .codecov.yml by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4058
- make sure char values are in the correct field by @fieker in https://github.com/oscar-system/Oscar.jl/pull/4057
- cache Galois results (in AbsSimpleField) by @fieker in https://github.com/oscar-system/Oscar.jl/pull/4056
- Add
@attrtypes in simple cases by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4059 - TropicalGeometry: fixed initials w.r.t. t-adic valuation by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/4040
- add warning to load by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4049
- fix for default prime field extension serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4066
- add a finiteness check to
small_generating_setby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4069 - small fix for loading without attrs by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4068
- [FTheoryTools] Better type inference by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4073
- Add explicit
Anyfor all@attr functionexprcases by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4070 - experimental: Gröbner Walk by @ooinaruhugh in https://github.com/oscar-system/Oscar.jl/pull/3821
- Updates to FreeAssAlgIdeal by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/4035
- LieAlgebras: Serialization for modules by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4065
- change variable labeling for default grassmann pluecker ideal (Related to issue #4018) by @danteluber in https://github.com/oscar-system/Oscar.jl/pull/4074
- fix: remove debug statement by @thofma in https://github.com/oscar-system/Oscar.jl/pull/4076
- Documentation:
vertices_and_raysandmaximal_polyhedra(tropical variety) by @MarieKaltoft in https://github.com/oscar-system/Oscar.jl/pull/3918 - support group extensions of matrix groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4013
- [FTheoryTools] Improve computation of refined Tate fiber types by @apturner in https://github.com/oscar-system/Oscar.jl/pull/4062
- [FTheoryTools] Added more checks for G4 fluxes by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/4044
- Fixes groebner_assure by @ederc in https://github.com/oscar-system/Oscar.jl/pull/4077
- [ToricVariety] Support coordinatering as reference to coxring by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4075
- Fix #4039 by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4071
- LieAlgebras: Streamline exports in
Oscar.LieAlgebrasby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4036 - Speed up loading containers of polymake types by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4060
- Fix #4018 by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4038
- Try to fix the failing
MPolyAnyMapdoctest on nightly by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4080 - TropicalGeometry: Vector to AbstractVector + general cleanup in groebner_basis.jl by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/4046
- Implement
change_base_ringfor hypercomplexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3794 - Matrix groups: cleanup some use of frobenius by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4079
- Trivial cleanup in blockanisotropic_elim by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4082
- Adv/multi file serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4067
- Update to GAP.jl 0.11.3 resp. GAP 4.13.1 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3688
- Type changes for modules over non commutative rings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3988
- Run CI on experimental
*.mddoc files by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4083 - Disable caching in a restriction_map method by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4091
- Tweak ample_class(S::ZZLat) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4089
- Unify some cached varags by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4088
- Lie algebras: more progress by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4053
- Disable polynomial ring caching in
projective_spaceandaffine_spacemethods by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4094 - polynomial_ring cached=false for tropical geometry by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3858
- ProjectivePlaneCurve: caching tweaks by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4098
- Disable polynomial ring caching in adjunction_process by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4099
- Move sheaves out of experimental. by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/4092
- Misc bib cleanup by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4101
- Intersection matrix (desingularization of surfaces) by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/4050
- bug fix by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4103
- Make test stat printing more coherent by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4106
- Toric Varieties/Schemes: Ep/toric blowups center #3810 by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/4096
- Fix isveryample by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/4105
- Lie algebras: Add root system detection by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4084
- LieAlgebras: Fix some typos and enhance type stability by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4109
- Disable anonymous functions in gluings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4111
- Cache module orderings elsewhere and introduce shortcut by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4116
- polynomial_ring cached=false for combinatorics by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3856
- Updates AlgebraicSolving by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3987
- Try enabling some tests again by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4113
- group attribute saving by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/4120
- Minor Lie module serialization cleanup by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4123
- [ToricVarieties] Fix for blowup corresponding to already existing ray by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3926
- Format
@articleentries consistently by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4115 - More bib cleanup by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4118
- feat: make canonicalmatrix faster by @thofma in https://github.com/oscar-system/Oscar.jl/pull/4117
- Bump AA, Nemo, and Hecke compat by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4122
- Fix typo in GModule by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4125
- Get rid of trivial anonymous functions (part 1) by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4126
- Remove anonymous functions from sheaves by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4121
- Get rid of trivial anonymous functions (part 2) by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4128
- Get rid of trivial anonymous functions (part 3) by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4129
- Trivial cleanups by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4130
- Some more fixes and tuning on elliptic surfaces by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4085
- booktests: fix version spec for pkg add to allow patch releases by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4131
- load the GAP packages sotgrps and sglppow (extensions of the library of small groups) by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3517
- Speed up
is_homogeneousby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4119 - Add missing newline by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/4135
- Prefer symbols over strings in polynomial_ring by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4133
- Aqua: don't run persistent tasks check in OscarCI for downstream tests by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4140
- Revert "load the GAP packages sotgrps and sglppow" by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4141
- Rename blowdown to blowup by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/4148
- Add daily tests by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4127
- document and clean up algebraic cycles by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/4137
- fix too restrictive method installations by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4149
- LieAlgebras: more optimizations regarding type stability by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4145
- test/polyhedron: allow different ordering by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4153
- Vinbergs Algorithm by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/4152
- switch to a better Julia to GAP conversion by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4086
- Move duVal-Singularity recognition to src by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/4156
- adjust docu to writing :x instead of "x" etc. when constructing polyn… by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4161
- Don't collect iterators in iteration by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4164
- Adds free resolutions over quotient rings by using
Singular.sresby @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/4134 - Speed up polynomial mappings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4124
- Update book example for GenericCharacterTables by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4163
- LieAlgebras: reduce allocations by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4165
- doctest_fix: try setting fixed default terminal size by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4171
- booktests: some future-proofing by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4172
- Some more fixes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4142
- Implement more shortcuts and remove code duplication. by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4166
- Change
eltypemethods for objects to types by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4173 - More signatures for
quotient_ring_as_moduleandideal_as_moduleby @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4174 - Remove old build scripts by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4176
- Prefer symbols over strings as indeterminants by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4158
- Intersect. Theory: Code cleanup, correction, new example by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4180
- Avoid bottlenecks in variable matching. by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4178
- Elliptic surfaces fixes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4177
- Add missing Abelian groups docs by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4186
- Update
exterior_algebraby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4093 - CI: add workaround for new gcc with julia 1.6 on github runners by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4189
- Intersect. theory: Further clean up by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4188
- twoneighborstep without computing intersection numbers by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/4185
- add a missing
inmethod by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4190 - Fix indent in a docstring by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4192
- [FTheoryTools] Fixed some bugs that were missed before by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/4182
- [FTheoryTools] More on serialization of FTheoryTools by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4008
- doc fix: remove extra 'we' in design_decisions.md by @Fe-r-oz in https://github.com/oscar-system/Oscar.jl/pull/4199
- More type stability for GSets by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4194
- allow
==for two groups/group elements in fewer cases by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4196 - gitignore: also ignore Manifest-vX.Y.toml by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4210
- add
stabilizerfor G-sets by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/4206 - AlgebraicSolving v0.8.0 by @ederc in https://github.com/oscar-system/Oscar.jl/pull/4212
- Implement isreal(elm::QQAbFieldElem) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4207
- Implement
syzygy_generatorsfor lists of module elements by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/4204 - Fix JuliaFormatter version to 1.x to avoid breaking changes of 2.x for now by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/4216
- Enhance inference in LieAlgebras, GSets, and MatrixGroups by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4208
- Module quotients I by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4217
- Minor improvements for FTheoryTools by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4219
- booktest: add error checking for non-jlcon files also on master by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4209
- booktests: merge updates from book repo by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4221
- No type piracy: remove matrix*vector methods for Nemo types by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/760
- Module quotients II by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4225
- Some fixes and performance improvements for
iso_oscar_gap(::LieAlgebra)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4227 - Extend
is_invertible_with_inverseto rings of typeMPolyQuoRing{<:MPolyDecRingElem}by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4226 - Add parent checks to PBW algebra arithmetics by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4231
- show methods: lower case halfspaces and hyperplanes by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4232
- Tjurina module by @Syz-MS in https://github.com/oscar-system/Oscar.jl/pull/4234
- Ideal saturation: Resolving old question found in code by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4238
- Improve stability of tests in PolyhedralGeometry by @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/4197
- Add dedicated printing for empty combinatorial objects by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4236
- Improve performance of
bracketforAbstractLieAlgebraElemby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/4228 - Add
characteristicfor multivariate quotient rings over fields by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/4241 - [ToricVarieties] Assert coordinate names from cox ring by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/4240
- Adds algorithm option :modular for Gröbner basis computations by @ederc in https://github.com/oscar-system/Oscar.jl/pull/4246
- Introduce snake case function
incidence_matrixby @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/4245 - Splits groebner.jl into parts by @ederc in https://github.com/oscar-system/Oscar.jl/pull/4250
- README.md: remove month in OSCAR book bib by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4252
- Saturation for modules by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/4249
- Yet another attempt to revise printing for modules by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4251
- PolyhedralGeometry: minor fixes by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/4253
- Fix show method for
FreeMod_decby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4254 - Version 1.2.0 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/4255
- Julia
Published by github-actions[bot] over 1 year ago
oscar.jl - v1.0.5
Oscar v1.0.5
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
<!--
Merged pull requests:
- Use @varnames_interface free_group (#3317) (@fingolfin)
- load the GAP packages sotgrps and sglppow (extensions of the library of small groups) (#3517) (@ThomasBreuer)
- Update to GAP.jl 0.11.3 resp. GAP 4.13.1 (#3688) (@fingolfin)
- TropicalGeometry: new linearspace algorithm for triv val on QQ (#3759) (@YueRen)
- Implement `changebaseringfor hypercomplexes (#3794) (@HechtiDerLachs)
-arrangementpolynomial(#3806) (@danteluber)
- Experimental: Algebraic Statistics (#3812) (@bkholler)
- updates related to polymake 4.12 (#3819) (@benlorenz)
- experimental: Gröbner Walk (#3821) (@ooinaruhugh)
- Construct Lie algebras from root system (#3831) (@lgoettgens)
- Fibration hopping presentation (#3839) (@HechtiDerLachs)
- PolyhedralGeometry: Document IncidenceMatrix feature for maximal_* functions (#3854) (@lkastner)
- polynomial_ring cached=false for combinatorics (#3856) (@ederc)
- polynomial_ring cached=false for tropical geometry (#3858) (@ederc)
- Set version to 1.2.0-DEV (#3867) (@benlorenz)
- Add option to endow tensor product with product ordering (#3868) (@joschmitt)
- Backports for 1.1.0 (#3869) (@benlorenz)
- [FTheoryTools] Refactor F-Theory QSMs (#3871) (@HereAround)
- Sets poly ring caching to false for modules (#3872) (@ederc)
- Checking for product orderings (#3873) (@ederc)
- rearrange how Oscar loads GAP packages at runtime (#3874) (@ThomasBreuer)
- Some more fixes for the fibration hopping. (#3877) (@HechtiDerLachs)
- matroids: fix automorphism for some matroids (#3878) (@benlorenz)
- Improve type stability of tropical code (#3879) (@fingolfin)
- catch a corner case for elliptic surfaces (#3880) (@simonbrandhorst)
- speedup elliptic surfaces (#3884) (@simonbrandhorst)
- Matroid serialisation and matroid encodings (#3886) (@Sequenzer)
- Iteratorify some tableaux (#3887) (@joschmitt)
- Taking up intersection theory again (#3889) (@wdecker)
- undo most of #3874 (#3890) (@ThomasBreuer)
- change the handling of theinitargument inmapword(#3892) (@ThomasBreuer)
- EnhanceshowforIdealGens(#3893) (@lgoettgens)
- Remove caching of Lie algebras (#3894) (@lgoettgens)
- Add direct sums of Lie algebras (#3896) (@lgoettgens)
- Updates AlgebraicSolving to v0.5.0 (#3897) (@ederc)
- Banff presentation rebased (#3898) (@HechtiDerLachs)
- Addsmallerdegreepermutationrepresentation, lazy double cosets (#3899) (@simonbrandhorst)
- abstract blowups and more (#3901) (@wdecker)
- CI: update julia-actions/cache to v2 (#3902) (@fingolfin)
- avoid callingGAP.Packages.installif possible (#3903) (@ThomasBreuer)
- Intersection theory: Further examples (#3906) (@wdecker)
- FTheoryTools: Use direct sum of Lie algebras (#3908) (@HereAround)
- Add outdated docs warning for old versions (#3909) (@lgoettgens)
- Backports for 1.1.1 (#3910) (@benlorenz)
- [FTheoryTools] Small QOL changes (#3911) (@emikelsons)
- Make LieAlgebraModule tests better gc-able (#3913) (@lgoettgens)
- add tables of marks (#3916) (@ThomasBreuer)
- Abstract bundles and more (#3917) (@wdecker)
- Documentation:verticesandraysandmaximalpolyhedra(tropical variety) (#3918) (@MarieKaltoft)
- Adv/fix fq field elem load (#3919) (@antonydellavecchia)
- fixes regression for persistent uuids across multiple sessions (#3920) (@antonydellavecchia)
- adjusting code in intersection theory (#3922) (@wdecker)
- TropicalGeometry + PolyhedralGeometry: fixing references in documentation (#3923) (@YueRen)
- remove global variables and disable a check (#3925) (@simonbrandhorst)
- [ToricVarieties] Fix for blowup corresponding to already existing ray (#3926) (@HereAround)
- Add/move some type assertions (#3927) (@fingolfin)
- Intersection theory: code correction, new example (#3929) (@wdecker)
- [ToricVarieties] Limit coefficient values in generic sections (#3930) (@HereAround)
- [Serialization] Support ToricDivisorClass (#3931) (@HereAround)
- [FTheoryTools] Overhaul Serialization (#3932) (@HereAround)
- Rename QQAbElem -> QQAbFieldElem (#3935) (@lgoettgens)
- Minor tweaks (#3936) (@fingolfin)
- Make Lie algebra construction faster (#3937) (@lgoettgens)
- tests if a set of tropical vectors are tropically generic (#3938) (@danteluber)
- Fix vinberg booktests (#3939) (@simonbrandhorst)
- [FTheoryTools]Small QOL changes 2 (#3941) (@emikelsons)
- Intersection theory: start to document abstract variety maps and more (#3942) (@wdecker)
- tropical determinant via Hungarian method (#3943) (@micjoswig)
- Linear combinations of set partitions (#3944) (@sebvz777)
- Make global variables const (#3945) (@lgoettgens)
- [ToricVarieties] Overhaul equality of normal toric varieties (#3946) (@HereAround)
- Fix doctests (#3948) (@joschmitt)
- Added thegroebnerbasismethod for FreeAssAlgIdeals to the docs. (#3949) (@Sequenzer)
- quantum_autmorphism_groups of matroid (#3950) (@Sequenzer)
- Intersection theory: Correct code + corresponding example (#3952) (@wdecker)
- Intersection theory: extend documentation (#3953) (@wdecker)
- Usealgebraicclosure(QQ)instead ofQQBar` (#3954) (@lgoettgens)
- Mj/various cleanup (#3955) (@micjoswig)
- Disable Solving tests (#3957) (@ederc)
- chore: bump dependencies (#3958) (@thofma)
- Intersection theory: Schubert calculus (#3959) (@wdecker)
- Schemes: disable cremona transformation test due to random failures (#3960) (@benlorenz)
- [ToricSchemes] Fix underlyingdivisor for trivial toric divisor (#3962) (@HereAround)
- booktest: explicitly destroy mongodb db and client (#3963) (@benlorenz)
- A few toric fixes and additions (#3964) (@HereAround)
- [FTheoryTools] Implement G4-fluxes (#3965) (@HereAround)
- QuadFormAndIsom: Galois action on cyclotomic genera (#3966) (@StevellM)
- Stop pretending OscarInterface has a manual (#3968) (@fingolfin)
- Intersection theory: hyperplane classes (#3970) (@wdecker)
- fix: use updated documentation source for Hecke (#3971) (@thofma)
- Nicer show for GAPGroupClassFunction (#3972) (@fingolfin)
- Add tensorproduct for two GAPGroupClassFunction (#3973) (@fingolfin)
- FTheoryTools: Add comment to explain similar terminology; doc fix (#3975) (@apturner)
- CI: stop testing for invalidations (#3977) (@fingolfin)
- [FTheoryTools] Add model 1511.03209 (#3978) (@HereAround)
- [FTheoryTools] More on Chern classes and topological invariants (#3979) (@HereAround)
- Serialization of Lie algebras (#3980) (@antonydellavecchia)
- Remove custom non-conformant Base.:/ method for MPolyLocRingElem (#3981) (@HechtiDerLachs)
- Add docu for matroid realization spaces as affine schemes (#3982) (@HechtiDerLachs)
- test and improvements for borcherds method (#3984) (@simonbrandhorst)
- [FTheoryTools] Some docstring fixes (#3985) (@lgoettgens)
- Updates AlgebraicSolving (#3987) (@ederc)
- Type changes for modules over non commutative rings (#3988) (@HechtiDerLachs)
- A function checking if a tropical polytope is ordinarily convex (ie a polytrope) (#3989) (@Sami-Halaseh)
- Intersection theory: Correct function `abstractprojectivebundle(#3990) (@wdecker)
- [ToricVarieties] Add link to docu of immaculate line bundles (#3991) (@HereAround)
- fix Lloyd's problem - kind off (#3993) (@fieker)
- following musings and diskussions at ANTS (#3994) (@fieker)
- Some module improvements (#3995) (@HechtiDerLachs)
- [ToricVarieties] Introduce Chern classes of tangent bundle (#3996) (@HereAround)
-subgrouprepsis deprecated (#3997) (@joschmitt)
- Intersection theory: Correct one method for the functionabstractfl… (#3998) (@wdecker)
- fix: correct path to Hecke documentation (#3999) (@thofma)
- Fix LaTeX in some doc strings (#4000) (@joschmitt)
- [FTheoryTools] Some minor improvements (#4002) (@HereAround)
- Turn `semistandardtableaux(shape, weight)into an iterator (#4004) (@joschmitt)
- Include correct doc string (#4005) (@joschmitt)
- LinearProgram: improve objective printing, fix nightly doctest, use infinity values (#4006) (@benlorenz)
- [FTheoryTools] More on serialization of FTheoryTools (#4008) (@HereAround)
- Optimize printing for ideals with many generators (#4012) (@joschmitt)
- support group extensions of matrix groups (#4013) (@ThomasBreuer)
- [FTheoryTools] Fix constructor for 1511.03209 model (#4015) (@HereAround)
- Updategenericsectionto allow specified range for random integer coefficients (#4016) (@apturner)
- Serialize Types with Attributes (#4020) (@antonydellavecchia)
- Serialization fixes (#4021) (@lgoettgens)
- change the documentation ofisconjugate,isconjugatewithdata(#4022) (@ThomasBreuer)
- Allow AbstractVectors as input for initial (#4027) (@YueRen)
- polyhedral: use dehomogenize from polymake (#4028) (@benlorenz)
- Fix fglm groebner bases for some orderings (#4029) (@joschmitt)
- [Lie algebras] misc bugfixes, root system in Lie alg interface,dimofsimplemoduleimplementation in julia (#4030) (@lgoettgens)
- Updates to FreeAssAlgIdeal (#4035) (@Sequenzer)
- LieAlgebras: Streamline exports inOscar.LieAlgebras(#4036) (@lgoettgens)
- Fix #4018 (#4038) (@joschmitt)
- TropicalGeometry: fixed initials w.r.t. t-adic valuation (#4040) (@YueRen)
- LieAlgebras: Add(::WeylGroupElem, ::RootSpaceElem)(#4041) (@lgoettgens)
- LieAlgebras: Collect all types to a single file (#4042) (@lgoettgens)
- [FTheoryTools] Added more checks for G4 fluxes (#4044) (@emikelsons)
- TropicalGeometry: Vector to AbstractVector + general cleanup in groebner_basis.jl (#4046) (@YueRen)
- add warning to load (#4049) (@antonydellavecchia)
- Intersection matrix (desingularization of surfaces) (#4050) (@afkafkafk13)
- Make GSets better inferreable (#4052) (@lgoettgens)
- Lie algebras: more progress (#4053) (@lgoettgens)
- Bump Nemo compat to 0.46.2 (#4054) (@lgoettgens)
- [FTheoryTools] Add some missingensureartifactinstalledto doctests (#4055) (@lgoettgens)
- cache Galois results (in AbsSimpleField) (#4056) (@fieker)
- make sure char values are in the correct field (#4057) (@fieker)
- Update .codecov.yml (#4058) (@lgoettgens)
- Add@attrtypes in simple cases (#4059) (@lgoettgens)
- Speed up loading containers of polymake types (#4060) (@antonydellavecchia)
- [FTheoryTools] Improve computation of refined Tate fiber types (#4062) (@apturner)
- LieAlgebras: Serialization for modules (#4065) (@lgoettgens)
- fix for default prime field extension serialization (#4066) (@antonydellavecchia)
- Adv/multi file serialization (#4067) (@antonydellavecchia)
- small fix for loading without attrs (#4068) (@antonydellavecchia)
- add a finiteness check tosmallgeneratingset(#4069) (@ThomasBreuer)
- Add explicitAnyfor all@attr functionexprcases (#4070) (@lgoettgens)
- Fix #4039 (#4071) (@joschmitt)
- [FTheoryTools] Better type inference (#4073) (@lgoettgens)
- change variable labeling for default grassmann pluecker ideal (Related to issue #4018) (#4074) (@danteluber)
- [ToricVariety] Support coordinate_ring as reference to cox_ring (#4075) (@HereAround)
- fix: remove debug statement (#4076) (@thofma)
- Fixes groebner_assure (#4077) (@ederc)
- Matrix groups: cleanup some use of frobenius (#4079) (@fingolfin)
- Try to fix the failingMPolyAnyMapdoctest on nightly (#4080) (@lgoettgens)
- Trivial cleanup in _block_anisotropic_elim (#4082) (@fingolfin)
- Run CI on experimental.mddoc files (#4083) (@joschmitt)
- Lie algebras: Add root system detection (#4084) (@lgoettgens)
- Some more fixes and tuning on elliptic surfaces (#4085) (@HechtiDerLachs)
- switch to a better Julia to GAP conversion (#4086) (@ThomasBreuer)
- Unify some cached varags (#4088) (@fingolfin)
- Tweak ample_class(S::ZZLat) (#4089) (@fingolfin)
- Disable caching in a restriction_map method (#4091) (@fingolfin)
- Move sheaves out of experimental. (#4092) (@simonbrandhorst)
- Updateexterioralgebra(#4093) (@lgoettgens)
- Disable polynomial ring caching inprojectivespaceandaffinespace` methods (#4094) (@fingolfin)
- Toric Varieties/Schemes: Ep/toric blowups center #3810 (#4096) (@paemurru)
- ProjectivePlaneCurve: caching tweaks (#4098) (@fingolfin)
- Disable polynomial ring caching in adjunctionprocess (#4099) (@fingolfin)
- Misc bib cleanup (#4101) (@lgoettgens)
- bug fix (#4103) (@antonydellavecchia)
- Fix isveryample (#4105) (@paemurru)
- Make test stat printing more coherent (#4106) (@lgoettgens)
- LieAlgebras: Fix some typos and enhance type stability (#4109) (@lgoettgens)
- Disable anonymous functions in gluings (#4111) (@HechtiDerLachs)
- Try enabling some tests again (#4113) (@joschmitt)
- Format @article entries consistently (#4115) (@lgoettgens)
- Cache module orderings elsewhere and introduce shortcut (#4116) (@HechtiDerLachs)
- feat: make canonicalmatrix faster (#4117) (@thofma)
- More bib cleanup (#4118) (@lgoettgens)
- Speed up is_homogeneous (#4119) (@fingolfin)
- group attribute saving (#4120) (@antonydellavecchia)
- Remove anonymous functions from sheaves (#4121) (@HechtiDerLachs)
- Bump AA, Nemo, and Hecke compat (#4122) (@lgoettgens)
- Minor Lie module serialization cleanup (#4123) (@lgoettgens)
- Speed up polynomial mappings (#4124) (@HechtiDerLachs)
- Fix typo in GModule (#4125) (@lgoettgens)
- Get rid of trivial anonymous functions (part 1) (#4126) (@lgoettgens)
- Add daily tests (#4127) (@HereAround)
- Get rid of trivial anonymous functions (part 2) (#4128) (@lgoettgens)
- Get rid of trivial anonymous functions (part 3) (#4129) (@lgoettgens)
- Trivial cleanups (#4130) (@fingolfin)
- booktests: fix version spec for pkg add to allow patch releases (#4131) (@benlorenz)
- Prefer symbols over strings in polynomialring (#4133) (@lgoettgens)
- Adds free resolutions over quotient rings by using Singular.sres (#4134) (@RafaelDavidMohr)
- Add missing newline (#4135) (@paemurru)
- document and clean up algebraic cycles (#4137) (@simonbrandhorst)
- Aqua: don't run persistent tasks check in OscarCI for downstream tests (#4140) (@benlorenz)
- Revert "load the GAP packages sotgrps and sglppow" (#4141) (@fingolfin)
- Some more fixes (#4142) (@HechtiDerLachs)
- LieAlgebras: more optimizations regarding type stability (#4145) (@lgoettgens)
- Rename blowdown to blowup (#4148) (@paemurru)
- fix too restrictive method installations (#4149) (@ThomasBreuer)
- Vinbergs Algorithm (#4152) (@simonbrandhorst)
- test/polyhedron: allow different ordering (#4153) (@benlorenz)
- Move duVal-Singularity recognition to src (#4156) (@afkafkafk13)
- Prefer symbols over strings as indeterminants (#4158) (@lgoettgens)
- adjust docu to writing :x instead of "x" etc. when constructing polyn… (#4161) (@wdecker)
- Update book example for GenericCharacterTables (#4163) (@fingolfin)
- Don't collect iterators in iteration (#4164) (@lgoettgens)
- LieAlgebras: reduce allocations (#4165) (@lgoettgens)
- Implement more shortcuts and remove code duplication. (#4166) (@HechtiDerLachs)
- doctestfix: try setting fixed default terminal size (#4171) (@benlorenz)
- booktests: some future-proofing (#4172) (@benlorenz)
- Change eltype methods for objects to types (#4173) (@lgoettgens)
- More signatures for quotient_ring_as_module and ideal_as_module (#4174) (@wdecker)
- Remove old build scripts (#4176) (@lgoettgens)
- Elliptic surfaces fixes (#4177) (@HechtiDerLachs)
- Avoid bottlenecks in variable matching. (#4178) (@HechtiDerLachs)
- Intersect. Theory: Code cleanup, correction, new example (#4180) (@wdecker)
- [FTheoryTools] Fixed some bugs that were missed before (#4182) (@emikelsons)
- twoneighborstep without computing intersection numbers (#4185) (@simonbrandhorst)
- Add missing Abelian groups docs (#4186) (@lgoettgens)
- Intersect. theory: Further clean up (#4188) (@wdecker)
- CI: add workaround for new gcc with julia 1.6 on github runners (#4189) (@benlorenz)
- add a missing in method (#4190) (@ThomasBreuer)
- Fix indent in a docstring (#4192) (@fingolfin)
- More type stability for GSets (#4194) (@lgoettgens)
- allow == for two groups/group elements in fewer cases (#4196) (@ThomasBreuer)
- doc fix: remove extra 'we' in designdecisions.md (#4199) (@Fe-r-oz)
- Implement `syzygygeneratorsfor lists of module elements (#4204) (@HechtiDerLachs)
- [1.0] Update book examples (#4205) (@lkastner)
- addstabilizer` for G-sets (#4206) (@ThomasBreuer)
- Implement isreal(elm::QQAbFieldElem) (#4207) (@fingolfin)
- Enhance inference in LieAlgebras, GSets, and MatrixGroups (#4208) (@lgoettgens)
- booktest: add error checking for non-jlcon files also on master (#4209) (@benlorenz)
- gitignore: also ignore Manifest-vX.Y.toml (#4210) (@benlorenz)
- AlgebraicSolving v0.8.0 (#4212) (@ederc)
- Fix JuliaFormatter version to 1.x to avoid breaking changes of 2.x for now (#4216) (@lkastner)
- Module quotients I (#4217) (@wdecker)
- Minor improvements for FTheoryTools (#4219) (@HereAround)
- [1.1] booktests: merge updates from book repo (#4220) (@benlorenz)
- booktests: merge updates from book repo (#4221) (@benlorenz)
- Version 1.0.5 (#4223) (@benlorenz)
Closed issues:
- Package for intersection theory (#426)
- Docs: add G(vecint) to manual, where G is a permutation group (#676)
- Deal with Set and Dict in doctest (#809)
- gens should work for all rings, including univariate ones (#912)
- quo method for FPGroup (#1384)
- Comparison of submodules is not generic (#1562)
- Support poly in ring test? (#1747)
- Admit different types for a group and a subgroup of it. (#1838)
- Kernel and rationality of characters (#1875)
- Behavior of // for elements in localization is inconsistent with the system (#1885)
- Wish: 1-click installer (well, almost) and also updater (#2021)
- Serialization: how to specify "parent" for serialized ideals? (#2190)
- Further improve serialization of "homogenous" lists (#2191)
- very slow doctest for allcharactertablenames (groupcharacters.jl:380-395) (#2341)
- decideduvalsingularity: Ideal does not describe a single K-point (#2531)
- `minweights(::SubdivisionOfPoints)polymake error (#2628)
- AddSubPcGrouptype (#2672)
- Factorization over finite field: StackOverflow (#2915)
- Implementstabilizerfor (transitive?) G-sets (#3259)
- MINOR/LOW-PRIORITY: unhelpful compact/supercompact printing of Groebner basis (#3322)
- Addmapword(g::PcGroupElem, genimgs::Vector)(#3468)
- Addregulargmodule(#3475)
- Unify and crossref docstrings forGFandfinitefield(#3669)
- Prepare the book website (#3707)
- Roadmap OSCAR 1.1 (#3731)
- Faster tropicalization of linear spaces (#3749)
- Bibliography link anchors inconsistent (#3760)
- Center of a blowup (#3810)
- wrong symbol in output of roots()? (#3842)
-groebnerbasisof modules and PR #3868 (#3870)
- Regression in GAP code: missingregendoc.g(#3875)
- Elliptic fibration book example errors (#3881)
- broken on julia nightly due tonameschanges (#3882)
-mapwordignoresinitin some cases (#3885)
- Precompilation on nightly sometimes fails due to llvmcall deprecation (#3888)
- doctest (1.10, macOS, RPTU) failing (#3895)
- Add warning for outdated docs (#3907)
- Documentation onverticesandrays()(tropical geometry) (#3914)
-changebaseringforUniversalPolynomialRing(#3921)
- RenameQQAbElemtoQQAbFieldElem(#3933)
- Equality (in the sense of telling identically the same - NOT isomorphic) of toric varieties malfunctions (#3934)
- Pkg.add fails to install Oscar without also running Pkg.update (#3940)
- Error in test/AlgebraicGeometry/Schemes/MorphismFromRationalFunctions.jl:26 (#3947)
- Rings/solving.jl: Tests getting stuck / taking very long (#3956)
- Mongodb error after running booktests (#3961)
- Crashes with empty ideals in Singular (#3992)
- StackOverflowError when computingrootsof a polynomial overalgebraicclosure(QQ)(#4007)
- Wrong links in documentation (#4009)
- Spell out what^zis in the documentation (#4017)
-grassmannplueckeridealsaved GB wrong (#4018)
-relativeinteriorpointreturns wrong point (#4024)
- initial() will not take a weight vector in QQ. (#4025)
- fglm crashes for some destination orderings (#4026)
-absoluteprimarydecompositionfails for unit ideals (#4039)
- StreamlineFreeAssAlgebraandHecke.AssociativeAlgebraElem(#4043)
- Can't install Oscar on MacBook Pro M2 Max (#4045)
- GaloisCohomology: ERROR: Cannot promote to common finite field (doctest, julia 1.11) (#4047)
-smallgeneratingsetfor matrix groups benefits from computing the order? (#4063)
- Deserialization ofFqFieldElemerrors (#4064)
- Add daily CI jobs to all our repositories (#4072)
- Deprecation warning forProgressUnknown` method in CI logs (#4087)
- Segmentation fault in doctest CI job around Polymake/CxxWrap init (#4102)
- Uniform decimal digits for test runs summary / PrettyTables.prettytable (#4104)
- Equidimensional decomposition fails over extensions of IFp (#4138)
- inducedautomorphism does not work for (Sub)PcGroups (#4144)
- Raghuram charge 3 and 4 (https://arxiv.org/abs/1711.03210) (#4155)
- Iterator for minors of a matrix (#4169)
- Iterator over rows / columns of a matrix (#4175)
- All right or left inverses of matrix (#4179)
- Inconsistent stabilizers of group action (#4195)
- Upgrade to CxxWrap.jl 0.16 (#4198)
- diagonal_matrix gives error for empty vectors (#4222)
-->
- Julia
Published by github-actions[bot] over 1 year ago
oscar.jl - v1.1.0
What's Changed
- Rename two functions to avoid confusion with
is_<property>_with_<extrastuff>functions by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3170 QuadFormAndIsom: more features by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3160- Version 0.15.0-DEV by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3176
- Replace some instances of 'typeof(a)<:b' by 'a isa b' by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3177
- Sheaf cohomology rebase by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3154
- Renaming for localizations by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3174
- CI: add julia-cache action for github ci by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3164
- renaming for the book and speed up by @gfourier in https://github.com/oscar-system/Oscar.jl/pull/3181
- Fix one docstring typo by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3182
- Yr/tropical bugs by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3169
- Rename jacobimatrix to jacobianmatrix by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3180
- fix some problems with group automorphisms by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3190
- Fix a typo in the documentation by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3188
- Catch empty polynomial ring in matroid code by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3183
- Renaming for schemes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3175
- Rename
are_algebraically_independentby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3172 - Streamline powers of Lie algebra modules by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3081
- Fixes length for free resolutions by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3194
- Glueing to gluing by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3195
- [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3146
- Delete the old plane curves and projective space by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3179
- Two bugs in
tropical_polynomialby @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3187 - fix: workaround for bug in new flint binaries by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3203
- Address a bunch of JET and Aqua issues by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2995
- Some more changes for the book by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3200
- Remove ambient closure ideal by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3205
- Revert "fix: workaround for bug in new flint binaries (#3203)" by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3206
- docs: fix reference to intersection -> intersect by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3214
- different data format for pc group serialization by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3018
- Initial ideals and marked Groebner bases from
TropicalGeometry/groebner_fan.jl/groebner_fanby @ooinaruhugh in https://github.com/oscar-system/Oscar.jl/pull/3215 - add special objects for subgroup transversals by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3216
- Add some more functionality, docs and tests for root systems by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3191
- Remove trailing newline in labelled matrix printing by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3213
- Rename some methods by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3208
- Make inj/proj of products groups consistent with other products objects by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3201
- Minor fix for show method of character tables; fix printing of named groups like
SL(2,2)in some situations by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3226 - Adv/serialization upgrades docs by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3112
- Exact arithmetic check for Gröbner related functionality by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3232
- change
showfor nat. symmetric/alternating groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3235 - Fix function name in docstring by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3233
- added text to a "TODO" FAQ concerning GAP packages by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3236
- More functionality for Weyl groups by @felix-roehrich in https://github.com/oscar-system/Oscar.jl/pull/3051
- better printing for RelativeBrauerGroupElem by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3243
- CI: disable nightly for macos to reduce test time by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3245
- Some group theory changes for the OSCAR book by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3242
- Adds
prune_with_mapby @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3239 - Simple fixes for sheaf cohomology computation by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3241
- tests: start message for ipc.jl, explicit GC call by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3229
- Serialization: disable IPC test until #3184 is solved by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3246
- Adjust casing in
show(::MatroidRealizationSpace)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3244 - let
right_cosetsreturn a G-set by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3223 - move tropical geometry up by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3247
- upgrade selected GAP packages at startup by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3222
- Fix casing in
show(::AlgClosure)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3249 - deprecate SimplicialComplex for simplicial_complex by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3234
- [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3251
- Remove some dead code by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3090
- Make new versions of AA, Nemo, Hecke available by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3231
- TropicalGeometry: fixed bug in binomial tropical varieties by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3212
- Rename issubset to is_subscheme for subschemes (#3202) by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3252
- Implement printing guidelines for multivariate ideals by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3250
- use stored OD values for factor groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3248
- add
show_OD_infoby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3267 - Remove obsolete
getindexmethods for accessing generators by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3260 - Rename
number_of_*functions by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3272 - Adapt unicode printing guidelines by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3269
- Polish linear strands by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3218
- polyhedron: make sure empty [] vector works as right hand side by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3278
- Fix #3107 by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3211
- add
is_conjugate_subgroup_with_databy @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3281 - CI: adjust test subgroups, try macos aarch64 runner for one subgroup and doctests by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3280
- Adapt unicode printing of exterior powers of Lie algebra modules by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3270
- add G-set functionality for conjugacy classes by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3268
- Prepare for
algebraic_closure(::QQField)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3283 - feat: adjust for upcoming indexing changes by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3276
- Say 'Polytope' in show if it is known that a Polyhedron is bounded by @micjoswig in https://github.com/oscar-system/Oscar.jl/pull/3289
- Remove two temporary files by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3295
- Add two missing Lowercase() by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3290
- Fixed two bugs in the matroid realization code by @LukasKuehne in https://github.com/oscar-system/Oscar.jl/pull/3292
- Reduce test noise by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3293
- let
left_cosetsreturn a G-set by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3297 - Adjust to AA/Nemo/Hecke by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3288
- Fix deprecation testjob by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3301
- add support to adjoin many elements by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3294
- Simplify and unify GAP iteration code by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3302
- Fix broadcast for
PointVector/RayVectorby @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/3285 - Add serialization upgrade script for type renaming by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3303
- Add describe(G::MultTableGroup) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3299
- Set-Partitions for Experimental by @pinguly in https://github.com/oscar-system/Oscar.jl/pull/2977
- Fix printing of exterior powers of modules by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3263
- added graphfromedges function by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3300
- Fix deprecation error by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3312
- Bump Hecke version, fix some regressions by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3311
- Add a missing
LowercaseOffby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3313 - Promote JuLie to
srcby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3159 - change one line printing of affine schemes from V(...) to scheme(...) by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3306
- Sort out some weird formatting issue by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3320
- Prepare for name printing changes in AA by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3318
- Fix a doc string typo by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3323
- Add
.swpfiles to.gitignoreby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3326 - Update qualification of two calls by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3328
- Support matrix groups over QQBar by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3310
- Polyhedral: rework input type handling, add support for QQBarField objects by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3308
- docs: reorder & regroup permutation groups chapter by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3309
- Add missing hash methods for maps by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3315
- Clean up
algebraic_closureimport by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3331 - Revised interface for homogenization (old UI still there) by @JohnAAbbott in https://github.com/oscar-system/Oscar.jl/pull/3333
- More signatures for lift by @jankoboehm in https://github.com/oscar-system/Oscar.jl/pull/3335
- New method to convert toric divisors into Weil divisors by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3076
- Wrap tests/doctests into
with_unicode(false)by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3271 - Added function to compute defining ideal of flag variety by @danteluber in https://github.com/oscar-system/Oscar.jl/pull/3324
- adds fix for storing strings with characters that need escaping by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3340
- Adv/fix graph from edges by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3338
- fix: make @tropical work again by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3336
- CI: update to codecov/codecov-action@v4 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3334
- feat: adjust for some upcoming matrix changes by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3352
- set version to 1.0.0-DEV by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3353
- More updates for FTheoryTools by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3343
- tests: adjust the project and load path to add test dependencies in test_module by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3357
- Adv+ac/phylogenetic trees by @andreicomaneci in https://github.com/oscar-system/Oscar.jl/pull/3255
- Adv/serialize gb by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3321
- Add
Lowercase()and two exports by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3349 - Adapt to name printing changes in AA by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3327
- remove deprecations from 0.14.0 and before by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3358
- sphere recognition heuristics and friends by @micjoswig in https://github.com/oscar-system/Oscar.jl/pull/3362
- added line about function argument order by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3360
- Revert "Serialization: disable IPC test until #3184 is solved (#3246)" by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3368
- JA homogenizer by @JohnAAbbott in https://github.com/oscar-system/Oscar.jl/pull/3344
- right aligned columns in betti table by @Lax202 in https://github.com/oscar-system/Oscar.jl/pull/3337
- Adc/sc is isomorphic by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3359
- refactor
number ofaliases by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3364 - Do not return raw polymake vec for gkz_vector by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3375
- Move printing of banner to its own function by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3355
- fix doctest following algebraicsolving 0.4.10 by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3377
- adds fix to return non reduced (co)homology by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3372
- Change some things from British to American spelling by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3367
- Remove deprecated functions by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3366
- Performance improvements for PointVector, RayVector, SubObjectIterator by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3369
- CI: switch to 1.11-nightly for now by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3379
- add
map_entriesfor matrix groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3341 - rename and change some
*_repsfunctions by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3291 - New linear solving interface + more upstream changes by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3350
- Overhaul root system type detection by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3351
- Make
partitionsand(semi)standard_tableauxreturn iterators by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3365 - Adv/upgrade regression fix by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3325
- Version 1.1.0-DEV by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3380
- Fix Grassmann Pluecker by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3382
- Fix show for RelativeBrauerGroupElem by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3373
- Enable edit and show source buttons in docs by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3381
- galoisgroup: fix isnormal call after removed deprecations by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3385
- Rename
vecfor AbstractAlgebra matrices to_vecby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3387 - Fix an equality check by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3399
- Remove unneeded GAP package
slaby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3398 - Make
is_exterior_power(and friends) internal by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3346 - improve two pieces of documentation by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3402
- Fixes for the degree function by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3298
- Degree for finite affine schemes by @ooinaruhugh in https://github.com/oscar-system/Oscar.jl/pull/3189
- ModStdQt
ref_ff_rcregression fix by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3405 - Draft - InvRing for SLn by @Lax202 in https://github.com/oscar-system/Oscar.jl/pull/2823
- Hide AbstractAlgebra
orderingof a polynomial ring (a bit) by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3374 - Fixes for phylogenetic adjacency tree by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3406
QuadFormAndIsom: fixes and a new feature by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3394- Add
all_primitive_groupsandall_transitive_groupsvariants taking a single int or int range by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3404 - feat: add
regular_characterby @thofma in https://github.com/oscar-system/Oscar.jl/pull/3393 - Corrected defn of deg(ideal); correction from W Decker by @JohnAAbbott in https://github.com/oscar-system/Oscar.jl/pull/3412
- Serialize Polyhedral Objects over Oscar fields by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3386
- Tweak
exterior_algebratests by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3415 - Eliminate more spelling differences between American and British English by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3392
- Adapt interface for orthogonal and symplectic Lie algebras by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3391
- Add QQBar docs to the manual by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3423
- do not show the OscarInterface banner by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3422
- Add test example for
degree(::Ideal)by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3417 - list the needed GAP packages by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3421
- fix bugs in
all_OD_infosby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3419 - Ep/ Rename Spec to AffineScheme #3345 by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3425
- Remove two mentions of
Arb_jllby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3431 - Tweak epimorphismfromfree_group by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3430
- Add
all_perfect_groupsby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3434 - support
gen(G::GAPGroup, 0)by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3332 - Align
all_*_groupsmethods some more by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3433 - CI: re-enable nightly by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3435
- fix a docstring by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3436
- Fixes multivariate division by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3396
- TropicalGeometry: add and improve polymake conversions by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3426
- Docu invariants tori by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3428
- Bugfix for printing of affine schemes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3437
- add docstrings for
acting_groupandaction_functionby @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3432 - Improve docstrings for
is_conjugate/is_conjugate_with_data. by @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3384 - Bugfix for bugfix for printing of affine schemes by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3445
- Yr/tropical bugs by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3411
- Fix
ambient_module(M::SubquoModule)by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3448 - Update OSCAR banner by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3410
- support group properties for character tables by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3449
- Unexport normalise by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3453
- add
od_from_atlas_group,od_from_p_subgroup, and helpers by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3444 - Docu invariants lin. red. groups (Lakshmi Ramesh and Wolfram Decker) by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3443
- TropicalGeometry: removed redundant intersect by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3462
- SubdivisionOfPoints: allow vector of vector as input by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3463
- Added comment on convention by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3467
- Ensure
fp_group(G)transfers group attributes by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3464 - Export weierstrasschartonminimalmodel and patch transformtoweierstrass by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3458
- Fix a doc signature by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3466
- Adjust to renaming of
rank(A::FinGenAbGroup)totorsion_free_rank(A::FinGenAbGroup)by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3457 - Grading + caching for affine algebra of torus invariants by @Lax202 in https://github.com/oscar-system/Oscar.jl/pull/3469
- Some more uses of GAPWrap by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3465
- Fix
free_groupforChararguments by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3474 - Rename
InvRing+ small changes to invariant theory by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3442 - G-Modules missing methods (part 1) by @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3441
- Rewrite Gap(::GModule) to use @attr macro by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3476
- add documentation about group libraries by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3478
- Add (truncated) basis computation of the coordinate ring of a fixed Kodaira embedding by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3456
- Fix load polymake regression by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3481
- faster loading for free ass algebras by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3460
- Simplify for modules by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3451
- reworked FreeAssAlgIdeals by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3479
- Add
is_conjugate*todocs/src/Groups/action.mdby @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3483 - Functions for simplicial complexes from polymake by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3487
- Serialization for sparse matrices by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3485
- Speed up fundamental invariants of finite groups by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3470
- TropicalGeometry: Fix dual subdivision by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3440
- adds description to johnson solids by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3493
- Betti tables over quotient rings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3500
- Fix #3496 by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3497
- Allow number field of degree 1 in
iso_oscar_gapby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3501 - [FTheoryTools] Rewrite kodairatype to work with any locus by @apturner in https://github.com/oscar-system/Oscar.jl/pull/3424
- Serialization: fix save/load of Int matrices/vectors in polymake numberfield objects by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3508
- Toric ideals again by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3513
- Lazy ideal sheaves by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3490
- Lazy toric ideals by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3514
- release managing docs by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3420
- uses the schema during serialization testing by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3452
- Make experimental packages more self-contained by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3409
- changed the function flagplueckerideal by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/3509
- polyhedral/removezerorows: use polymake epsilon for float comparison by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3521
- Fix for normal form computation using F4 by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3523
- Unify printing of all
MPoly*Idealtypes by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3507 - more functionality for dict serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3516
- Add
cyclesforPermGroupElemby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3505 - Handle empty charts for subschemes of ideal sheaves by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3526
- Deprecated use of glueing by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3527
- Resolution structure (and curve case) by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/3480
- Provide links for some documentation references by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3503
- Normalization of covered schemes by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3494
- Bugfixes for normalization of covered schemes by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3535
- Fixes bug with loading vectorof Fields by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3534
- add a remark to the docstring of
iso_oscar_gapby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3530 - Adapt
basis_coordinate_ring_kodairaby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3511 - Add
is_finite_dimensional_vector_spaceby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3532 - Add CI job that runs tests without the
experimentalfolder by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3525 - Remove unnecessary doctest filter by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3537
- for issue #3488 -- avoid corruption of internal ideal data by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/3536
- Tjurina Algebra/Number and finite determinancy for Hypersurfaces by @Syz-MS in https://github.com/oscar-system/Oscar.jl/pull/3495
- fix: remove some (broken) leftover from surface serialization by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3545
- [FTheoryTools] Unify blowup of singularities among toric varieties and schemes by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3519
- TropicalGeometry: tropicallinearspace, added input check by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3542
- Update
experimental/MatrixGroupsto experimental structure by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3550 - TropicalGeometry: fixed typo in documentation by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3552
- Few fixes in
QuadFormAndIsomby @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3539 - Update
experimental/ExteriorAlgebrato experimental structure by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3549 - Adds gb details to stanley reisner ideal by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3489
- Adresses issue with equality/hashing on module orderings by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3400
- Upgrade serialization of
ZZLatWithIsomby @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3540 - Move error message inside
test_moduleby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3554 - Update
experimental/ModStdto experimental structure by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3555 - Remove julia 1.9 from CI matrix by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3559
- Adjust to some renamings in AbstractAlgebra 0.40 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3556
- add
map_wordforPcGroupElemby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3472 - Add check to NoExperimental whitelist to being current by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3558
- Move partial characters from
experimental/Rings/tosrc/by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3551 is_finiteorder->is_finite_orderby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3560- feat: add resultant for list of multivariate polynomials by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3546
- G module 2 by @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3561
- Fix precompilation issue by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3565
- Normalization output is now a triple by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3562
- Add functions for arithmetic and geometric genus by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3253
- Add missing ``` to disjoint_union by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3566
- [FTheoryTools] Remove stanley reisner ideal for family of spaces by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3544
- Fix Liu citation, make Stacks URL clickable by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3567
- improve
isomorphism(FPGroup, abelian_group(...))by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3572 - Remove dependency
Preferencesby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3570 - Remove outdated printing code by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3571
- change
fp_group_with_isomorphism,pc_group_with_isomorphismby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3563 QuadFormAndIsom: small optimizations after users' feedbacks by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3575- Add paragraph about
number_of_to the styleguide. by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3305 - Experimental: Partitioned Permutations by @BjSchaefer in https://github.com/oscar-system/Oscar.jl/pull/3439
- README.md: fix OSCAR book title by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3579
- Fix a
vcatby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3580 - [FTheoryTools] Introduce optional argument generic for literature model constructor by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3578
- Temp fix: Show FTheoryTools docs again by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3585
- Standard basis computations using highest corner by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3577
- Adds functionality for automorphisms of simplicial complexes by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3498
- Add information on how to cite OSCAR to doc by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3587
- Hide Oscar.jl banner, when used in other module by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3541
- PolyhedralGeometry: Format most of the files by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3591
- [ToricSchemes] Fixes to blow up of toric variety from new ray by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3590
- fix a problem with
isomorphismfor trivial groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3586 experimental/GModule: collect AA/Nemo/Hecke stuff inMisc.jlby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3584- Add covered_scheme for AbsAffineScheme by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3595
- Add tests of book chapter to CI. by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3588
- Fix links to people in Kaiserslautern by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3597
- README.md: update citation info once more by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3600
- internal consistency of
GModuleobjects by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3589 - fix: better performance for labelled matrix display by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3602
- booktests: move one currently broken tests to skipped, remove another by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3604
- Function is_normal for covered and affine schemes by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3605
- Format some parts of experimental by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3598
GModule: replace_homby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3603- Maintenance and new functionality for elliptic surfaces by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3607
- Weak compositions by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3573
- remove obsolete fix by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/3608
- booktests: clear verbosity levels before running each chapter by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3612
- booktest: make path filter more robust by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3613
- Format invariant theory code by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3614
- Use a new OSCAR email address on our domain by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3596
- Matroids: add constructors for algebraic matroids by @taboege in https://github.com/oscar-system/Oscar.jl/pull/3606
- Delete unused old code and tests for graded modules by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3557
- Manually store gbs for mirrors of modules over quotient rings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3518
- Finish Bruhat order for Weyl groups and add tests by @felix-roehrich in https://github.com/oscar-system/Oscar.jl/pull/3615
- Improve conversion between OSCAR and GAP prime fields by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3611
- WIP on elliptic fibrations again by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3609
- docs: explain about @showname, @showspecial by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3620
- Cleanup of the work on Oguiso's automorphism by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3623
- Test functions for regular solids by @zkgeiselmann in https://github.com/oscar-system/Oscar.jl/pull/3512
- Visualization in Polyhedral Geometry: Allow options and multiple objects by @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/3569
- booktest: fix projects when called from test_module by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3628
- Workaround for https://github.com/oscar-system/Singular.jl/issues/796 by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3624
- improve
isomorphism(FPGroup, G, on_gens = true)by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3617 - Add dev docs on caching parent objects by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3619
- Fix doctest breakage by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3638
- Add
_ring_isohelper to help avoid someBase.getpropertymethods by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3637 - [FtheoryTools] Added F-theory models on all toric hypersurfaces by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/3568
- Add
reduce(::MPolyRingPoly, ::IdealGens)etc. by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3640 - Implement morphisms of elliptic surfaces given by translations by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3630
- Use
matrix(::MatrixGroupElem)in more places ; removegetproperty(::MatrixGroupElem, sym)code forsym == :elmby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3643 - [FTheoryTools] More models from "F-theory on all toric hypersurfaces" by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3642
- avoid GAP errors when computing
G.Xfor classical matrix groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3644 - document the direction of group isomorphisms by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3645
- Small fixes by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3648
- Avoid one soon-to-be deprecation in Hecke by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3646
- Speed up comparison of monomial orderings by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3647
- Moebius transformations by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3651
- call GAP's
ImagesRepresentativeinstead ofImageby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3649 - Update GH actions by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3655
- Use more
fat_schemeforAbsProjectiveAlgebraicSetby @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3657 - Some convenience methods to push rational points around by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3656
- Make
default_orderingtype stable by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3661 - Normal form checks for msolve compatibility by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3666
- add
linear_characters, extend syntax ofinduce,restrictby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3664 - Use
@include_deprecated_bindingsfrom upstream by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3662 - Refactor deprecations by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3663
- tests and cleanup for elliptic surfaces by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3654
- Remove last singular_ring method by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3670
- Replace many uses of
G.XbyGapObj(X)by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3671 - Improve normalform_singular: accept more inputs, allocate less by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3659
- docs: Returns -> Return by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3678
- Refactor
AuxDocTestsby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3631 - FTheoryTools: Clarify and improve mechanics of literature model constructor by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3675
- Bump dependencies by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3667
- feat: more information in banner for dev version by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3687
- Update to flint 3 by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3689
- First version of adjunction theory (surfaces) by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3684
- Some fix for hypercomplexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3686
- Remove dep
DocStringExtensionsby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3691 - Reparametrized literature models by @emikelsons in https://github.com/oscar-system/Oscar.jl/pull/3693
- Use new is_terse and terse functions by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3690
- Compositions from JuLie by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3682
- Disable a test in elliptic surfaces by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3698
- Use coordinates accessor function by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3696
- Speed-up canonical bundle thanks to @HechtiDerLachs by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3694
- Remove a weird and broken getindex method by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3697
- Deprecate another weird getindex method by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3702
- Some bugfixes and improvements by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3672
- FTheoryTools: Updates to hypersurface model constructor by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3699
- Allow for Enriques surfaces in adjunction process by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3704
- Revert "Disable a test in elliptic surfaces (#3698)" by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3708
- First attempt: use selfhosted macOS runner by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3650
- Attach warning to docs of functions in experimental by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3709
- hilbert series via Singular.hilbertseriesdata by @hannes14 in https://github.com/oscar-system/Oscar.jl/pull/3713
- [ToricVarieties] Fix for is_effective of toric divisor class by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3668
- FTheoryTools: More improvements yet by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3712
- Have isample and iscartier error gracefully by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3719
- Upgrade Schemes to new experimental structure by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3723
- TropicalGeometry: fixed det over tropical polynomials by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/3725
- Fix vector_space(K, polynomials) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3717
- Streamline docs for
vertices/raysandminimal_faces/rays_modulo_linealityby @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/3618 - Call
GapObjinstead of accessingchi.values(for group characters) orf.map(for group homomorphisms) by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3681 - Create misc files to accumulate pirated methods... by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3715
- Zariski/Lipman approach to resolution of singularities for 2-dim. schemes by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/3639
- introduce
SubPcGroupby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3166 - Upgrade Schemes to new experimental structure, part 2 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3735
- replace
GAP.GapObjbyGapObjby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3736 - Fix documentation formatting in Normal Toric Varieties by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3734
- Simplify some GAP related code by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3733
- Types for rational maps by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3683
- Documentation for Experimental: Partitioned Permutations by @BjSchaefer in https://github.com/oscar-system/Oscar.jl/pull/3724
- Enhance booktests by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3745
- starsubdivision: refactor facetsigns to operate on oscar types by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3716
- adds support for QQBar Serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3721
- Fix indentation of doc strings by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3744
- Some improvements to make the QSM models accessible for scheme theoretic analysis by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3741
- adding missing reference by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3746
- Fix blow_up for non-prime ideals by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3738
- Bump Hecke by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3750
- Remove stuff from docs that should not be there in a 1.0 version by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3729
- restructured Chapter Algebraic Geometry in docu by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3751
- FTheoryTools: Add support for F-theory QSMs by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3363
- changed printing of
SubPcGroups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3747 - CI: disable cache for selfhosted runner by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3752
- Tweak
vector_space(K, polynomials)a bit more by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3727 - Tweak printing of
algebraic_closure(GF(p))by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3753 - clean up code adjunction process by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3755
- bug: fix galois_group regression by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3763
- list group types that can be serialized by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3767
- Make a few ordering structs immutable by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3756
- Improve performance of
permutation_of_terms,monomialsby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3679 - Temporarily change the default ordering by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3660
- Fixes
mresandnresinfree_resolutionby @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3700 - Revising affine algebra part of docu by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3774
- Remove
examples/MatrixDisplay.jlby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3778 - No longer load code dependent on
is_devby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3779 - README: use the correct badge (or make it static?) by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3758
- Fix Oscar.build() by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3728
- Removes some more singular_assure() calls by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3775
- Remove
examples/BinomialIdeal.jlby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3777 - add
schur_coverby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3776 - grassmann pluecker in graded ring by @danteluber in https://github.com/oscar-system/Oscar.jl/pull/3765
- added to documentation about reverse type map by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3768
- Book Metadata by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3783
- Use special printing macros for Lie algebras by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3781
- Convert partition methods to return iterators by @mjrodgers in https://github.com/oscar-system/Oscar.jl/pull/3389
- Make simplify_light return maps also for FreeModule case by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3786
- Remove superfluous whitespace in documentation by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3784
- Use the 'official' partitions in intersection theory by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3788
- Implement
simplifyforComplexOfMorphismsby @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3780 - Consolidate and optimize
minimal_subalgebra_generators_with_relationsby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3636 - Regular Solids by @zkgeiselmann in https://github.com/oscar-system/Oscar.jl/pull/3739
- Fixes grading in presentationminimal by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3799
- Fix printing of
RootSystemandWeylGroupby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3801 - improve
map_wordby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3802 - introduce
SubFPGroupby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3754 - Some requests in polyhedral geometry by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3791
- Finish formatting of PolyhedralGeometry by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3626
- Fix citations to CLS11 in toric varieties by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3740
- Remove two more files from examples/ dir by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3807
- editorconfig: explicitly disable trimtrailingwhitespace by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3804
QuadFormAndIsom: Serialization infinite order isometries and a minor fix by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3762- Unify style for 'recursive' kwarg by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3737
- Adjusting docu following PR #3700 by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3795
- bug fix for automorphism group of simplicial complex by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3803
- doc: use setcurrentmodule in .md files, too by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3808
- No Reynolds Operator - Invariant theory of linearly reductive groups by @Lax202 in https://github.com/oscar-system/Oscar.jl/pull/3766
- Remove mpoly-local.jl. by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3790
QuadFormAndIsom: enhancements in user interface by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3811- Adv/update serialization docs by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3793
- To fix issue with Betti Tables by @Lax202 in https://github.com/oscar-system/Oscar.jl/pull/3800
- [FTheoryTools] Allow tuning sections to zero by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3726
- forbid
quo(G::SubFPGroup, elms::Vector{T})by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3813 - add a paragraph about CTRL-C in Julia and GAP by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3814
- Small change to docu by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3824
- Add a new constructor for toric affine space by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3825
- Small changes to experimental docs by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3823
- Allow
ideal(f)for a single elementfby @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3826 - Remove unnecessary
set_name!calls in resolutions and presentations by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3815 - Another small change to docu by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3829
- change
_common_parent_groupby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3817 - Fix some minor inconsistencies in the manual by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3820
- Book2 by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3818
- support
FinGenAbGroupinGSets by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3833 - add degree coercion for permutation groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3832
- fix Ehrhart by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3836
- Partitions again by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3830
- Upgrade
GModuleto new experimental structure by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3837 - Add function is_quotient for matroids by @danteluber in https://github.com/oscar-system/Oscar.jl/pull/3627
- Update .mailmap file a bit by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3846
- add
galois_orbit_sumfor group characters by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3840 - Fix Regression in K3Auto by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3847
- Make IntersectionTheory load after Schemes by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3853
- devdocs: add a preamble to the code formatting section by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3805
- More test coverage and fixes by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3855
- Fix
is_smoothfor projective space by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3827 - booktests: remove duplicate include, add env var to suppress spammy plots output by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3851
- PolyhedralGeometry: make n-gon use exact QQBarFieldElem by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3848
- refactor vertex-edge graph and dual graph of a polyhedron by @micjoswig in https://github.com/oscar-system/Oscar.jl/pull/3834
- polynomial_ring cached=false for ... by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3857
- Export fpField, FpField explicitly, cleanup by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3852
- Remove the "old experimental structure" by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3849
- interface to GAP's group recognition (first attempt) by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3845
Graph: Add adjacencymatrix and laplacianmatrix by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3862
Backports for 1.1.0 by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3869:
- Fix some combinatorics #3860
- fix: change idel to idele and improve printing #3859
- Added more attributes including gauge algebras #3822
- Fibration hopping presentation #3839
- fixes (hopefully) #3841 #3866
- [FTheoryTools] Refactor F-Theory QSMs #3871
- Some more fixes for the fibration hopping. #3877
- parts of Set version to 1.2.0-DEV #3867 to avoid upgrading serialized data messages / doctest-errors.
Full Changelog: https://github.com/oscar-system/Oscar.jl/compare/v0.14.0...v1.1.0
- Julia
Published by github-actions[bot] almost 2 years ago
oscar.jl - v1.0.4
What's Changed
- Fix Oscar.build() (#3728)
- booktests: remove duplicate include, add env var to suppress spammy plots output (#3851)
- Fix Regression in K3Auto (#3847)
- Another small change to docu (#3829)
- Small changes to experimental docs (#3823)
- Small change to docu (#3824)
Full Changelog: https://github.com/oscar-system/Oscar.jl/compare/v1.0.3...v1.0.4
- Julia
Published by github-actions[bot] almost 2 years ago
oscar.jl - v1.0.3
Oscar v1.0.3
Backported pull requests: - list group types that can be serialized #3767 (with correction via #3771) - booktest: fix projects when called from testmodule #3628 - Small fixes #3648 - Fix indentation of doc strings #3744 - Fix documentation formatting in Normal Toric Varieties #3734 - Remove stuff from docs that should not be there in a 1.0 version #3729 - bug: fix galoisgroup regression #3763 - No longer load code dependent on isdev #3779 - added to documentation about reverse type map #3768 - Enhance booktests #3745 - Book Metadata #3783 - Make simplifylight return maps also for FreeModule case #3786 - Remove superfluous whitespace in documentation #3784 - Adjust to some renamings in AbstractAlgebra 0.40 #3556 (to avoid conflicts in the next two PRs) - Fix vectorspace(K, polynomials) #3717 - Tweak vectorspace(K, polynomials) a bit more #3727 - Adv/update serialization docs #3793 - To fix issue with Betti Tables #3800 - add a paragraph about CTRL-C in Julia and GAP #3814
- Julia
Published by github-actions[bot] about 2 years ago
oscar.jl - v1.0.1
Oscar v1.0.1
Backported pull requests: - Add isconjugate* to docs/src/Groups/action.md #3483 - Fix precompilation issue #3565 - TropicalGeometry: fixed typo in documentation #3552 - fix: remove some (broken) leftover from surface serialization #3545 - Fixes bug with loading vectorof Fields #3534 - Provide links for some documentation references #3503 - Serialization: fix save/load of Int matrices/vectors in polymake numberfield objects #3508 - Fix load polymake regression #3481 - Add paragraph about numberof_ to the styleguide. #3305 - README.md: fix OSCAR book title #3579 - Fix a vcat #3580 - Add information on how to cite OSCAR to doc #3587 - Hide Oscar.jl banner, when used in other module #3541 - Fix links to people in Kaiserslautern #3597 - README.md: update citation info once more #3600 - Add tests of book chapter to CI. #3588 - booktests: clear verbosity levels before running each chapter #3612 - Use a new OSCAR email address on our domain #3596
- Julia
Published by github-actions[bot] about 2 years ago
oscar.jl - v1.0.0
Oscar v1.0.0
Merged pull requests:
- Draft - InvRing for SLn (#2823) (@Lax202)
- Set-Partitions for Experimental (#2977) (@pinguly)
- Address a bunch of JET and Aqua issues (#2995) (@fingolfin)
- different data format for pc group serialization (#3018) (@ThomasBreuer)
- More functionality for Weyl groups (#3051) (@felix-roehrich)
- New method to convert toric divisors into Weil divisors (#3076) (@HechtiDerLachs)
- Streamline powers of Lie algebra modules (#3081) (@lgoettgens)
- Remove some dead code (#3090) (@fingolfin)
- Adv/serialization upgrades docs (#3112) (@antonydellavecchia)
- [FTheoryTools] More improvements (#3146) (@HereAround)
- Sheaf cohomology rebase (#3154) (@HechtiDerLachs)
- Promote JuLie to src (#3159) (@joschmitt)
- QuadFormAndIsom: more features (#3160) (@StevellM)
- CI: add julia-cache action for github ci (#3164) (@benlorenz)
- Yr/tropical bugs (#3169) (@YueRen)
- Rename two functions to avoid confusion with is_<property>_with_<extrastuff> functions (#3170) (@lgoettgens)
- Rename are_algebraically_independent (#3172) (@lgoettgens)
- Renaming for localizations (#3174) (@HechtiDerLachs)
- Renaming for schemes (#3175) (@HechtiDerLachs)
- Version 0.15.0-DEV (#3176) (@lgoettgens)
- Replace some instances of 'typeof(a)<:b' by 'a isa b' (#3177) (@fingolfin)
- Delete the old plane curves and projective space (#3179) (@simonbrandhorst)
- Rename jacobimatrix to jacobianmatrix (#3180) (@paemurru)
- renaming for the book and speed up (#3181) (@gfourier)
- Fix one docstring typo (#3182) (@paemurru)
- Catch empty polynomial ring in matroid code (#3183) (@joschmitt)
- Two bugs in tropical_polynomial (#3187) (@YueRen)
- Fix a typo in the documentation (#3188) (@joschmitt)
- Degree for finite affine schemes (#3189) (@ooinaruhugh)
- fix some problems with group automorphisms (#3190) (@ThomasBreuer)
- Add some more functionality, docs and tests for root systems (#3191) (@lgoettgens)
- Fixes length for free resolutions (#3194) (@ederc)
- Glueing to gluing (#3195) (@HechtiDerLachs)
- Some more changes for the book (#3200) (@HechtiDerLachs)
- Make inj/proj of products groups consistent with other products objects (#3201) (@lgoettgens)
- fix: workaround for bug in new flint binaries (#3203) (@thofma)
- Remove ambient closure ideal (#3205) (@HechtiDerLachs)
- Revert "fix: workaround for bug in new flint binaries (#3203)" (#3206) (@benlorenz)
- Rename some methods (#3208) (@HechtiDerLachs)
- Fix #3107 (#3211) (@HechtiDerLachs)
- TropicalGeometry: fixed bug in binomial tropical varieties (#3212) (@YueRen)
- Remove trailing newline in labelled matrix printing (#3213) (@joschmitt)
- docs: fix reference to intersection -> intersect (#3214) (@benlorenz)
- Initial ideals and marked Groebner bases from TropicalGeometry/groebner_fan.jl/groebner_fan (#3215) (@ooinaruhugh)
- add special objects for subgroup transversals (#3216) (@ThomasBreuer)
- Polish linear strands (#3218) (@HechtiDerLachs)
- upgrade selected GAP packages at startup (#3222) (@ThomasBreuer)
- let right_cosets return a G-set (#3223) (@ThomasBreuer)
- Minor fix for show method of character tables; fix printing of named groups like SL(2,2) in some situations (#3226) (@fingolfin)
- tests: start message for ipc.jl, explicit GC call (#3229) (@benlorenz)
- Make new versions of AA, Nemo, Hecke available (#3231) (@lgoettgens)
- Exact arithmetic check for Gröbner related functionality (#3232) (@ederc)
- Fix function name in docstring (#3233) (@StevellM)
- deprecate SimplicialComplex for simplicialcomplex (#3234) (@antonydellavecchia)
- change show for nat. symmetric/alternating groups (#3235) (@ThomasBreuer)
- added text to a "TODO" FAQ concerning GAP packages (#3236) (@ThomasBreuer)
- Adds `prunewithmap(#3239) (@RafaelDavidMohr)
- Simple fixes for sheaf cohomology computation (#3241) (@HechtiDerLachs)
- Some group theory changes for the OSCAR book (#3242) (@fingolfin)
- better printing for RelativeBrauerGroupElem (#3243) (@fieker)
- Adjust casing inshow(::MatroidRealizationSpace)(#3244) (@lgoettgens)
- CI: disable nightly for macos to reduce test time (#3245) (@benlorenz)
- Serialization: disable IPC test until #3184 is solved (#3246) (@benlorenz)
- move tropical geometry up (#3247) (@fieker)
- use stored OD values for factor groups (#3248) (@ThomasBreuer)
- Fix casing inshow(::AlgClosure)` (#3249) (@lgoettgens)
- Implement printing guidelines for multivariate ideals (#3250) (@joschmitt)
- [FTheoryTools] More improvements (#3251) (@HereAround)
- Rename issubset to issubscheme for subschemes (#3202) (#3252) (@paemurru)
- Adv+ac/phylogenetic trees (#3255) (@andreicomaneci)
- Remove obsolete getindex methods for accessing generators (#3260) (@fingolfin)
- Fix printing of exterior powers of modules (#3263) (@HechtiDerLachs)
- add show_OD_info (#3267) (@ThomasBreuer)
- add G-set functionality for conjugacy classes (#3268) (@ThomasBreuer)
- Adapt unicode printing guidelines (#3269) (@lgoettgens)
- Adapt unicode printing of exterior powers of Lie algebra modules (#3270) (@lgoettgens)
- Wrap tests/doctests into with_unicode(false) (#3271) (@lgoettgens)
- Rename number_of_* functions (#3272) (@lgoettgens)
- feat: adjust for upcoming indexing changes (#3276) (@thofma)
- polyhedron: make sure empty [] vector works as right hand side (#3278) (@benlorenz)
- CI: adjust test subgroups, try macos aarch64 runner for one subgroup and doctests (#3280) (@benlorenz)
- add is_conjugate_subgroup_with_data (#3281) (@ThomasBreuer)
- Prepare for algebraic_closure(::QQField) (#3283) (@lgoettgens)
- Fix broadcast for PointVector/RayVector (#3285) (@alexej-jordan)
- Adjust to AA/Nemo/Hecke (#3288) (@joschmitt)
- Say 'Polytope' in show if it is known that a Polyhedron is bounded (#3289) (@micjoswig)
- Add two missing Lowercase() (#3290) (@fingolfin)
- rename and change some *_reps functions (#3291) (@ThomasBreuer)
- Fixed two bugs in the matroid realization code (#3292) (@LukasKuehne)
- Reduce test noise (#3293) (@lgoettgens)
- add support to adjoin many elements (#3294) (@fieker)
- Remove two temporary files (#3295) (@lgoettgens)
- let left_cosets return a G-set (#3297) (@ThomasBreuer)
- Fixes for the degree function (#3298) (@HechtiDerLachs)
- Add describe(G::MultTableGroup) (#3299) (@fingolfin)
- added graphfromedges function (#3300) (@Sequenzer)
- Fix deprecation testjob (#3301) (@lgoettgens)
- Simplify and unify GAP iteration code (#3302) (@fingolfin)
- Add serialization upgrade script for type renaming (#3303) (@lgoettgens)
- change one line printing of affine schemes from V(...) to scheme(...) (#3306) (@simonbrandhorst)
- Polyhedral: rework input type handling, add support for QQBarField objects (#3308) (@benlorenz)
- docs: reorder & regroup permutation groups chapter (#3309) (@fingolfin)
- Support matrix groups over QQBar (#3310) (@fingolfin)
- Bump Hecke version, fix some regressions (#3311) (@thofma)
- Fix deprecation error (#3312) (@lgoettgens)
- Add a missing LowercaseOff (#3313) (@lgoettgens)
- Add missing hash methods for maps (#3315) (@fingolfin)
- Prepare for name printing changes in AA (#3318) (@lgoettgens)
- Sort out some weird formatting issue (#3320) (@joschmitt)
- Adv/serialize gb (#3321) (@antonydellavecchia)
- Fix a doc string typo (#3323) (@joschmitt)
- Added function to compute defining ideal of flag variety (#3324) (@danteluber)
- Adv/upgrade regression fix (#3325) (@antonydellavecchia)
- Add .swp files to .gitignore (#3326) (@lgoettgens)
- Adapt to name printing changes in AA (#3327) (@lgoettgens)
- Update qualification of two calls (#3328) (@lgoettgens)
- Clean up algebraic_closure import (#3331) (@lgoettgens)
- support gen(G::GAPGroup, 0) (#3332) (@ThomasBreuer)
- Revised interface for homogenization (old UI still there) (#3333) (@JohnAAbbott)
- CI: update to codecov/codecov-action@v4 (#3334) (@fingolfin)
- More signatures for lift (#3335) (@jankoboehm)
- fix: make @tropical work again (#3336) (@thofma)
- right aligned columns in betti table (#3337) (@Lax202)
- Adv/fix graph from edges (#3338) (@antonydellavecchia)
- adds fix for storing strings with characters that need escaping (#3340) (@antonydellavecchia)
- add map_entries for matrix groups (#3341) (@ThomasBreuer)
- More updates for FTheoryTools (#3343) (@HereAround)
- JA homogenizer (#3344) (@JohnAAbbott)
- Make is_exterior_power (and friends) internal (#3346) (@lgoettgens)
- Add Lowercase() and two exports (#3349) (@joschmitt)
- New linear solving interface + more upstream changes (#3350) (@joschmitt)
- Overhaul root system type detection (#3351) (@lgoettgens)
- feat: adjust for some upcoming matrix changes (#3352) (@thofma)
- set version to 1.0.0-DEV (#3353) (@benlorenz)
- Move printing of banner to its own function (#3355) (@aaruni96)
- tests: adjust the project and load path to add test dependencies in testmodule (#3357) (@benlorenz)
- remove deprecations from 0.14.0 and before (#3358) (@benlorenz)
- Adc/sc is isomorphic (#3359) (@antonydellavecchia)
- added line about function argument order (#3360) (@antonydellavecchia)
- sphere recognition heuristics and friends (#3362) (@micjoswig)
- refactor number of aliases (#3364) (@benlorenz)
- Make partitions and `(semi)standardtableauxreturn iterators (#3365) (@joschmitt)
- Remove deprecated functions (#3366) (@joschmitt)
- Change some things from British to American spelling (#3367) (@lgoettgens)
- Revert "Serialization: disable IPC test until #3184 is solved (#3246)" (#3368) (@benlorenz)
- Performance improvements for PointVector, RayVector, SubObjectIterator (#3369) (@fingolfin)
- adds fix to return non reduced (co)homology (#3372) (@antonydellavecchia)
- Fix show for RelativeBrauerGroupElem (#3373) (@fingolfin)
- Hide AbstractAlgebraorderingof a polynomial ring (a bit) (#3374) (@joschmitt)
- Do not return raw polymake vec for gkz_vector (#3375) (@lkastner)
- fix doctest following algebraicsolving 0.4.10 (#3377) (@benlorenz)
- Backports for Oscar 1.0-rc (#3378) (@benlorenz)
- CI: switch to 1.11-nightly for now (#3379) (@benlorenz)
- Version 1.1.0-DEV (#3380) (@benlorenz)
- Enable edit and show source buttons in docs (#3381) (@lgoettgens)
- Fix Grassmann Pluecker (#3382) (@antonydellavecchia)
- Improve docstrings forisconjugate/isconjugatewithdata. (#3384) (@mjrodgers)
- galois_group: fix is_normal call after removed deprecations (#3385) (@benlorenz)
- Serialize Polyhedral Objects over Oscar fields (#3386) (@antonydellavecchia)
- Renamevecfor AbstractAlgebra matrices tovec(#3387) (@lgoettgens)
- Adapt interface for orthogonal and symplectic Lie algebras (#3391) (@lgoettgens)
- Eliminate more spelling differences between American and British English (#3392) (@lgoettgens)
- feat: addregularcharacter(#3393) (@thofma)
-QuadFormAndIsom: fixes and a new feature (#3394) (@StevellM)
- Fixes multivariate division (#3396) (@ederc)
- Remove unneeded GAP packagesla(#3398) (@lgoettgens)
- Fix an equality check (#3399) (@joschmitt)
- improve two pieces of documentation (#3402) (@ThomasBreuer)
- Addallprimitivegroupsandalltransitivegroupsvariants taking a single int or int range (#3404) (@lgoettgens)
- ModStdQtrefffrcregression fix (#3405) (@antonydellavecchia)
- Fixes for phylogenetic adjacency tree (#3406) (@antonydellavecchia)
- Update OSCAR banner (#3410) (@paemurru)
- Yr/tropical bugs (#3411) (@YueRen)
- Corrected defn of deg(ideal); correction from W Decker (#3412) (@JohnAAbbott)
- Tweakexterioralgebratests (#3415) (@fingolfin)
- Add test example fordegree(::Ideal)(#3417) (@wdecker)
- Version 1.0.0-rc1 (#3418) (@benlorenz)
- fix bugs inallODinfos` (#3419) (@ThomasBreuer)
- list the needed GAP packages (#3421) (@ThomasBreuer)
- do not show the OscarInterface banner (#3422) (@ThomasBreuer)
- Add QQBar docs to the manual (#3423) (@lgoettgens)
- Ep/ Rename Spec to AffineScheme #3345 (#3425) (@paemurru)
- TropicalGeometry: add and improve polymake conversions (#3426) (@benlorenz)
- Docu invariants tori (#3428) (@wdecker)
- Backports Oscar 1.0 (#3429) (@benlorenz)
- Tweak epimorphismfromfreegroup (#3430) (@fingolfin)
- Remove two mentions of Arb_jll (#3431) (@lgoettgens)
- add docstrings for acting_group and action_function (#3432) (@mjrodgers)
- Align all_*_groups methods some more (#3433) (@fingolfin)
- Add all_perfect_groups (#3434) (@fingolfin)
- CI: re-enable nightly (#3435) (@benlorenz)
- fix a docstring (#3436) (@ThomasBreuer)
- Bugfix for printing of affine schemes (#3437) (@HechtiDerLachs)
- G-Modules missing methods (part 1) (#3441) (@mjrodgers)
- Rename InvRing + small changes to invariant theory (#3442) (@joschmitt)
- Docu invariants lin. red. groups (Lakshmi Ramesh and Wolfram Decker) (#3443) (@wdecker)
- add od_from_atlas_group, od_from_p_subgroup, and helpers (#3444) (@ThomasBreuer)
- Bugfix for bugfix for printing of affine schemes (#3445) (@thofma)
- Fix ambient_module(M::SubquoModule) (#3448) (@fingolfin)
- support group properties for character tables (#3449) (@ThomasBreuer)
- Unexport normalise (#3453) (@lgoettgens)
- Adjust to renaming of rank(A::FinGenAbGroup) to torsion_free_rank(A::FinGenAbGroup) (#3457) (@fingolfin)
- Export weierstrasschartonminimalmodel and patch transformtoweierstrass (#3458) (@HechtiDerLachs)
- TropicalGeometry: removed redundant intersect (#3462) (@YueRen)
- SubdivisionOfPoints: allow vector of vector as input (#3463) (@benlorenz)
- Ensure fp_group(G) transfers group attributes (#3464) (@fingolfin)
- Some more uses of GAPWrap (#3465) (@fingolfin)
- Fix a doc signature (#3466) (@joschmitt)
- Added comment on convention (#3467) (@wdecker)
- Grading + caching for affine algebra of torus invariants (#3469) (@Lax202)
- Set version to 1.0.0 (#3473) (@benlorenz)
- Fix free_group for Char arguments (#3474) (@fingolfin)
- Backport for 1.0: G-Modules missing methods (part 1) (#3441) (#3477) (@benlorenz)
Closed issues:
- Groups: for conjugacy, have a function which only tests conjugacy, and one which tests conjugacy and returns a conjugator (#120)
- Behaviour of div/divrem in Oscar (#146)
- Ideals in Z (#229)
- links to source code in the Oscar documentation (#588)
- Logical implications for toric varieties (#771)
- Inconsistent behaviour of kernel (#1062)
- Finite field constructors should add sanity checks (#1491)
- Unify eigenvalue methods (#2017)
- Partition functionality in src missing (#2301)
- Add display options from AbstractAlgebra.YoungTableau to Tableau (#2462)
- meaning of iso_oscar_gap (in particular for number fields) (#2534)
- Permission error when loading Oscar (#2712)
- proj_space vs projective_space (#2930)
- Clarify how monomial orderings are supposed to be specified (#3040)
- Sometimes Singular creates unknown coefficient fields, which make Oscar unhappy (#3088)
- Testing in parallel can make GAP crash (#3089)
- ordering of MPolyQuoRing (#3102)
- Multivariate division algorithm produces quotients qi such that summands qifi has bigger degree than original polynomial f (#3105)
- dualizing does not work for free resolutions (#3107)
- Printing of finite fields (#3165)
- Something with automorphism groups hanging (#3167)
- roots causes StackOverflowError (#3168)
- Automorphisms of groups issue (#3171)
- (minor) DOCUMENTATION mistake for divisible (#3178)
- Error on 1.10 ubuntu long (#3184)
- Unexpected behaviour in (::MPolyRing)(::MPolyRingElem) (#3193)
- `righttransversalshould return a "smart" transversal object (wrapping the corresponding "smart" object produced by GAP) instead of coercing into aVector(#3197)
- Add convenience method for producing free modules over rings? (#3198)
- (Regression) Evaluate matrix elements via broacasting (#3204)
- Warning about Gröbner bases with floating point arithmetic (#3207)
-labelledmatrixformattedprints unwanted (?) newline (#3210)
- Get GAP package repsn 3.1.1 or newer into Oscar (#3219)
- Nicer printing for orbit G-sets (#3221)
- Restore printing of symmetric group asSym(n)(#3225)
- Some printing code ignoresisunicodeallowed()and prints unicode "wedge" characters (#3257)
- Turn conjugacy classes of elements and subgroups into G-sets (#3261)
- Improveisconjugatesubgroup(#3262)
- Improveisconjugateandisconjugatewithdatadocstrings (#3264)
- Renameconjugacyclassesmaximalsubgroups andmaximalsubgroupclasses or even just*subgroups(#3265)
-polyhedron(A,b)errors ifAhas zero rows (#3273)
-PointVector{QQFieldElem}+Vector{Int64}andRayVector{QQFieldElem}+Vector{Int64}errors (#3274)
-Int.(RayVector{QQFieldElem})andZZ.(RayVector{QQFieldElem})returnRayVector{QQFieldElem}(#3275)
- (Regression)dot(Vector{QQFieldElem},Vector{Int})errors (#3277)
- Conversion of(Calcium)QQBarelements to "plain" number fields; matrix groups over it (#3279)
- Support for polytopes with (real)QQBar` coefficients? (#3286)
- Tropical groebner bases - minor overhaul (#3304)
- Revised interface for homogenization (#3307)
- MINOR: Documentation for mapword, contains strange typesetting (#3319)
- normalize! vs normalise (#3330)
- Recurrent segmentation fault error (#3339)
- Rename Spec to AffineScheme (#3345)
- test_module not working for some files/directories (#3354)
- generallineargroup inputs (#3361)
- G-sets: define and document an interface for getting group,domain,action (#3370)
- Regression: image(f::GAPGroupHomomorphism) should only return the image group, not an embedding morphism (#3371)
- Add all_perfect_groups (#3376)
- OrthogonalDiscriminants: all_od_infos modifies OD_data and breaks show_OD_info (#3383)
- Support character(group, values)? (#3390)
- Add all_primitive_groups and all_transitive_groups variants taking a single int or int range (#3403)
- Unexpected behaviour: Polynomial rings with multi-index variable names. (#3407)
- using GAP ; using Oscar shows banner for OscarInterface package (#3414)
- Oscar does not import on 1.10.1 on linux (#3438)
- Add is_abelian and more for character tables? (#3446)
- Allow Vector{Vector} as input for subdivision_of_points (#3459)
- Julia
Published by github-actions[bot] over 2 years ago
oscar.jl - OSCAR 1.0.0-rc1
Changes: https://github.com/oscar-system/Oscar.jl/compare/v0.14.0...v1.0.0-rc1
- Julia
Published by benlorenz over 2 years ago
oscar.jl - v0.14.0
Oscar v0.14.0
What's Changed
- Reduce functionality by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2759
- Two neighbor cleanup by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2760
- Version 0.13.1-DEV by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2764
- CI: use buildpkg@v1 by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2770
- adjusting docu to PR #2759 by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/2767
- Fix dim for affine schemes (#2369) by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/2766
- Fix printing guidelines by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2769
- Serialize some stuff in FTheoryTools by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2478
- Reenables duvalsing tests by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2776
- Adv/serialize zz lat with isom retry by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2778
- More polish for elliptic surfaces by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/2768
- Put weierstrasschart back on the weierstrassmodel by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2782
- Make
checkas a keyword argument by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2763 - [ToricVarieties] Enhance blow_up method by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2741
- some methods for computing orth. discriminants by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2748
- [ToricVarieties] Add total_space(E) by @mgemath in https://github.com/oscar-system/Oscar.jl/pull/2781
- fixes for empty containers by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2784
- Change some tabs to spaces by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2785
- Combinatorics: Print graphs nicely by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2786
- Add filter to
convention(::TropicalSemiring)doctest by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2787 - Printing for MPolyAnyMap by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/2790
- PolyhedralGeometry: Enhance docs of solve_mixed by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2798
- Bump dependencies by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2796
- Sheaf cohomology tables and potential rework of Betti tables by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/2392
- add permutation action on
FreeAssAlgElems by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2792 - fixup #2792: enable test file by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2805
- Test algebraic independence by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/2804
- Sb/print local rings by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/2806
- Add
present_as_cokernel(::FreeMod)dummy method by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/2803 - add character field degrees to the stored data by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2800
- CI: add code coverage to doctests by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2811
- Add
mresandnresSingular Calls for Free resolutions by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/2500 - twisted modules by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/2807
- allsmallgroups: allow filtering by 'exponent' by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2808
- automorphism_group fix for rank 0 matroids + added test by @Sequenzer in https://github.com/oscar-system/Oscar.jl/pull/2799
- Move
test_save_load_roundtripto init file by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2801 - Reorganize tests to always use runtests.jl files by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2813
- Refactor
canonical_{in/pro}jectionby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2747 - LieAlgebras: Constructions for module homs by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2753
- Change 'nonnegative' to 'non-negative' for consistency by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2815
- Toric morphisms to morphisms of covered schemes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2779
- Fix reference in doc by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/2821
- removes more singular_assure calls by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2817
- Revise some character table tests to use a doctest by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2824
- Make with_unicode() exception safe by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2822
- LieAlgebras: Follow-up to #2753 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2818
- Resolve some JET warnings by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2812
- Fix CI breakage by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2826
- Add missing elemtype, parenttype for RelativeBrauerGroup by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2814
- Explicitly load various GAP package by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2827
- changed the format of some
showtests to usejldoctestby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2828 - change
labelled_matrix_formattedtests: usejldoctestby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2830 - Further singular_assure removals by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2829
QuadFormWithIsomPatch 2: towards better time in CI by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2825- Cleaning up scalar support (Polyhedral Geometry) by @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/2690
- fix Betti spacing by @jankoboehm in https://github.com/oscar-system/Oscar.jl/pull/2834
- Bump Hecke version by @thofma in https://github.com/oscar-system/Oscar.jl/pull/2838
- Free resolutions updates by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2836
- Adv/serialization session bf by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2840
- Change
Linear_programoutput to ASCII by @zkgeiselmann in https://github.com/oscar-system/Oscar.jl/pull/2841 - Make
print_constraintsuse ASCII as default by @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/2833 - Invariant rings with an existing polynomial ring by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/2845
- Remove functions moved to Hecke by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2846
- Remove trailing newlines in show methods by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2849
- deduce finiteness of the normal subgroup in
quoby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2842 - Repair quotient rings with traits by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2789
- Fix doctest_fix for Documenter 1.0 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2852
- Resolve two small issues regarding direct products of groups by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/2588
- Remove redundant pretty calls, fix various
printcalls missing theioargument by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2794 - Revise printing of GAP groups and homomorphisms by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2774
- add missing doctest markers, fix doctest by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2859
- Fix printing of character tables in Jupyter by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2857
- Remove spaces in morphism printing by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2856
- Nicer detailed printing for RelativeBrauerGroupElem by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2858
- support both documenter versions in doctest helper code by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2866
- PolyhedralGeometry: restrict signature of visualize, add visualize(SubdivisionOfPoints) by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2863
- Computeralgebra Rundbrief by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2854
- WIP on lazy toric glueings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2862
- fix for serializing 0 ideal by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2871
- PolyhedralGeometry: (re-)add visualize for oscarnumber by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2867
- versioninfo: fix oscar branch+commit by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2875
- Space Germs and Milnor Algebra/Number by @afkafkafk13 in https://github.com/oscar-system/Oscar.jl/pull/2860
- Implement Hessian matrix for polynomials by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2868
- Another fix for printing of scheme-related types by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2864
- Connect our serialization with Julia serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2837
- Refactor some Map printing code by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2877
- Adjust printing of Galois context objects by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2865
- Switch from FiniteField to finite_field by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2872
- Facet and Vertex Properties of Polyhedra and Cones by @zkgeiselmann in https://github.com/oscar-system/Oscar.jl/pull/2797
- Fix doctest_fix(f::Function) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2880
- Groups: add minimalgeneratingset by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2816
- CyclotomicField -> cyclotomic_field and so on by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2884
- Disable AlgClosureFp tests for now by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2888
- Include AA conformance tests centrally by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2883
- Call Oscar.randseed! at start of test suite by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2809
- Better implementation of
showmethods for schemes by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2882 - Interface for blowups and blowdown morphisms by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2780
- ToricVarieties: Support for immaculate line bundles by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/2080
- Bump dependencies, adjust to changes by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2903
- Enable GC logging in the test suite by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2904
- ToricGeometry: Eliminate 'A' from printing by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2911
- Matroids: Choose edges of graph as ground set for cycle_matroid by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2887
- LieAlgebras: Restrict to work over fields only by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2901
- Update README.md example by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2892
- Prefer gradedpolynomialring over grade by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2889
- Chow rings of matroids by @bschroter in https://github.com/oscar-system/Oscar.jl/pull/2905
- LieAlgebras: Adapt some tests by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2900
- Update to GAP.jl 0.10 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2912
- Cf work in progress by @fieker in https://github.com/oscar-system/Oscar.jl/pull/2870
- Fix sheafcohomologybgg docstring, sheafCohTable printing by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2890
- fix iso to GrpGen by @fieker in https://github.com/oscar-system/Oscar.jl/pull/2917
QuadFormWithIsom: further cleanups + preparation for incoming new features by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2847- Bump
DocumenterCitationstov1.0.0by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2605 - General improvements for toric varieties by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/2908
- UngradedModules: don't use display(...) in special show methods by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2909
- Rename .bib item for ATLAS by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2918
- add compat bounds for stdlibs (in preparation for julia nightly) by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2921
- Add functions to get more series of subgroups by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2728
- Version 0.14.0-DEV by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2926
- LieAlgebras: Fix docstring by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2920
- remove src/Rings/affine-algebra-homs.jl by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2923
- DevDocs: Do not use display by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2929
- Compare 'nothing' using === not == by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2931
- Bump
Documenter.jltov1.0by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2927 - Replace deprecated alias MPolyElem by MPolyRingElem by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2932
- Add stdlib compat bounds to
test/Project.tomlby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2928 - Compare 'nothing' using === in more places by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2933
- Exterior powers of finitely presented modules by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2879
- Relax signature of
==(::MPolyIdeal, ::MPolyIdeal)by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/2937 - All monomial for free standard graded modules by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2894
- Simple Lie algebras and root systems by @voggesbe in https://github.com/oscar-system/Oscar.jl/pull/2572
- Add some more tests to the bibtool CI job by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2919
- Avoid various obsolete function and type names by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2938
- Suppress noisy test by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2941
- Tests: automatically run all test files by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2810
- Revamp
graded_polynomial_ringby @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2940 - Fix show(io::IO, P::ProjSpc) by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2945
- Fix test failures caused by
is_welldefined(M3_to_M1)by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2946 - Use gradedpolynomialring in yet more places by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2924
- Make LieAlgebras compatible with new testing routine by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2943
- Clean up PlaneCurve tests by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2948
- PolyhedralFan: fix for trivial fans by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2951
- Implement flattenings of graded polynomial rings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2906
- Style guide on optional arguments for parents of return values by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2084
- Failing tests on master fail job by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2954
- Rename
multo*by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2913 - Minor fixes for
QuadFormWithIsomby @StevellM in https://github.com/oscar-system/Oscar.jl/pull/2957 - Polyhedral: add hash method for Cone + Polyhedron by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2955
- Add a single ci job per group with depwarn=error by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2956
- Change idealoflinear_relations to use a graded ring by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2944
- Rename
isweighted->is_weightedby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2953 - Add Coxeter Groups and Root Systems by @felix-roehrich in https://github.com/oscar-system/Oscar.jl/pull/2689
- init: warning for outdated manifest by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2964
- De Rham complexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2895
- Renaming of sheaf cohomology command by @ederc in https://github.com/oscar-system/Oscar.jl/pull/2969
- add
schur_multiplierby @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2965 - bug fix for containers by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2972
- Adjust some code to prior renamings by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2973
- Allow choice of target while building systemimage by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/2966
- rename files for windows compatibility, and shorten ipc test by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2979
- Adv/add version warning by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2975
- fixes regression loading vectors parametrized types by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/2978
- Use find_morphism from Hecke by @thofma in https://github.com/oscar-system/Oscar.jl/pull/2989
- Deprecate a bunch of aliases by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2980
- Serialization of quotient rings by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2983
- Fix broken doctest by @thofma in https://github.com/oscar-system/Oscar.jl/pull/2990
- Replace yet more uses of grade by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2985
- Implement some shortcut for isequal and improve checks by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2986
- Replace type declarations by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2981
- versioninfo: refactor and use the same code for serialization by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2994
- Double complexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2935
- Fix some type instability in fixed_field by @thofma in https://github.com/oscar-system/Oscar.jl/pull/2993
- Update to Singular 0.19.0 by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2997
- Remove some trailing newlines in show methods by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/2996
- Fix up the is_complete issue by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3001
- PolyhedralGeometry: Only consider relevant facets in star_subdivision by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3006
- first attempt to serialize some groups by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/2410
- FTheoryTools: First extension to literature models over concrete bases by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3008
- PolyhedralGeometry: Simplify non-zero indices by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3007
- idealgens: remove isdefined checks for isGB by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3009
- Polyhedral{Fan,Complex}: improve / add constructors from cones / polytopes by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/2959
- FTheoryTools: Overhaul resolve/blowup of global Tate models by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3012
- Update: Functionality for matroid realization spaces by @bschroter in https://github.com/oscar-system/Oscar.jl/pull/2925
- ToricGeometry: Eliminate set_attributes also from deprecations by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/3015
- [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3017
- Plane curves by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/2988
- fixe for empty matrix serialization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3016
- Hypercomplexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2958
- [FTheoryTools] Desiredbasespace -> base_space by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3020
- small additions, mainly
parent(chi)by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3022 - Rename, extend, document and test
all_monomialsby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3025 - Remove some type piracy to get rid of a warning by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3026
- Add docs and tests for CartanMatrix.jl by @felix-roehrich in https://github.com/oscar-system/Oscar.jl/pull/2982
- Revert "Disable AlgClosureFp tests for now (#2888)" by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3029
- Some cleanup in matroid code to avoid code duplication and improve type stability by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3031
- Experimental: Add
BasisLieHighestWeightby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/2936 - Fix
doctest_fixfor submodules by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3028 - Bump Aqua to 0.8 and use more defaults by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3024
- Bump DocumenterCitations to 1.3 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3003
- Module migration by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3042
- fix a bug in alg58short_vector for K3Auto.jl by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3047
- Fix several things around root systems by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3048
- optimize BasisLieHighestWeight by @gfourier in https://github.com/oscar-system/Oscar.jl/pull/3046
- Address comments from #3048 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3050
- Renaming of revlex, negrevlex, introduction of deginvlex by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3038
- More on FTheory tools by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3037
- yr/tropicalBasics by @YueRen in https://github.com/oscar-system/Oscar.jl/pull/2832
- Clarify the right action on polynomials by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3004
- Adjust invariant theory code to allow polynomial rings with ordering different from
:degrevlexby @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3044 - Add initial CFF file by @jpthiele in https://github.com/oscar-system/Oscar.jl/pull/3053
- LieAlgebras: Add some small helper functions around simple modules by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3027
- Resolve warning
could not import Oscar.is_linearly_equivalent into PlaneCurveModuleby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3056 - Precise Johnson solids using serialization by @alexej-jordan in https://github.com/oscar-system/Oscar.jl/pull/3035
- Some improvements on the modules by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3041
- Cleanup Schemes by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3063
- Make
_isometry_group_via_decompositionoptional by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3065 - [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3052
- [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3066
- Refactor graphs, streamline some polyhedral constructors by @lkastner in https://github.com/oscar-system/Oscar.jl/pull/2952
- rename components to connected_components and deprecate by @simonbrandhorst in https://github.com/oscar-system/Oscar.jl/pull/3064
- Make toric divisors compatible with Weil divisors on schemes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/2963
- fix two tests in preparation for julia nightly by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3033
- adds local cohomology method for computing sheaf cohomology by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3058
- Adv/refactor load by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3032
- Remove instance dispatches for
{elem,parent}_typeby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3068 - [FTheoryTools] Yet more improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3069
- Bump dependencies by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3071
- Derive ModuleFP from AbstractAlgebra.Module by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3078
- removed unnecessary deepcopy by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3094
- Fixes sheaf cohomology printing, adds check that coefficient ring is a field by @RafaelDavidMohr in https://github.com/oscar-system/Oscar.jl/pull/3087
- Avoid factoring zero by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3104
- Primary decomposition rerouting by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3091
- Rename groebner_basis(::MPolyQuoRing) by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3100
- Follow-up to #3087 by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3095
- Add sqrt and cbrt functions for QQAbElem by @aaruni96 in https://github.com/oscar-system/Oscar.jl/pull/3096
- Add missing ring interface function for AlgClosure by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3113
- Adv/serialization for multigraded implicitization by @antonydellavecchia in https://github.com/oscar-system/Oscar.jl/pull/3079
- adjust docu w.r.t. the
quoconstructor by @wdecker in https://github.com/oscar-system/Oscar.jl/pull/3103 - [FTheoryTools] More improvements by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3097
- Saturation by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3117
- Comply to changes in Hecke by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3120
- Adjust to Hecke changes: Make the
depthparameter accessible by @joschmitt in https://github.com/oscar-system/Oscar.jl/pull/3124 - Random subquotient module elements and homomorphisms by @jankoboehm in https://github.com/oscar-system/Oscar.jl/pull/3122
- Unexport
compositionsby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3128 - Two trivial changes by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3130
- Add missing 'check' argument to many divexact methods by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3126
- Up to date by @fieker in https://github.com/oscar-system/Oscar.jl/pull/3123
- Use proper morphisms in primary decomposition helpers by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3109
- Edit
.gitignoreby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3134 - Further functionality for hyper complexes by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3021
- init: fix manifest check for latest nightly by @benlorenz in https://github.com/oscar-system/Oscar.jl/pull/3135
- Add
characteristicforQQAbFieldby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3137 - Change
on_subgroupsaction to use the GAP interface by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3121 - Fix usage of assure by @jankoboehm in https://github.com/oscar-system/Oscar.jl/pull/2732
- Re-export deprecated bindings from AA and Nemo by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3132
- [FTheoryTools] New constructor for literature models by @HereAround in https://github.com/oscar-system/Oscar.jl/pull/3119
- Resolve CI issue of a PR in Hecke by @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3140
- Fix conversion bug for PBWAlgQuo elements by @JohnAAbbott in https://github.com/oscar-system/Oscar.jl/pull/3133
- test: make worker print test name at the beginning by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3142
- Normal form from msolve by @ederc in https://github.com/oscar-system/Oscar.jl/pull/3116
- fix
quoif the result is a group of automorphisms by @ThomasBreuer in https://github.com/oscar-system/Oscar.jl/pull/3148 - Resolve some issues of unbound type parameters by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3060
- fix: minor fix for upcoming broadcasting changes by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3149
- Cleanup of
SymmetricIntersectionsby @StevellM in https://github.com/oscar-system/Oscar.jl/pull/3150 - Sort GAP wrappers using 'sort -f' by @fingolfin in https://github.com/oscar-system/Oscar.jl/pull/3151
- Optimize
BasisLieHighestWeightby @gfourier in https://github.com/oscar-system/Oscar.jl/pull/3101 - Implement Jacobian criterion for projective varieties by @paemurru in https://github.com/oscar-system/Oscar.jl/pull/3111
- feat: bump dependencies by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3153
- Update
.mailmapby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3138 - Use julia 1.10 as default in CI by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3144
- Force a finiteness check for matrix groups over infinite fields in
describeby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3157 - Use more GAPWrap by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3163
- Improve documentation of
doctest_fixby @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3155 - Make some group function names consistent with overall naming by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3158
- Split macOS CI jobs by @lgoettgens in https://github.com/oscar-system/Oscar.jl/pull/3161
- Fiber products by @HechtiDerLachs in https://github.com/oscar-system/Oscar.jl/pull/3129
- Tag 0.14.0 by @thofma in https://github.com/oscar-system/Oscar.jl/pull/3114
New Contributors
- @zkgeiselmann made their first contribution in https://github.com/oscar-system/Oscar.jl/pull/2841
- @voggesbe made their first contribution in https://github.com/oscar-system/Oscar.jl/pull/2572
- @felix-roehrich made their first contribution in https://github.com/oscar-system/Oscar.jl/pull/2689
- @jpthiele made their first contribution in https://github.com/oscar-system/Oscar.jl/pull/3053
Full Changelog: https://github.com/oscar-system/Oscar.jl/compare/v0.13.0...v0.14.0
- Julia
Published by benlorenz over 2 years ago
oscar.jl - v0.13.0
Oscar v0.13.0
Closed issues:
- Fancy printing and doctest printing clash (#475)
- A few number theory commands in Oscar (#674)
- Missing example in documentation for matrix orderings (#907)
- Computation of kernels for Algebra Homomorphisms of graded rings (#926)
- Change the order of arguments in MapFromFunc (#1104)
- perfect groups: add additional data as lazy artifacts (#1245)
- Make G[:] an alias for gens(G)? (#1249)
- ToricVarieties: Add Base.hash (#1264)
- Revise serialization code to avoid constructing a full internal tree representation (#1507)
- Warnings about Hecke.solve_ineq etc. conflicting with methods in Oscar (#1597)
- Missing input checks for matrices over polynomial rings (#1669)
- Documentation: katsura (#1694)
- Some cleanup for the groups code (#1718)
- Display issue with complex_embeddings(::AnticNumberField) (#1741)
- Choice of variable names interferes with variables in Singular libraries (#1905)
- exterioralgebra function noisy (#1984)
- minimal generating sets of ideals (#2044)
- Do we need Julia (sub)modules for code organization in OSCAR? (#2052)
- Hack to "improve" (?) printing of vectors of ring/field/module elements (#2064)
- Change the ordering of the ring and the degree in `matrixgroup? (#2098)
- standard_basis for modules accepts monomial ordering, but silently ignores it (#2155)
- Adapt serialization to finite field changes (#2192)
- Improve serialization of multivariate polynomials (#2193)
- factor_absolute(f::QQMPolyRingElem) is unstable and does not match its documentation (#2211)
- groebner_basis(...,algorithm=:f4) does not work over FiniteField() (#2221)
- Make minimal_generating_set consistent (#2295)
-Partitionneeds apartitionmethod (#2298)
- Change order of inclusion of experimental code (#2300)
- ConvertingInt64toMPolyRingElem(#2331)
- Difference in printing in REPL versus doctests (#2335)
-ispowerandisprimepowerwithdataare inconsistent (#2352)
- Static testing andtest/Project.tomlfor *all* packages (#2385)
- Conflicting functionimage(M::MapFromFunc{D, C}, a) where {D, C <: GAP.GapObj}(#2400)
- Printing twice changes the output (#2409)
-Oscar.testmodule()subprocess uses a different project environment (#2414)
- Implementsplittingfieldfor finite fields (#2418)
- Do not run all the doctests inbuilddoc(#2422)
- is_prime buggy for multivariate polynomial rings (#2427)
- Polynomial factorization over number fields (#2434)
- Radical over number field segmentation fault (#2435)
- Oscar error after Singular_jll update? (#2438)
-experimental/gmoduletests noisy (#2446)
- AllowAbstractUnitRangewhere ever we allowUnitRange(#2447)
- Weird probably broken syntax indegree()(#2452)
-stabilizerdoes not do what it says (#2457)
- CI failing on nightly (#2476)
- is_prime(::IdealSheaf) buggy (#2479)
- Problems with thebinomialprimarydecompositiondocstring resp. with QQAb printing (#2484)
- F-theory tools - ArxivDOI vs. Journal DOI (#2506)
- implement save and load for several standard types, up to the level of, e.g., univariate and multivariate polynomials over finite fields, (simple upgrade script that will not cover all types, since the change are quite drastic. However will be extended to cover appropriate types if necessary) (#2513)
- make serialization more efficient: avoid that each coefficient must declare its ring (#2514)
- Duplicateradical(I::MPolyQuoIdeal)(#2518)
- decide_du_val_singularity: Ideal does not describe a single K-point (#2531)
- Toric variety timing test failing on julia 1.10-alpha1 (#2539)
- BrauerGroup: assertion error in nightly CI on master (#2541)
- nightly + 1.10-alpha1: GC marking segfault during GAP tests (#2543)
- Output of?Oscar(#2549)
- Two different skew-symmetry checks (#2555)
- Error in fixed field computation (#2565)
- some problem with default finite fields (#2593)
- Doctest failing on 1.10 and nightly (#2596)
- Commands not defined using latest Julia and Oscar versions (downloaded < 3 weeks ago) (#2612)
-Oscar.build()is broken (#2631)
- Problem with present_as_cokernel on graded submodule (#2659)
- multi_hilbert_series: does not detect infinite dimensional case (#2674)
- Doctest regression inhilbert_seriestests (#2678)
- Master CI failing since JLLWrappers.jl v1.4.2 (#2693)
- Polymake crashes, if trying to test Oscar with too many parallel workers. (#2701)
- Superfluous line(s) and column(s) in minimal Betti Table (#2705)
- Tune@registerSerializationType` macro (#2720)
- Regression: CI tests fail on master due to serialization code changes (#2731)
- New release? (#2746)
Merged pull requests:
- Adv/file formatting (#2102) (@antonydellavecchia)
- 2192 Adapt serialization to finite field changes (#2195) (@antonydellavecchia)
- Varieties docu and avoid computing radicals (#2307) (@simonbrandhorst)
- Basic constructors for "standard finite fields" as described by Lübeck. (#2366) (@mjrodgers)
- homogenization for ideal with ZZ^m grading (#2372) (@JohnAAbbott)
- Add hash methods for many types with == method (#2373) (@lgoettgens)
- [FTheoryTools] Hypersurface model (#2382) (@HereAround)
- Parallel Testing (#2388) (@aaruni96)
- testmodule: set julia project dir to Oscar of the calling process (#2415) (@aaruni96)
- Adapt more experimental code to new conventions (#2416) (@fingolfin)
- LieAlgebras: Add docs (#2425) (@lgoettgens)
- Change return argument order of `isprimepowerwithdata(#2426) (@lgoettgens)
- Revert "Make algebraic sets and varieties internal (#2424)" (#2430) (@thofma)
- Version 0.12.2-DEV (#2431) (@thofma)
- Loadhulpke/extraperfectas lazy artifact (#2432) (@lgoettgens)
- Change argument order infactorandroots(#2433) (@lgoettgens)
- cache automorphism groups of number fields (#2436) (@fieker)
- Make abelian closure respect unicode setting (#2437) (@thofma)
- Adv/meta data (#2439) (@antonydellavecchia)
- BumpAqua.jlto0.6.2` (#2440) (@lgoettgens)
- fix docstrings (#2442) (@fieker)
- Ensure alwaysforin in JuliaFormatter settings (#2443) (@mjrodgers)
- Refactor imports.jl (#2444) (@lgoettgens)
- Remove QQBar export (#2445) (@lgoettgens)
- First stab at more functionality for Laurent polynomial rings (#2448) (@thofma)
- Track invalidations in CI, report if they increase (#2449) (@lgoettgens)
- Address TODO for finite algebras as vector spaces. (#2450) (@HechtiDerLachs)
- Fix bad syntax in a degree method (#2453) (@fingolfin)
- Trivial cleanup in hilbertseries code (#2454) (@fingolfin)
- Cleanup of Groups/directproducts.jl (#2456) (@lgoettgens)
- Add absoluteautomorphismgroup(::Type{PermGroup}, ...) (#2458) (@thofma)
- FieldElem scalars in PolyhedralGeometry (#2459) (@alexej-jordan)
- Spec cleanup (#2460) (@HechtiDerLachs)
- Two fixes (#2461) (@joschmitt)
- [TropicalGeometry] Fix weird looking docs (#2463) (@lkastner)
- Remove duplicate import of MPolyRingElem (#2466) (@joschmitt)
- Add lowercase constructor for Partition (#2467) (@lgoettgens)
- Du val sing detector (#2468) (@afkafkafk13)
- Remove obsolete examples/Invariants.jl (#2469) (@fingolfin)
- [FTheoryTools] Overhaul base-independent models (#2470) (@HereAround)
- [ToricVarieties] Bugfix in ideal of linear relations (#2472) (@HereAround)
- addresseing Issue #2427 (#2473) (@wdecker)
- Change the order of arguments in MapFromFunc (#2475) (@lgoettgens)
- Fix standard_basis documentation (#2481) (@RafaelDavidMohr)
- doctestfix: support Documenter stable version (#2486) (@fingolfin)
- Another set of intermediate improvements (#2487) (@HechtiDerLachs)
- Remove convert(::Vector{Int}, ::Perm) usage (#2488) (@thofma)
- Import and extend conjugate from upstream (#2490) (@thofma)
- Rename default non-unicode variable for QQAbElem from 'z' to 'zeta' (#2491) (@fingolfin)
- bump polymake, tropical number (#2492) (@lkastner)
- Implement degree(I::MPolyIdeal) (#2493) (@taboege)
- Transform cones for toric varieties (#2495) (@lkastner)
- [PolyhedralGeometry] Implement most general form of star subdivision (#2496) (@HereAround)
- Add some more optimizations. (#2497) (@HechtiDerLachs)
- Cache `canonicalmatrix(::MonomialOrdering)(#2499) (@lgoettgens)
- Introduce lazy computation of glueing domains. (#2502) (@HechtiDerLachs)
- PolyhedralGeoemtry: Enhance fan with gp action constructor (#2503) (@lkastner)
- Decomposition info (#2504) (@HechtiDerLachs)
- PolyhedralGeometry: Assert correct dimensions of input of subdivision of points (#2505) (@lkastner)
- fix/FreeAssAlgIdeal (#2507) (@Sequenzer)
- various fixes for schemes (#2508) (@simonbrandhorst)
- More lazy algebraic cycles (#2509) (@HechtiDerLachs)
- Elliptic surfaces (#2510) (@simonbrandhorst)
- extend iso_oscar_gap(FO::AnticNumberField) (#2511) (@ThomasBreuer)
- remove std_spec duplicate (#2512) (@simonbrandhorst)
- Use Rabinowitsch's trick for conversion. (#2515) (@HechtiDerLachs)
-isooscargap(FO::SimpleNumField{T}) where T <: FieldElem(#2516) (@ThomasBreuer)
- various improvements for characters (#2519) (@ThomasBreuer)
- updates of the test code concerning new Oscar functionality (#2520) (@ThomasBreuer)
- Literature model improvements (#2521) (@apturner)
- Fix some fallout of fixing piracy in Hecke (#2523) (@lgoettgens)
- Mergenvandnvertices(#2524) (@lgoettgens)
- Bump AA, Nemo, Hecke (#2526) (@lgoettgens)
- repair issue #2518 (#2527) (@afkafkafk13)
- LieAlgebras: further improvements and new features (#2528) (@lgoettgens)
- Refinements for separation of ideal sheaves with disjoint supports. (#2529) (@HechtiDerLachs)
- Bump dependencies (#2530) (@thofma)
- Update julia versions in CI (#2533) (@lgoettgens)
- Some improvement on default ordering (#2535) (@jankoboehm)
- Suggestions of new printings for the schemes functionalities (#2537) (@StevellM)
- timings: exclude gctime, repeat stanley reisner test, increase factor for polyhedral timing (#2542) (@benlorenz)
- Minimal_generating_set/small_generating_set -- local cases (#2545) (@afkafkafk13)
- AllowAbstractUnitRange(#2546) (@mgkurtz)
- Refactor parts of toric geometry (#2547) (@lkastner)
- Fix version number in '?Oscar'; update name of our university (#2550) (@fingolfin)
- Rename invalidations CI test (#2551) (@fingolfin)
- Add expand() for rational functions (#2553) (@thofma)
- new: Perles' nonrational 8-polytope (#2554) (@micjoswig)
- Renameishermitianmatrixtoishermitian(#2556) (@lgoettgens)
- [PolyhedralGeometry] fix property list for scalar detection (#2557) (@benlorenz)
- Renameisformtois(#2558) (@lgoettgens)
- add is_isomorphic_with_permutation for graphs (#2559) (@simonbrandhorst)
- Further refactoring (#2560) (@lkastner)
- [FTheoryTools] Improve construction of models over arbitrary base spaces (#2561) (@HereAround)
- Wrap saturation2 and use it for Laurent polynomials (#2562) (@thofma)
- Quadratic forms and isometries - an Oscar (experimental) project (#2563) (@StevellM)
- FTheoryTools: A bit of cleanup (#2564) (@HereAround)
- Changeisskewsymmetricmatrixtoisalternating` (#2566) (@lgoettgens)
- [FTheoryTools] Add Morrison–Park model and KBar parameter (#2567) (@apturner)
- Prepare for type renaming (#2568) (@thofma)
- [FTheoryTools] Support for literature model parameters (#2569) (@apturner)
- Adjust to type name change for embedded fields (#2571) (@thofma)
- Fix tests for primitivebyshape and ansnbyshape (#2573) (@fingolfin)
- Start web server after building the documentation (#2574) (@joschmitt)
- Avoid some explicit distinction of characteristic in the invariant theory code (#2575) (@joschmitt)
- Elliptic surfaces and rational maps (#2577) (@HechtiDerLachs)
- Add a way to reset multiple global random seeds (#2578) (@fingolfin)
- [ToricVarieties] Improve tests (#2579) (@HereAround)
- Follow-up PR #2537 (#2580) (@StevellM)
- Bring pullbacks of divisors to the best state. (#2581) (@HechtiDerLachs)
- Fix formatting error in docstring note (#2583) (@taboege)
- Fix printing for EllipticSurface (#2585) (@StevellM)
- Reorder input arguments of matrix_group (#2587) (@joschmitt)
- polyhedral: more standard constructions (#2591) (@micjoswig)
- Added Laurent Mpoly elem and ideals to serialization (#2592) (@antonydellavecchia)
- Katsura documentation (#2594) (@ederc)
- change random strategy slightly, fixes #2565 (#2595) (@fieker)
- Saturate via cascade instead of product (#2597) (@JohnAAbbott)
- Tweak some docstrings (mostly whitespace) (#2600) (@fingolfin)
- Tb/polyhedral (#2601) (@tbrysiewicz)
- moved AlgClosureFp from experimental to src (#2602) (@ThomasBreuer)
- Mpolyquo orderings (#2606) (@ederc)
- Fix #2593 (#2607) (@thofma)
- minor improvements (#2609) (@ThomasBreuer)
- moved QQAb related stuff from experimental to src (#2610) (@ThomasBreuer)
- small corrections to Hilbert stuff (#2611) (@wdecker)
- Martin (#2613) (@fieker)
- Homog ideal zm (#2614) (@JohnAAbbott)
- [ToricVarieties] Method blowup returns the blowdown morphism (#2616) (@HereAround)
- Add docstring for expand (#2617) (@thofma)
- [FTheoryTools] Yet more general bases (#2619) (@HereAround)
- next round for `algebraicclosure(#2621) (@ThomasBreuer)
- Comparison of Groebner bases (#2622) (@jankoboehm)
- initial commit for the orthogonal discriminants stuff (#2623) (@ThomasBreuer)
- documonomialsofdegree(#2625) (@wdecker)
- Rational points of varieties/schemes (#2627) (@simonbrandhorst)
- More hilbert_series (#2630) (@JohnAAbbott)
- Modular Gröbner bases (#2632) (@ederc)
- Non simple fields (#2633) (@fieker)
- Resfix (#2634) (@jankoboehm)
- Renamemonomialsofdegreeintomonomialbasis, create related me… (#2635) (@wdecker)
- FixOscar.build()(#2636) (@aaruni96)
- Removes duvalsing and FTheory tests which randomly fail (#2637) (@ederc)
- Fix minor triangulation bug (#2640) (@lkastner)
- change printing of complexes, resolutions and presetations (#2641) (@fieker)
- LieAlgebras: Homomorphisms for Lie algebras and modules (#2644) (@lgoettgens)
- add line in Betti diagram (#2645) (@wdecker)
- Add get function and fix assure (#2646) (@jankoboehm)
- Update Project.toml to Hecke 0.20 (#2647) (@fieker)
- Minimal betti tables (#2648) (@HechtiDerLachs)
- admithaspreimagefor embedding into abelian closure (#2649) (@ThomasBreuer)
- remove some expensive test for the preprocessing of borcherds method (#2650) (@simonbrandhorst)
- rearrange and document cycle structures (#2651) (@ThomasBreuer)
- Certificate for modular Gröbner basis computations (#2652) (@ederc)
- Change all occurrences ofHecke.MaptoMap(#2654) (@lgoettgens)
- Graded by (#2655) (@fieker)
- avoid callingFamilyPcgs(#2656) (@ThomasBreuer)
- Removing groebner_assure() in MPolyQuo (#2658) (@ederc)
- truncate ideals, modules (#2660) (@wdecker)
-QuadFormWithIsompatch 1 (#2661) (@StevellM)
- Singular var name fix (#2662) (@mjrodgers)
- Fix some signatures (#2663) (@jankoboehm)
- Improve documentation for morphisms from rational functions. (#2665) (@HechtiDerLachs)
- Catelnuovo-Mumford regularity (#2666) (@wdecker)
- Gorenstein and Picard index (#2667) (@justus-springer)
- Make Cox rings of linear quotients work in greater generality (#2669) (@joschmitt)
- Fix assure bug invariant theory (#2670) (@jankoboehm)
- small additions concerning characters (#2671) (@ThomasBreuer)
- Fix more assures (#2673) (@jankoboehm)
- Adjust doctest (#2680) (@thofma)
- Pullback of rational functions along strict transforms (#2681) (@HechtiDerLachs)
- Cf work in progress (#2682) (@fieker)
- assure bug in localizations (#2683) (@jankoboehm)
- fix the fix from #2656 (#2684) (@ThomasBreuer)
- ToricGeometry: Fix well definedness check; Allow disabling (#2685) (@lkastner)
- Adv/abstract serializer (#2687) (@antonydellavecchia)
- Betti diagrams in Docu (#2688) (@wdecker)
- fix for elliptic_parameter in case of torsion (#2692) (@HechtiDerLachs)
- Fix is_right_G_module (#2694) (@fingolfin)
- More adaptions toJLLWrappers.jlv1.4.2(#2695) (@lgoettgens)
- Vinberg overhaul (#2696) (@HechtiDerLachs)
- Unary minus for toric divisors (#2697) (@justus-springer)
- Hilbert series integration (#2698) (@JohnAAbbott)
- Attempt for toric schemes (#2700) (@HereAround)
- Module syzygies for invariant rings (#2702) (@joschmitt)
- more on Betti diagrams (#2706) (@wdecker)
- Remove zero entries. (#2707) (@HechtiDerLachs)
- Use conversion to modules (#2708) (@jankoboehm)
- Remove empty spaces in Betti show (#2709) (@jankoboehm)
- Add documentation for morphisms of covered schemes. (#2710) (@HechtiDerLachs)
- Correct error shown by doctest_fix (#2711) (@fingolfin)
- Adv/update scripts (#2713) (@antonydellavecchia)
- Fibration hop functionality (#2715) (@HechtiDerLachs)
- FreeAssAlg-serialisation (#2716) (@Sequenzer)
- Correctingispositivelygraded(#2717) (@wdecker)
- Use Oscar.doctestsetup() in more places (#2722) (@fingolfin)
- Make some global variables const (#2723) (@fingolfin)
- Weierstrass chart on minimal model (#2724) (@HechtiDerLachs)
- FreeAssAlgebra: enable serialization tests (#2725) (@benlorenz)
- Remove OSCAR and oscar aliases for Oscar (#2726) (@fingolfin)
- Fix minor docstring issues (#2727) (@fingolfin)
- PolyhedralGeometry: Refactor facets (#2730) (@lkastner)
- quick fix for FreeAssAlgIdeal (#2733) (@antonydellavecchia)
- Sort src/exports.jl (#2734) (@fingolfin)
- Fix another trivial type stability issue (#2735) (@fingolfin)
- docs: monkeypatch documenter into printing blocks and timings (#2736) (@benlorenz)
- small additions, mainly about class fusions (#2737) (@ThomasBreuer)
- Adv/serialization cleanup (#2738) (@antonydellavecchia)
- make use of the subfield lattice to not have double entries (#2739) (@fieker)
- [ToricVarieties] Implement projectivization (#2742) (@mgemath)
- Remove obsolete has_elem_basic_encoding (#2743) (@fingolfin)
- fixes saving a filename without a dirname (#2744) (@antonydellavecchia)
- Fix docs (#2745) (@fingolfin)
- docs: stop verbose doctest output after a failure (#2749) (@benlorenz)
- serialize ZZModRing (note the capital ZZ) (#2750) (@antonydellavecchia)
- Fixhom_product` docstring (#2751) (@lgoettgens)
- Fix typos (#2752) (@lgoettgens)
- type -> _type, refs -> _refs (#2754) (@antonydellavecchia)
- Sb/two neighbor (#2756) (@simonbrandhorst)
- Format proj() to the Oscar standard (#2757) (@mgemath)
- Bump Aqua compat (#2758) (@lgoettgens)
- Version 0.13.0 (#2762) (@fingolfin)
- Julia
Published by github-actions[bot] over 2 years ago
oscar.jl - v0.12.1
Oscar v0.12.1
Closed issues:
- Use of non-ASCII characters in output (#569)
- Implement proper support for GL(n, ResidueRing(ZZ,k)) (#649)
- Support symbols resp. strings in GF and FiniteField the same way as in PolynomialRing (#862)
- Help mode for lift lists a docstring for data(R::GFElem), shouldn't (#866)
- allow coefficientring for ideals (#911)
- `singularpolyring(::MPolyQuo)potentially ignores the given ordering (#1190)
- Add a more convenient way to enter permutation groups (#1907)
- Add CI tests to our projects looking for "bad" exports (#1964)
- Release OSCAR 0.12.0 (#2054)
- Developer Docs: rule (or rather, "recommendation") for file names (#2117)
- Documentation: Extra TOC at the beginning really necessary? (#2134)
-deepcopyfor module elems (#2152)
- Free resolution broken in some cases (#2172)
- CI tests failing with Julia nightly / Ubuntu (#2187)
- Oscar need to precompile every time load it. (#2203)
- Unify kwarg namesalgvs.algovs.algorithm` vs other (#2258)
- GAP OscarInterface / Alnuth tests slow down orthogonalgroup(ZLattice) (#2259)
- Documentation updates are not deployed anymore (#2274)
- ExteriorAlgebra failing on nightly (#2283)
- Total degree ignores the grading (#2285)
- Maintain order of rays/variables after toric blowup (#2286)
- gens is broken for the Gröbner basis cashed for quotient ideals (#2292)
- Running tests following commits (#2304)
- Problems with PolyhedralFan constructor, when lineality information is passed as SubObjectIterator{RayVector{QQFieldElem}} (#2305)
- Semantic conflict between gens(U::PrincipalOpenSubset) and getindex(U::PrincipalOpenSubset, i::Int) (#2324)
- Degree in a graded module (#2344)
- Excessive memory consumption in eulerphi_inv (#2367)
- Move test dependencies from Project.toml's [extra] to test/Project.toml (#2374)
- OscarCI-doctest failures in upstream projects (#2413)
Merged pull requests:
- IntersectionTheory again (#1986) (@thofma)
- Run doctests in Julia >= 1.7 (#2171) (@fingolfin)
- pretty printing for quotients, graded and localized multivariate polynomial rings (#2184) (@simonbrandhorst)
- Extend support for IncidenceMatrix (#2202) (@alexej-jordan)
- LieAlgebras: More Lie algebra constructions from/to GAP (#2207) (@lgoettgens)
- Graded subquotient modules (#2236) (@jankoboehm)
- Projective schemes documentation (#2248) (@HechtiDerLachs)
- support Oscar.iso_gap_oscar for Alnuth's FieldByMatrices (#2254) (@ThomasBreuer)
- Experimental template (#2257) (@HechtiDerLachs)
- LieAlgebras: Enhance module interface (#2262) (@lgoettgens)
- Varieties docu (#2267) (@simonbrandhorst)
- LieAlgebras: Fix combinatorics tests (#2268) (@lgoettgens)
- workaround for a bug in GAP.Globals.TestDirectory (#2269) (@ThomasBreuer)
- Better printing for weylalgebra & exterioralgebra (#2270) (@JohnAAbbott)
- Intersection of ideals (#2271) (@ederc)
- Refactoring styleguide (#2272) (@lkastner)
- Fix Alnuth override when Oscar is not in Main (#2273) (@fingolfin)
- docs: remove unnecessary @setup blocks (#2276) (@fingolfin)
- Revert "Update TagBot.yml" (#2277) (@lgoettgens)
- Add v0.12.0 docs (#2278) (@lgoettgens)
- make sure that certain GAP packages are loaded (#2279) (@ThomasBreuer)
- Revise some AffAlgHom functionality (and related things) (#2280) (@joschmitt)
- ToricVarieties: Fix bug in toric blowup (#2281) (@HereAround)
- docs: remove @contents blocks (#2282) (@fingolfin)
- [ToricSchemes] Overhaul to align with experimental structure (#2284) (@HereAround)
- Enhance starsubdivision (#2287) (@lkastner)
- provide @permutation_group and permutation_group (#2288) (@ThomasBreuer)
- Use 'VarName' instead of Symbol/String/Char (#2289) (@fingolfin)
- Define total degree and add docstring for total_degree (#2290) (@wdecker)
- Rework of minimal_generating_set for graded polynomial ideals and graded quotient ideals (#2291) (@RafaelDavidMohr)
- oscarassure fix for MPolyQuoIdeals (#2293) (@ederc)
- Change a @testbroken into @test (#2294) (@fingolfin)
- Use kwarg 'algorithm' instead of 'alg', 'algo' (#2296) (@fingolfin)
- Yet more uses of @req (plus some other random cleanup) (#2297) (@fingolfin)
- Notions of transform (cleanup) (#2302) (@afkafkafk13)
- cyclic_generator for groups, is_faithful for characters; make findfirst(fun, t::GAPGroupCharacterTable) work (#2303) (@ThomasBreuer)
- TropicalGeometry: groebnerfan.jl, new implementation for Groebner fans (#2306) (@YueRen)
- use `unhomogenizedmatrixfor construction ofConeandPolyhedralFan(#2308) (@alexej-jordan)
- changed the setup forisogaposcar(#2309) (@ThomasBreuer)
- Prefer 'Return' over 'Returns' in docstrings (#2310) (@fingolfin)
- Use codecovsafternbuilds(#2314) (@lgoettgens)
- Prefer gen(A,i) over gens(A)[i] (#2316) (@fingolfin)
- FTheoryTools: Rename Y4 to cy_hypersurface (#2318) (@HereAround)
- Replace _print_comma_list -> join (#2319) (@fingolfin)
- Use VarName in yet more places (#2320) (@fingolfin)
- Literature models - first steps (#2321) (@HereAround)
- Add coefficient_ring(I::MPolyIdeal) (#2322) (@fingolfin)
- FTheoryTools: Minor changes (#2323) (@HereAround)
- fixedissubgroup(H::T, G::T) where T <: GAPGroup(#2325) (@ThomasBreuer)
- Make gens consistent for PrincipalOpenSubset. (#2326) (@HechtiDerLachs)
- Global h2 (#2328) (@fieker)
- move Wolfram's surfaces into serialised stuff (#2329) (@fieker)
-coordinatesfor characters, constructors for projective classical groups (#2332) (@ThomasBreuer)
- Replace GAP variableVectornfelemin Julia (#2333) (@fingolfin)
- more functionality + start docu graded modules (#2334) (@wdecker)
- [PolyhedralGeometry] Improve fan constructor (#2337) (@lkastner)
- some examples for graded modules (#2338) (@jankoboehm)
- [FTheoryTools] Provide link to tutorial (#2339) (@HereAround)
- Irreducible Decomposition for Cartier divisors (#2340) (@afkafkafk13)
- New naming conventions in PolyhedralGeometry (#2342) (@lkastner)
- bugfix: add missing copy call (#2343) (@fingolfin)
- activate the name printing from AA. (#2345) (@fieker)
- More on F-TheoryTools and ToricSchemes (#2347) (@HereAround)
- Avoid conversions Symbol -> String -> Symbol (#2348) (@fingolfin)
- temporarily disable ajldoctest(#2349) (@ThomasBreuer)
- fix printing ofGL(n, residuering(ZZ,4))(#2350) (@lgoettgens)
- Add missingdeepcopyinternalmethods for module elems (#2351) (@lgoettgens)
- polyhedral: random subpolytope construction (#2353) (@micjoswig)
- Rename files according to styleguide (#2354) (@lkastner)
- Change oscar, OSCAR -> Oscar in our test suite (#2355) (@fingolfin)
- (Even) more changes in FTheoryTools (#2357) (@HereAround)
- small generating set (#2358) (@afkafkafk13)
- Misc refactorings (#2359) (@lkastner)
- improved documentation forOscar.isooscargap(#2360) (@ThomasBreuer)
- Left over from #2359 (#2363) (@lkastner)
- Small changes to intersection theory (#2364) (@wdecker)
- Document the GAP integration in Oscar (#2365) (@ThomasBreuer)
- RemoveFreeModElem(::SRow, ::FreeModdec)` (#2368) (@lgoettgens)
- Add Aqua.jl for some static testing (#2370) (@lgoettgens)
- Adjust to recent printing changes (#2377) (@thofma)
- updateversion: Fix disappearing , in README.md (#2378) (@lkastner)
- [FTheoryTools] Add literature models (#2379) (@apturner)
- Small fixes in docs/make_work.jl (#2380) (@lgoettgens)
- Move test dependencies from Project.toml's [extra] to test/Project.toml (#2386) (@lgoettgens)
- Reduction mod p for schemes (#2387) (@HechtiDerLachs)
- Document the GAP integration in Oscar (minor improvements) (#2389) (@ThomasBreuer)
- Update SymmetricIntersections (#2390) (@StevellM)
- Rename some functions from Hecke (#2391) (@StevellM)
- TropicalGeometry: moved outside AlgebraicGeometry (#2393) (@YueRen)
- Fix solve (#2394) (@fieker)
- more examples for graded modules (#2395) (@wdecker)
- [ToricVarieties] Bugfixes in toric line bundles (#2396) (@HereAround)
- Cleanup some using statements (#2397) (@fingolfin)
- generalize matrix_action_on_cones (#2398) (@ThomasBreuer)
- TropicalGeometry: moved tropical geometry tests (#2399) (@YueRen)
- Disable superfluous internal checks systematically. (#2401) (@HechtiDerLachs)
- absoluteprimarydecomposition: In the graded case, return conjugate … (#2404) (@wdecker)
- Remove MPolyRingSparse from experimental (#2405) (@lgoettgens)
- Gradedmdeg (#2408) (@jankoboehm)
- Fix a bunch of typos (#2412) (@fingolfin)
- Introduce shiftedmodule for localizations at rational points. (#2417) (@HechtiDerLachs)
- added `multiplicitieseigenvalues` for characters (#2419) (@ThomasBreuer)
- [FTheoryTools] More updates to literature models (#2420) (@apturner)
- Do not mess with documentation of upstream packages (#2421) (@thofma)
- Tweaks for the documentation build (#2423) (@thofma)
- Make algebraic sets and varieties internal (#2424) (@simonbrandhorst)
- Disable an internal check (#2428) (@thofma)
- Version 0.12.1 (#2429) (@thofma)
- Julia
Published by github-actions[bot] about 3 years ago
oscar.jl - v0.12.0
Oscar v0.12.0
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, fmpzmat, 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 `MPolyRingdec? (#1119)
- Glitch in manual: unexpected extra method forbaseringappears (#1143)
- conventions about function names (#1335)
- Oscar.build() fails due to GAP's "foreign Julia type" not being serializable (#1400)
- SupportSingular.orderingain 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 dividingfmpqand/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 inismaximal,isnormal,ischaracteristic`, ... (#1793)
- Mixed volume with Polymake (#1832)
- Orders of matrix groups over arbitrary number field (#1930)
- Add contacts for all OSCAR parts (#1938)
- combinatorialsymmetries 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)
- iszero is slow for quotient rings (#2099)
- Promote rules for quotient rings seem buggy (#2119)
- Optional argument in ```builddoc``to prevent opening browser (#2124)
- Mutliplication of sparse matrix with scalar changes size (#2128)
- Promote rules, once again (#2129)
- duplicated method forprimarydecomposition(#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)
-relativeinteriorpoint(Cone)(#2232)
-galoisgroup` on relative extension of number fields error (#2235)
- Surprisingly many memory allocations (factor a large polynomial) (#2247)
Merged pull requests:
- Experimental module SymInt (#1926) (@StevellM)
- NAIVE impl of exterioralgebra (via PBM alg) (#1931) (@JohnAAbbott)
- Integrating JuLie into Oscar (#1935) (@ClaudiaHeYun)
- Fix coxring gradings & renaming some constructors (#1958) (@HereAround)
- Rework of Hilbert-driven GB computation (#1961) (@RafaelDavidMohr)
- matroid automorphisms (#1962) (@antonydellavecchia)
- ToricVarieties: More CamelCase constructors to snakecase (#1963) (@HereAround)
- import only defined names from Hecke (#1965) (@ThomasBreuer)
- Fix typos (#1967) (@fingolfin)
- Add contact section to introduction page of all specialized chapters in OSCAR (#1968) (@HereAround)
- ToricVarieties: Rename more constructors - Part 2 (#1970) (@HereAround)
- The big renaming (#1972) (@fingolfin)
- Fix some incorrect macro invocations (#1975) (@fingolfin)
- Enforce print convention: No leading "A" in printouts (#1976) (@HereAround)
- Better organization of algebraic geometry code (both source and documentation) (#1977) (@HereAround)
- support iso_gap_oscar for multivariate pol. rings (#1978) (@ThomasBreuer)
- Global h2 (#1979) (@fieker)
- The Big Renaming (#1982) (@fingolfin)
- PolyhedralGeometry: automorphismgroup fixed for trivial case (#1983) (@lkastner)
- changes in argument orders of functions (#1988) (@ThomasBreuer)
- added center, det, `isrational,kernel,orderfor group characters (#1989) (@ThomasBreuer)
- less noise in K3 test (#1991) (@simonbrandhorst)
- added index fix for Grassmann Pluecker Relations (#1992) (@antonydellavecchia)
- Unbreak master branch (#1994) (@fingolfin)
- Remove invalid root test (#1996) (@fingolfin)
- Update URLs to www.oscar-system.org (#1997) (@fingolfin)
- fix renaming artifacts (#1998) (@lgoettgens)
- First draft of howexperimentalshould be used. (#1999) (@lkastner)
- Fix some typos (#2000) (@fingolfin)
- Small fixes for Polyhedral Geometry (Float64, IncidenceMatrix) (#2002) (@alexej-jordan)
- provideisooscargapandisogaposcarfor number fields (#2003) (@ThomasBreuer)
- Combinatorics: Add sanity check to add_edge!(Graph) (#2004) (@lkastner)
-gradedpolynomialringandforgetgrading(#2005) (@joschmitt)
- fixedisconjugatefor matrix groups (#2006) (@ThomasBreuer)
- changed theexportstatements forsrc/Groups(#2007) (@ThomasBreuer)
- letisogaposcarchooseNemo.GF` (#2008) (@ThomasBreuer)
- Properties covered schemes (cleaned up version of #2001) (#2009) (@afkafkafk13)
- Stop using @gapwrap (#2010) (@fingolfin)
- cleanup -- minor leftovers from previous PR/review (#2012) (@afkafkafk13)
- Fix warning about coordinatering (#2013) (@fingolfin)
- Minor changes/extensions in toric geometry (#2015) (@HereAround)
- Collect export (#2016) (@HereAround)
- Basic (and not so basic) functionality for linear quotients (#2018) (@joschmitt)
- update docu following PR #1961 + trivia (#2022) (@wdecker)
- unified behaviour of blowup (in scheme context) (#2023) (@afkafkafk13)
- Collect more export statements (#2024) (@HereAround)
- Improve matrixgroup() (#2025) (@fingolfin)
- move (most of) Galois to src (#2030) (@fieker)
- Fixes caching of GBs in Hilbert driven attempt (#2031) (@ederc)
- Resolve duplicate ishomogeneous(f::MPolyElem) (#2032) (@fingolfin)
- Fix finite field conversion between OSCAR and GAP (#2033) (@fingolfin)
- Use macro @req in more places (#2037) (@fingolfin)
- Miscellaneous changes (#2038) (@fingolfin)
- Revise schur_polynomial (#2039) (@fingolfin)
- Update experimental SymInt (#2040) (@StevellM)
- Changes related to recent Hecke release (#2041) (@StevellM)
- Final stab towards organizing export statements (#2045) (@HereAround)
- Renaming f4 to groebnerbasisf4 (#2047) (@ederc)
- Jaa/exterior algebra (#2048) (@JohnAAbbott)
- Don't throw strings or ErrorException (#2051) (@fingolfin)
- Add {characteristic,minimal}polynomial aliases (#2053) (@fingolfin)
- `isooscargapforquadraticfield(#2056) (@ThomasBreuer)
- Fix Oscar.build() (#2058) (@fingolfin)
- docs/faq: use delete for tmpdir instead of setting to nothing (#2059) (@benlorenz)
- Simplify a hcat invocation (#2060) (@fingolfin)
- Remove uses of Oscar.Graphs (#2062) (@fingolfin)
- Fix ehrhart_polynomial docstring (#2067) (@fingolfin)
- added a missinggsetbytypemethod (#2069) (@ThomasBreuer)
- PolyhedralGeometry: set one-based ray labels for visualization (#2070) (@benlorenz)
- Fix wrong method (again) (#2071) (@StevellM)
- natural embedding of quadratic fields intoQQAbField(#2072) (@ThomasBreuer)
- Convert more examples to doctests (#2073) (@fingolfin)
- deal with trivial case, should fix #2065 (#2074) (@fieker)
- Prepare for finite field changes (#2075) (@thofma)
- Polyhedron: add and use is_lattice_polytope check (#2077) (@benlorenz)
- jldoctest: add some missing end markers (#2083) (@benlorenz)
- Fix serialization so that there is no conflict with Hecke update todefiningpolynomial(#2085) (@antonydellavecchia)
- Support more types ingradedpolynomialring` (#2091) (@mgkurtz)
- Towards moving FTheoryTools into OSCAR's experimental folder (#2092) (@HereAround)
- Add OscarInterface GAP package (#2094) (@fingolfin)
- Warham preparations (#2095) (@HechtiDerLachs)
- Fix decomposition of affine varieties into its components. (#2096) (@HechtiDerLachs)
- Avoid direct access to struct member basering where possible (#2097) (@fingolfin)
- Modifications in PolyhedralGeometry for GITFans (#2100) (@lkastner)
- added missing closing backquotes of a @docs block (#2101) (@ThomasBreuer)
- Remove DocumenterMarkdown (#2103) (@fingolfin)
- Provides Examples for the study of surfaces (#2104) (@wdecker)
- improve experimental/Matrix (#2105) (@ThomasBreuer)
- Lazy toric schemes (#2106) (@HechtiDerLachs)
- Abstract types for varieties (#2107) (@simonbrandhorst)
- Fix syntax for Markdown docstrings (#2108) (@fingolfin)
- Minor fixes for mpolytype (#2110) (@thofma)
- Add serialization for universal polynomials (#2113) (@SoongNoonien)
- Towards Migrating projective schemes out of experimental (#2114) (@HechtiDerLachs)
- Fix `factorabsolute(::MPolyRingElem)(#2116) (@fieker)
- affine varieties concrete types (#2120) (@simonbrandhorst)
- Fix promotion for quotient rings (#2121) (@thofma)
- caching for properties of ideals (#2122) (@simonbrandhorst)
- supportGrpAbFinGengroups in group functions (#2123) (@ThomasBreuer)
- Add optional parameter to build_doc to prevent browser from opening (#2125) (@lkastner)
- Change gitfan from polymake to Oscar types (#2126) (@jankoboehm)
- Project.toml: allow Singular 0.18.x (#2127) (@fingolfin)
- pretty print FreeMod over a named ring (#2130) (@fieker)
- cache by hand (#2132) (@simonbrandhorst)
- Add domain, codomain methods for MPolyAnyMap (#2136) (@fingolfin)
- Remove auxillary Base.:/ method (now in AA 0.28.4) (#2137) (@fingolfin)
- Remove one more direct access to .base_ring (#2138) (@fingolfin)
- Run the renaming script again (#2139) (@fingolfin)
- Remove faulty promote rule forSpecOpenRingElem(#2140) (@HechtiDerLachs)
- Fix a trivial docstring typo (#2141) (@fingolfin)
- PBWDeformations: Integrate code into OSCAR part 1 (#2145) (@lgoettgens)
- Migration projective schemes iii (#2147) (@HechtiDerLachs)
- Printing guidelines (#2148) (@simonbrandhorst)
- Works with AA 0.29, too (#2149) (@fingolfin)
- Make MPolyQuoRingElem great again (#2150) (@thofma)
- Avoid creating a matrix space just to create a zero or identity matrix (#2151) (@fingolfin)
- Replace more unnecessary uses of matrix_space (#2153) (@fingolfin)
- Improved Experimental/JuLie/partitions (#2154) (@ulthiel)
- Adapt mpoly_type methods to AA 0.29 (#2156) (@fingolfin)
- Give experimental a more canonical structure (#2157) (@lkastner)
- Remove final mpoly_type methods (#2159) (@fingolfin)
- Add back serialization for universal polynomials (#2160) (@SoongNoonien)
- Attempt to speed-up doctests for F-theory tools (#2163) (@HereAround)
- Disable some long tests. (#2164) (@simonbrandhorst)
- MPolyElem -> MPolyRingElem (#2168) (@fingolfin)
- Raise CI timeout from 120 to 150 minutes (#2169) (@fingolfin)
- intro to non-general type surfaces in P4 (#2170) (@wdecker)
- fix broken free resolution (#2173) (@jankoboehm)
- Improve HTML rendering of our bibliography (#2174) (@fingolfin)
- cohomCalg: Improve the bibtex entry for its implementation (#2175) (@HereAround)
- Enable the codecov reports as comments (#2176) (@thofma)
- Fix type stability for empty iterators (#2177) (@thofma)
- More cleanup for ProjectiveScheme (#2178) (@simonbrandhorst)
- Uniform author formatting in bibliography (#2179) (@fingolfin)
- Adjusted FTheoryTools to new structure of experimental (#2181) (@lkastner)
- Fix several typos (#2182) (@goggle)
- Serialization: remove eval fallback in decodeType (#2185) (@fingolfin)
- Rewrite Hecke import/export without Meta.parse (#2186) (@fingolfin)
- addOscar.testexperimentalmodule(#2188) (@lgoettgens)
- remove duplicateexperimentaldocs (#2194) (@lgoettgens)
- Replace '@doc Markdown.doc' by '@doc raw' (#2196) (@fingolfin)
- Join the plane curves documentation back together (#2197) (@fingolfin)
- More projective cleanup (#2198) (@HechtiDerLachs)
- FTheoryTools: Use @vprint and add README.md (#2200) (@HereAround)
- Remove duplicate @req macro (#2201) (@fingolfin)
- More improvements for F-Theory Tools (#2205) (@HereAround)
- fix Oscar.test_experimental_module (#2206) (@lgoettgens)
- Projective varieties (#2208) (@simonbrandhorst)
- providecharactertablefunctionality forGrpAbFinGen(#2209) (@ThomasBreuer)
- Don't run doctests as part of documentation deployment (#2210) (@fingolfin)
- ProjectiveVarieties more tests and fixes (#2213) (@simonbrandhorst)
- Improveisabsolutelyirreducible(#2214) (@fieker)
- Avoid linking a non-existingdocs/srcdirectory (#2215) (@joschmitt)
- AdjustLinearQuotientsto new structure ofexperimental(#2216) (@joschmitt)
- More on toric schemes (#2219) (@HereAround)
- Patch GAP package Alnuth to call OSCAR instead of PARI (#2220) (@fingolfin)
- Improveconefrominequalities` (#2223) (@alexej-jordan)
- Some minor docstring tweaks (#2224) (@fingolfin)
- add correct(?) version of homogeneouscomponent (#2225) (@fieker)
- remove trivial == methods (#2226) (@lgoettgens)
- Resolving various issues (#2229) (@wdecker)
- Add some missing functions in PolyhedralGeometry (#2230) (@lkastner)
- Change in -> issubset (#2239) (@lkastner)
- make sure that ideals in graded rings of type MPolyRingand `MPolyQu… (#2240) (@wdecker)
- Remove Markdown as a dependency (#2243) (@fingolfin)
- PolyhedralGeometry: Cones of fan returns incidence matrix (#2244) (@HereAround)
- ToricVarieties: Add dictionaries linking homogeneous variables to rays (#2245) (@HereAround)
- Version 0.12.0 (#2250) (@thofma)
- Julia
Published by github-actions[bot] about 3 years ago
oscar.jl - v0.11.3
Oscar v0.11.3
Closed issues:
- Homomorphisms from polynomial rings into "arbitrary" rings (#560)
- Toric Varieties: Completed goals from fall 2021 until December 2022 (#763)
- Collect deprecations in one place and document the process (#1567)
- More efficient Serialization of Arrays (#1706)
- Invalid equality in quotient rings. (#1716)
- Serialization problems with cyclotomic fields (#1719)
- Memory leak while accessing polymake incidence matrix (#1742)
- realsolutions does not find real solutions (#1743)
- rationalsolutions (#1744)
- Integration of bibtool into the CI possible? (#1773)
- Addition of empty ideals fails (#1778)
- computestandardbasiswithtransform does not work over number field coefficients (#1794)
- One test is not running, see https://github.com/oscar-system/Oscar.jl/actions/runs/3647065768/jobs/6158842919 (#1802)
- Segmentation fault in _rationalsolutions (#1812)
- is_irreducible for group characters broken (#1823)
- save and load not backwards compatible. (#1839)
- Wrap Gap.Globals.SmallGeneratingSet (#1847)
- Save MILP to .lp file (#1852)
- Overrides for Nemo._hnf and Nemo._hnf_with_transform are causing invalidations (#1863)
- add dimension range checks to visualize (#1870)
- Morphisms between GAP groups and abelian groups (#1884)
- GCD is buggy for polynomial rings over number fields (#1886)
- frequent CI failures with Julia nightly and 1.9 on macOS due to timeout (#1888)
- StackOverflowError invoking simplex with bad arguments (#1889)
- CI failing due to msolve update (#1896)
- CI reproducibly runs into timeout at a precise point in tests (#1900)
- quo fails for polynomial rings over exotic coefficient rings (#1901)
- right_transversal should do better argument checking (#1904)
- Deprecation warnings during tests (#1947)
- New OSCAR release before the big renaming next week? (#1952)
- Precompiling Oscar InitError: GAP variable JULIAINTERFACEERROR_BUFFER not bound (#1955)
Merged pull requests:
- provide random number generator with fixed seed, seed mpoly-localizations tests (#1459) (@benlorenz)
- Toric covered schemes (#1636) (@HechtiDerLachs)
- Matroid strata and realization spaces (#1658) (@dcorey2814)
- 1719 serialization problems with cyclotomic fields (#1720) (@antonydellavecchia)
- Adv/efficient vector serialization (#1730) (@antonydellavecchia)
- Blowups (#1764) (@HechtiDerLachs)
- add all orderings functions for FreeModElem (#1767) (@tthsqe12)
- ToricVarieties: More on toric morphisms (#1770) (@HereAround)
- When computing matrix group orders, inform GAP about the result (#1780) (@fingolfin)
- PolyhedralGeometry: Allow solvemixed to return an iterator (#1783) (@lkastner)
- Cb/document matrix files (#1785) (@CameronBraunstein)
- Minor adjustment of ideals (#1787) (@thofma)
- Version 0.11.3-DEV (#1788) (@thofma)
- Update on FGLM (#1789) (@ederc)
- Docu GR-algebras following PR #1774 (#1790) (@wdecker)
- remove coords, coeffs, ... and ONLY use coordinates (#1791) (@fieker)
- Some fixes (#1795) (@HechtiDerLachs)
- polishing docu w.r.t. GBs (#1796) (@wdecker)
- Clean up printing (#1797) (@HechtiDerLachs)
- Use sparse matrices in the presaturationdata. (#1798) (@HechtiDerLachs)
- bump singular to 0.15 (#1799) (@tthsqe12)
- tiny addendum following PR #1767, typo (#1800) (@wdecker)
- Template for `ìscohenmacaulayfunction (#1801) (@wdecker)
- restructering docu to prepare for more on homological algebra (#1803) (@wdecker)
- Fix all warnings again (#1804) (@thofma)
- Mpolyquo modules (#1805) (@HechtiDerLachs)
- Introduce bibtool CI test (#1807) (@HereAround)
- make work again and move function to Hecke (#1808) (@fieker)
- Algebraic solving updates (#1810) (@ederc)
- Borcherds' Method (#1811) (@simonbrandhorst)
- Orthogonal group forTorQuadModextended (#1813) (@StevellM)
- Fix1794 (#1814) (@HechtiDerLachs)
- ToricVarieties: Coordinate names in direct product & overhaul of introduction (#1815) (@HereAround)
- Improvements for documentation (#1816) (@HereAround)
- Reorganize serialization docs (#1817) (@lkastner)
- Length of modules (#1818) (@HechtiDerLachs)
- Fixes for singular locus (#1819) (@HechtiDerLachs)
- bump singular.jl to 0.16 (#1820) (@tthsqe12)
- Adds Hilbert driven standard basis computation (#1821) (@RafaelDavidMohr)
- first step in the Oscarification of pc groups (#1822) (@ThomasBreuer)
- fixisirreducible(#1824) (@ThomasBreuer)
- Improvements for rational_solutions (#1825) (@thofma)
- Collect deprecations (#1827) (@lkastner)
- Add is total (#1828) (@tthsqe12)
- added some tests forcomplementclassreps(#1829) (@ThomasBreuer)
- moved some code (#1830) (@ThomasBreuer)
- Adjust SubdivisionOfPoints output types (#1833) (@alexej-jordan)
- fix the definition ofFPGroup(#1837) (@ThomasBreuer)
- Coherent sheaves vol. 1 (#1840) (@HechtiDerLachs)
- Fix some experimental GAP code (#1841) (@fingolfin)
- Graphs: add some more functions (#1842) (@benlorenz)
- Matroid: fix independent set for cycle matroids and a few minor improvements (#1843) (@benlorenz)
- Semi-invariants / relative invariants (#1845) (@joschmitt)
- Improve coverings, round I (#1846) (@HechtiDerLachs)
- Update copyright to 2023 (#1848) (@fingolfin)
- small improvements of docu (#1849) (@wdecker)
- Free resolution offset (#1850) (@ederc)
- milp serialization (#1851) (@antonydellavecchia)
- addedsmallgeneratingset(::GAPGroup)(#1853) (@ThomasBreuer)
- Add Cohen-Macaulay test for affine algebras (#1854) (@wdecker)
- Improve coverings, round II (#1855) (@HechtiDerLachs)
- introduceisfullfpgroup` ... (#1856) (@ThomasBreuer)
- more homological algebra functions (#1857) (@wdecker)
- Make struct CycleType immutable (#1858) (@fingolfin)
- Improve primitivebyshape and ansnbyshape (#1859) (@fingolfin)
- Minor tweaks for perm groups / cycle types (#1860) (@fingolfin)
- bug correction (#1862) (@wdecker)
- Fix method invalidations by disabling SLP getindex methods (#1864) (@fingolfin)
- Local h2 (#1865) (@fieker)
- small improvements to affine algebras (#1866) (@wdecker)
- Introduce morphismofcoveredschemes for projective morphisms. (#1867) (@HechtiDerLachs)
- Adding modules over quotient and local rings to Docu (#1868) (@wdecker)
- More on automorphism groups of ZLat and TorQuadMod (#1869) (@StevellM)
- Remove hnf code (#1871) (@thofma)
- Bump Hecke version and remove duplicated method (#1873) (@thofma)
- computation of kernels for towers of polynomial rings via flattenings (#1876) (@HechtiDerLachs)
- Projective bundles part I (#1879) (@HechtiDerLachs)
- rename ChainComplex -> ComplexOfMorphisms (#1880) (@fieker)
- Projective bundles part ii (#1881) (@HechtiDerLachs)
- Projective bundles part III (#1882) (@HechtiDerLachs)
- Projective bundles part iv (#1887) (@HechtiDerLachs)
- Morphisms between GAP groups and abelian groups (#1890) (@ThomasBreuer)
- init: add terminfo dirs when installing GAPs browse (#1891) (@benlorenz)
- Revision of quotient rings (#1892) (@ederc)
- ToricVarieties: Bugfix in vanishing sets (#1893) (@HereAround)
- minor cleanups for singularlocus (#1894) (@afkafkafk13)
- fix typo/ julia change: ' -> transpose (#1895) (@fieker)
- Fixes tests for msolve v0.4.9 (#1897) (@ederc)
- add localization of quotients of multivarate polynomial rings to docu (#1898) (@wdecker)
- require polymake.jl 0.9 for polymake 4.9 (#1902) (@benlorenz)
- ToricVarieties: Several bugfixes (#1909) (@HereAround)
- Mj/polyhedral (#1911) (@micjoswig)
- PolyhedralGeometry: add {load,save}{lp,mps} to save (MixedInteger)LinearPrograms (#1916) (@benlorenz)
- Make Groebner basis computation in quo construction lazy (#1917) (@thofma)
- Concrete intersection theory (#1918) (@HechtiDerLachs)
- DevDocs: suggest to honor .editorconfig (#1919) (@fingolfin)
- better error message for `righttransversal(#1921) (@ThomasBreuer)
- ToricVarieties: Provide link to the tutorial on toric varieties (#1922) (@HereAround)
- Local h2 (#1923) (@fieker)
- fix trivia - and rename (#1924) (@fieker)
- docs: change some '->' to proper LaTeX arrows (#1925) (@fingolfin)
- Fix finite orthogonal group (#1927) (@simonbrandhorst)
- Some leftovers from 1911 (#1928) (@lkastner)
- add example Hilbert driven Buchberger, some text polishing (#1932) (@wdecker)
- Improvevisualize` (Polyhedral Geometry) (#1933) (@alexej-jordan)
- Fix local h2 (#1934) (@fieker)
- Heisenbug factoring (#1936) (@fieker)
- Improvements for toric geometry (#1937) (@HereAround)
- LPFiles: fix docstring + doctest (#1939) (@benlorenz)
- update docu on affine algebras following recent discussions and PRs (#1941) (@wdecker)
- Tests: create github action summary with run-times and compile-times per test-file (#1942) (@benlorenz)
- Localization docu part ii (#1943) (@HechtiDerLachs)
- PolyhedralGeometry: more keyword arguments for randsphericalpolytope (#1945) (@benlorenz)
- Reduce number of things put into the group lattice (#1948) (@thofma)
- is... ---> is_... (#1949) (@wdecker)
- Repair broken tests (#1951) (@HechtiDerLachs)
- Tests for projective bundles iv (#1953) (@HechtiDerLachs)
- ToricVarieties: Remove more deprecation warnings (#1956) (@HereAround)
- CI: Fail on deprecation warning (#1957) (@HereAround)
- add Koszul complex (#1959) (@wdecker)
- Version 0.11.3 (#1960) (@benlorenz)
- Julia
Published by github-actions[bot] over 3 years ago
oscar.jl - v0.11.2
Oscar v0.11.2
Closed issues: - Marry different implementations of the Chow ring (#1475)
Merged pull requests: - start GR-algebras (#1774) (@tthsqe12) - Bump to 0.11.2-DEV (#1776) (@thofma) - save: don't return number of bytes written (#1777) (@benlorenz) - FGLM Gröbner conversion algorithm (#1782) (@ederc) - Skip nondeterministic tests (#1784) (@thofma) - Version 0.11.2 (#1786) (@thofma)
- Julia
Published by github-actions[bot] over 3 years ago
oscar.jl - v0.11.1
Oscar v0.11.1
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 weightedprojective… (#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) gcdwithcofactor in refff (#1727) (@fieker)
- remove normequatin 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 pseudoinv 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 vdimto 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)
- Julia
Published by github-actions[bot] over 3 years ago
oscar.jl - v0.11.0
Oscar v0.11.0
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 hilbertpolynomial use unsafe Int arithmetic and an odd mix of fmpz/fmpq arithmetic (#573)
- singularmodule (#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 exportSymmetricGroupresp. replace it with an alias forsymmetricgroup(#1418)
- Documentation: Explain how to execute the doctests (#1504)
- ideal membership crashes for MPolyQuoIdeal in 'fake' quotient ringsQ = 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 affinecone (#1580)
- Coerce element from subgroup (#1599)
- quick clarification on bug in inducedringordering (#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:
- deal (badly) with non-trivial Schur index (#1435) (@fieker)
- ToricVarieties: Chow ring (#1449) (@HereAround)
- ToricVarieties: Toric morphisms (#1460) (@HereAround)
- msolve -> AlgebraicSolving (#1474) (@ederc)
- docu to (most of) #1511 (#1518) (@wdecker)
- smaller powers in random loc elems (#1519) (@tthsqe12)
- Orthogonal groups via orthogonal decomposition (#1520) (@simonbrandhorst)
- update Singular.jl to 0.13 (#1521) (@tthsqe12)
- Fix task in directproduct and type in homology (#1522) (@AlexD97)
- Remove duplicate method for PBW algebras (#1523) (@thofma)
- Extend Docu w.r.t. modules (commutative); PBW-algebras (#1524) (@wdecker)
- Serialize QuadraticSpace and ZLat (#1525) (@simonbrandhorst)
- Adv/serialize power series (#1526) (@antonydellavecchia)
- Extending docu on PBW-algebras as template for @tthsqe12 (#1527) (@wdecker)
- change to leftideal and twosidedideal in pwbalgebra (#1528) (@tthsqe12)
- Improving docu w.r.t. module morphisms (#1529) (@wdecker)
- provide check argument for sub (#1532) (@ThomasBreuer)
- allow an MPolyRing in place of variables in ordering constructors (#1533) (@tthsqe12)
- add oppositeordering (#1535) (@tthsqe12)
- Spec retying (#1537) (@HechtiDerLachs)
- show a character table optionally with the degrees of the character fields (#1539) (@ThomasBreuer)
- pbwalgebra: add oppositealgebra and right ideals (#1541) (@tthsqe12)
- Type correction, start docu on chain complexes (#1542) (@wdecker)
- Hilbert series (#1543) (@HechtiDerLachs)
- WIP: Toric varieties and covered schemes (#1544) (@HechtiDerLachs)
- Some improvements to UngradedModules.jl (#1545) (@AlexD97)
- Some tweaks related to check (#1548) (@fingolfin)
- Resolve clash between delpezzo and delpezzo (#1549) (@fingolfin)
- Add epimorphismfromfreegroup (#1550) (@fingolfin)
- calling polymake grassman plucker ideal from Oscar (#1551) (@antonydellavecchia)
- Fix warnings (#1552) (@fingolfin)
- Remove strange 'vertices' method (#1553) (@fingolfin)
- more on modules in docmore on modules in docu (#1554) (@wdecker)
- Fix #1546 (#1555) (@AlexD97)
- Tiny allocations (#1558) (@alexej-jordan)
- added atlas_subgroup (#1559) (@ThomasBreuer)
- Small bugfix in the localizations. (#1560) (@HechtiDerLachs)
- Projective modules (#1561) (@HechtiDerLachs)
- Resolve issues with automorphisms and Graphs and more general things (#1565) (@lkastner)
- DevDocs: Mention how to run doctests (#1566) (@lkastner)
- docs: mutable pitfalls (#1568) (@tthsqe12)
- Adv/fix tuple serialization (#1569) (@antonydellavecchia)
- Fix syntax error in the documentation (#1570) (@fingolfin)
- Fixes for intersections and coverings (#1571) (@simonbrandhorst)
- Add docstrings for builddoc and testmodule (#1572) (@lkastner)
- Function fields for irreducible varieties (#1573) (@HechtiDerLachs)
- Add ispgroupwithprime, primepgroup (#1574) (@fingolfin)
- Tweak alternating_group and symmetric_group (#1575) (@fingolfin)
- Make @registerSerializationType more broadly applicable (#1576) (@fingolfin)
- Factor out some common code from matrix group constructors (#1577) (@fingolfin)
- Change some group constructors to accept fmpz, PosInf (#1578) (@fingolfin)
- Rename homogeneouspolyring to ambientring (#1579) (@simonbrandhorst)
- Extended docu for PBW-algebras following PR #1541 (#1581) (@wdecker)
- Tests for AffineSchemes (#1582) (@simonbrandhorst)
- Some test for #1530 (#1583) (@thofma)
- Relations of fundamental invariants (#1584) (@joschmitt)
- Fix 1580 (#1586) (@HechtiDerLachs)
- Tests for SpecOpen and rename restriction to restrict (#1588) (@simonbrandhorst)
- Prepare for changes in shortestvectors (#1589) (@thofma)
- Untangle intro for new developers (#1590) (@lkastner)
- Better pbw ideals arith (#1591) (@tthsqe12)
- Modulus handling (#1593) (@afkafkafk13)
- Automorphism groups for polytopes (#1594) (@lkastner)
- Ideal gens merge (#1595) (@AlexD97)
- Some docu text to prepare for further discussions on elimination in P… (#1596) (@wdecker)
- bug in issubset for right ideals (#1598) (@tthsqe12)
- Change most uses of GAP.juliatogap to GAP.Obj (#1600) (@fingolfin)
- Examples in Docu following PR #1591 (#1601) (@wdecker)
- Header files for schemes (#1602) (@HechtiDerLachs)
- compute the Schur index via a GAP function (#1603) (@ThomasBreuer)
- Add documentation for Integer Lattices (#1604) (@simonbrandhorst)
- Allow coercion of group elements to new parents (#1605) (@fingolfin)
- FAQ entry for gnu parallel error (#1606) (@benlorenz)
- replace iscanonicallyisomorphic by == and some Dicts by IdDicts (#1608) (@simonbrandhorst)
- PolyhedralGeometry: Add mixed integer linear programs (MILP) (#1609) (@lkastner)
- Add a test for fiber product (#1610) (@simonbrandhorst)
- Tests and cleanup for projective and covered schemes (#1611) (@simonbrandhorst)
- Rewrite docu as template for cleaning up orderings.jl (#1612) (@wdecker)
- Some tests and cleanup for glueings. (#1613) (@HechtiDerLachs)
- CI: update to v3 of actions/checkout (#1616) (@fingolfin)
- Use the coefficient map in _check_imgs_quo (#1620) (@joschmitt)
- pbwalgbra: leftideal eliminate (#1621) (@tthsqe12)
- switch off GAP Info messages earlier (#1622) (@ThomasBreuer)
- Tweak Hilbert series code (#1624) (@fingolfin)
- Singularities (#1625) (@afkafkafk13)
- More cleanup and tests (#1626) (@HechtiDerLachs)
- More orderings fixes (#1627) (@tthsqe12)
- added orbit_representatives_and_stabilizers (#1628) (@ThomasBreuer)
- Revert "Temporarily disable printing test for julia master (#1156)" (#1629) (@fingolfin)
- WIP docu adjustments to PR #1627 (#1631) (@wdecker)
- Cleanup and tests for covered schemes. (#1632) (@HechtiDerLachs)
- Sheaves on covered schemes (#1634) (@HechtiDerLachs)
- cmp for MPolyElem monomials (#1635) (@tthsqe12)
- Reduce allocations in Polyhedral Geometry (#1637) (@alexej-jordan)
- Implement the check for being zero divisors for affine algebras. (#1638) (@HechtiDerLachs)
- fixed grasmann typo (#1639) (@antonydellavecchia)
- add module orderings to docu (#1640) (@wdecker)
- Pbw ideal eliminate finish (#1641) (@tthsqe12)
- Add /docs/fourtitwo.json to gitignore (#1642) (@HereAround)
- complete module term orderings (#1645) (@tthsqe12)
- ToricVarieties: Implement weighted projective space (#1646) (@HereAround)
- Examples for elimination in PBW-algebras (#1647) (@wdecker)
- pbwalgebra: fix bug in two sided elimination (#1648) (@tthsqe12)
- ToricVarieties: Further improvements (#1650) (@HereAround)
- Migration of affine schemes (#1652) (@HereAround)
- Ideal sheaves -- once again (#1653) (@HechtiDerLachs)
- Standard basis fixes (#1655) (@ederc)
- Prevent tests from polluting git dir with fourtitwo.json files (#1656) (@fingolfin)
- Fix overflows and type stability in hilbert* (#1660) (@fingolfin)
- Fix typos found with codespell (#1665) (@fingolfin)
- Better type stability for MPolyQuo (#1667) (@fingolfin)
- make OSCAR's evaluate a bit more specific (#1673) (@tthsqe12)
- ToricVarieties: More improvements (#1676) (@HereAround)
- Fix coercion TorQuadModMor -> AutomorphismGroupElem{TorQuadMod} (#1677) (@StevellM)
- PolyhedralGeometry: solvemixed input checks (#1679) (@lkastner)
- Second round of migration of the schemes (#1680) (@HechtiDerLachs)
- Migration of schemes part iii (#1681) (@HechtiDerLachs)
- Migration of schemes part iv (#1682) (@HechtiDerLachs)
- Introduce ambientaffinespace of an affine scheme (#1683) (@simonbrandhorst)
- added symmetrizations of group characters (#1685) (@ThomasBreuer)
- bump singular.jl to 0.14 (#1686) (@tthsqe12)
- remove ambientclosure_ideal from docs (#1690) (@simonbrandhorst)
- Remove unused type parameter (#1692) (@thofma)
- Agnostic saturated ideal and modulus (#1693) (@afkafkafk13)
- fix coordinate typo (#1698) (@CameronBraunstein)
- Julia
Published by github-actions[bot] over 3 years ago
oscar.jl - v0.10.2
Oscar v0.10.2
Closed issues:
- Bug in crt(r1,m1,r2,m2) when m1 and m2 are not relatively prime (#1479)
- bug in traceoffrobenius (#1480)
- quadratic_twist fails on elliptic curves over GF(p) (#1492)
- Addition of ideals fails eventually when doing stuff with different orderings (#1495)
Merged pull requests:
- Alternative serialization for Vector; avoid eval for type dispatch (#1362) (@fingolfin)
- reworked intro docs (#1485) (@CameronBraunstein)
- Add more fixes and tests for ext/tor (#1494) (@AlexD97)
- Cb/alias symmetric group (#1497) (@CameronBraunstein)
- handles "+" and "*" for ideals on the Oscar side (#1498) (@ederc)
- Adv/load with parent (#1499) (@antonydellavecchia)
- Serialization of polynomials over Padics + tests (#1501) (@antonydellavecchia)
- Some language smoothing (#1502) (@wdecker)
- restructured docu on modules (#1503) (@wdecker)
- Adv/serialization type cleanup (#1506) (@antonydellavecchia)
- Various fixes in UngradedModules.jl (#1508) (@AlexD97)
- Start docu on G-algebras as template for moving Plural functionality … (#1509) (@wdecker)
- Adv/serialization tropical (#1510) (@antonydellavecchia)
- start G-Algebras (#1511) (@tthsqe12)
- fix for the automorphism group of the trivial abelian group (#1513) (@simonbrandhorst)
- Catch empty generators in isomorphic_group_over_finite_field (#1514) (@joschmitt)
- Bump to 0.10.2 (#1515) (@thofma)
- test/PolyhedralGeometry/timings on macos: restrict openmp threads and allow more time (#1517) (@benlorenz)
- Julia
Published by github-actions[bot] almost 4 years ago
oscar.jl - v0.10.1
Oscar v0.10.1
Closed issues:
- Matrix group elements should act on "vectors". (#872)
- Multivariate rational function fields (#1261)
- Warning in serialization tests (#1407)
- Comparison of MPolyQuoIdeal's not correct (#1408)
- The incorrect displayed symbols in GAP online reference manual 39.7-6 CosetDecomposition. (#1409)
- Missing Base.in method for MPolyQuoIdeal (#1411)
- comparison of monomial orderings has a problem? (#1423)
- Oscar.jl/test/TropicalGeometry/initial.jl has a line that is 18 thousand characters long (#1425)
- Oscar.jl/test/TropicalGeometry/initial.jl has a line that is 18 thousand characters long (#1426)
- latest version of msolve (msolve_jll v0.2.5+0) seems to be buggy (#1431)
- Oscar.jl/test/TropicalGeometry/initial.jl fails when only a subset of the test suit is run (#1437)
- ToricVarieties: Bug in Stanley-Reisner ideal (#1440)
- random failure in Rings-conformance-tests (#1451)
- successful doctests on macos sometimes crashing on exit (#1473)
- Using F4 does not seem to correctly set the gb field of an ideal (#1481)
- F4 segfaults when exporting results back to Julia (#1484)
Merged pull requests:
- Warn in encodeType about unregistered type (#1406) (@fingolfin)
- Some improvements and polishing (#1410) (@AlexD97)
- add idealmembership for MPolyQuoIdeal (#1413) (@tthsqe12)
- trivia... (#1414) (@fieker)
- First steps for free resolutions (#1415) (@ederc)
- Introduce standard bases for ideals (for non-global orderings). (#1416) (@HechtiDerLachs)
- bump singular version (#1417) (@tthsqe12)
- support `allatlasgroupinfos(#1419) (@ThomasBreuer)
- all lifts are in singular.jl now (#1420) (@tthsqe12)
- removed aBase.:*method ... (#1421) (@ThomasBreuer)
- Adv/serializing field embeddings (#1422) (@antonydellavecchia)
- first small step in fixing the orderings (#1427) (@tthsqe12)
- Small bugfix for kernels of morphisms over localized rings. (#1428) (@HechtiDerLachs)
- Cb/update perm docs (#1429) (@CameronBraunstein)
- Msolve fixes (#1433) (@ederc)
- fixed code usingnamesoffusionsources` (#1434) (@ThomasBreuer)
- Fundamental invariants (#1438) (@joschmitt)
- ToricVarieties bugfix: grading of Coxring for Hirzebruch surface wrongly set (#1439) (@HereAround)
- minimalnonfaces: fix column number of IncidenceMatrix (#1441) (@benlorenz)
- Fix doctests for AA (#1442) (@thofma)
- Adv/cleanup polynomial serialization tests (#1443) (@antonydellavecchia)
- ToricVarieties: Extend conifold-transition example (#1444) (@HereAround)
- serialization: suppress + check warning on unknown polymake type (#1446) (@benlorenz)
- Move InvariantTheory to src (#1447) (@joschmitt)
- Fix orderings part1 (#1448) (@tthsqe12)
- added paper for later use (#1450) (@wdecker)
- missing init in product (#1453) (@tthsqe12)
- add algo parameter to galoisgroup(AnticNumberField) (#1454) (@fieker)
- Fix a @cite (#1456) (@fingolfin)
- singular->oscar ordering conversion (#1457) (@tthsqe12)
- renamed gapperm to perm and removed all gapperm references (#1458) (@CameronBraunstein)
- fixed `orthogonalsign` (#1461) (@ThomasBreuer)
- docu triviadocu triviadocu triviadocu triviadocu triviadocu triviadoc… (#1462) (@wdecker)
- TropicalGeometry: removed excessive test (#1464) (@YueRen)
- fix typo(s) (#1465) (@fieker)
- test/Polyhedron: make sure output order stays the same (#1466) (@benlorenz)
- Update dependencies (#1467) (@thofma)
- moved documentation to functions (#1468) (@CameronBraunstein)
- Use AbstractAlgebra v0.27 (#1469) (@joschmitt)
- alg options for integral_basis (#1470) (@tthsqe12)
- Improve simplify; make ext/tor work again, add test (#1476) (@AlexD97)
- Adv/serialization ns field emb (#1478) (@antonydellavecchia)
- Fix for issue 1481 (#1482) (@ederc)
- added more type encodings to avoid warnings (#1483) (@antonydellavecchia)
- Adv/matrix serialization (#1486) (@antonydellavecchia)
- Fix some outdated imports (#1488) (@thofma)
- Bump depdencies and tag 0.10.1 (#1490) (@thofma)
- Julia
Published by github-actions[bot] almost 4 years ago
oscar.jl - v0.10.0
Oscar v0.10.0
Closed issues:
- Serialization: add high-level save and load methods which take a Julia IO object (#1319)
- Extend invariant computation to permutation groups (#1346)
- "Error" when loading Oscar without internet connection (#1364)
- Test failure in QQAb conformance tests (#1392)
- Test failure on julia master (in GAP.jl) (#1395)
Merged pull requests:
- Minor improvements to tropical geometry code. (#1230) (@martapanizzut)
- Pr covered schemes mar22 (#1242) (@HechtiDerLachs)
- Module localizations pr may 22 (#1295) (@HechtiDerLachs)
- rearrange the code in experimental/GModule (#1309) (@ThomasBreuer)
- Unify and simplify type handling within PolyhedralGeometry (matrices) (#1321) (@alexej-jordan)
- Use Hecke.jl complexes for modules; fix direct sum (#1339) (@AlexD97)
- Don't use generic serialization automatically, add a test (#1341) (@fingolfin)
- Adv/ideal serialization (#1342) (@antonydellavecchia)
- Let Pkg sort Project.toml, to reduce diffs elsewhere (#1347) (@fingolfin)
- Remove trace(::MatrixGroupElem) (#1349) (@fingolfin)
- Make randpseudo(::GAPGroup) uniformly usable (#1350) (@fingolfin)
- Miscellaneous changes to the groups code (#1351) (@fingolfin)
- improvements/extensions for G-sets (#1352) (@ThomasBreuer)
- Serialization: Fix loading SimplicialComplex (#1353) (@lkastner)
- CI: don't run timing tests when JULIAPKGEVAL is set (#1354) (@benlorenz)
- Update a few calls to deprecated functions (#1355) (@fingolfin)
- Serialize singletons; avoid redundant backref ids (#1356) (@fingolfin)
- support invariant rings of permutation groups (#1357) (@ThomasBreuer)
- Add missing import from AA (#1358) (@thofma)
- Speed up secondary invariants using ideas by Simon King (#1359) (@joschmitt)
- Tweak bib (#1360) (@fingolfin)
- Fix some constructor for number fields from abelian closure (#1363) (@thofma)
- improvements/fixes for iso_oscar_gap (#1365) (@ThomasBreuer)
- added on_indeterminates for matrix action (#1367) (@ThomasBreuer)
- convenience methods for Vector * MatGroupElem (#1368) (@ThomasBreuer)
- Module Gröbner basis (#1369) (@AlexD97)
- PolyhedralComplex: fix commonrefinement type in polymake call (#1370) (@benlorenz)
- Fix wrong usage of // (#1371) (@thofma)
- added `mapword(#1372) (@ThomasBreuer)
- Localization overhaul (#1373) (@HechtiDerLachs)
- solve-by-radicals (#1374) (@fieker)
- Minor change inHilbertData(#1375) (@joschmitt)
- add basic doc... (#1377) (@fieker)
- Small adjustments to Docu following recent PRs (#1378) (@wdecker)
- Fix WARNING: could not import Oscar.projective_space into Oscar (#1381) (@fingolfin)
- add a examples/ docstring for abelian_closure (#1382) (@fieker)
- Allow save to / load from IOStream, and other serialization tweaks (#1383) (@fingolfin)
- Qab -> QQAb and variations (#1385) (@fieker)
- Serialization: switch save args order, remove deprecated stuff (#1386) (@fingolfin)
- Revise how the serialization type map is initialized (#1387) (@fingolfin)
- Fix field interface for QQAbField (#1388) (@thofma)
- Refine serialization test setup (#1389) (@fingolfin)
- Minor corrections in the documentation of the localizations and their… (#1390) (@HechtiDerLachs)
- doc: fix a serialization example (#1391) (@fingolfin)
- Fix abelian closure test (#1396) (@thofma)
- re(?) fix for fractional polynomials (#1397) (@fieker)
- fixed typo Chenese to Chinese (#1398) (@CameronBraunstein)
- CI: run only 2 macOS jobs, not 4 (#1399) (@fingolfin)
- added group action onMPolyIdeals (#1401) (@ThomasBreuer)
- Adv/katsura ideals (#1402) (@antonydellavecchia)
- get rid ofGAPaccess in GITFans.jl (#1403) (@ThomasBreuer)
- added an assertion to aquo` method (#1404) (@ThomasBreuer)
- Cleanup katsura docstrings (#1405) (@fingolfin)
- Julia
Published by github-actions[bot] almost 4 years ago
oscar.jl - v0.9.0
Oscar v0.9.0
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 singularring 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 `gappackagesartifact. (#1254)
- ToricVarieties: Various improvements (#1257)
- ToricVarieties: Use IntegerUnion for code improvement (#1280)
- GC crash while allocating GAP object (#1283)
- Matroid code error (#1284)
-hashproblem forQabElem(#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:
- Prefer setting struct fields by passing them to new (#875) (@fingolfin)
- Start central serialization methods (#1000) (@lkastner)
- Work on triangulations (#1111) (@tbrysiewicz)
- Add sparse multivariate polynomial rings to experimental (#1128) (@lgoe-ac)
- bs/matroids (#1142) (@bschroter)
- ToricVarieties: Towards intersection theory (#1146) (@HereAround)
- Improve the various groups libraries (#1169) (@fingolfin)
- first attempt to isomorphism (#1182) (@ThomasBreuer)
- Basics for tropical curves (#1183) (@lkastner)
- bump singular to 0.10 (#1184) (@tthsqe12)
- Version 0.8.3-DEV (#1185) (@thofma)
- Restore some docstrings for AffAlgHom (#1186) (@thofma)
- small changes (#1187) (@wdecker)
- removed bug in hilbertseriesexpanded (#1188) (@wdecker)
- Wrap Singular function minbase for homogeneous ideals (#1191) (@joschmitt)
- Basics of tropical linear spaces (#1194) (@lkastner)
- Allow symbols as arguments to free_group (#1196) (@FriedrichRober)
- Fix stabilizer for "large" permutation groups (#1197) (@fingolfin)
- README.md: add a section on how to contribute (#1198) (@fingolfin)
- Further functionality for affine algebras (#1199) (@wdecker)
- Document serialization, introduce issue and pr templates (#1200) (@lkastner)
- fixed an example for all_small_groups (#1201) (@ThomasBreuer)
- Some tweak for matrix groups code (#1202) (@fingolfin)
- Warn in isnormal & ischaracteristic that they do not check for subgroups (#1203) (@fingolfin)
- Cleanup BiPolyArray definition and constructors a bit (#1204) (@fingolfin)
- Start of wrapper for Julia matrices in GAP. (#1206) (@danielrademacher)
- added character parameters and class parameters (#1207) (@ThomasBreuer)
- ToricVarieties: A few minor changes (#1209) (@HereAround)
- Export cleanup (#1210) (@OguzhanYueruek)
- Rel galois (#1211) (@fieker)
- Tropical Geometry documentation improvement (#1212) (@OguzhanYueruek)
- fixed wrong conductor call (#1214) (@ThomasBreuer)
- More on Hilbert functions (#1215) (@wdecker)
- Start free associative ideals (#1216) (@tthsqe12)
- [CI] add julia 1.8, remove nightly on macos (#1218) (@benlorenz)
- extended multi Hilbert series and other stuff (#1220) (@wdecker)
- Remove local orderings as default_ordering for graded rings (#1221) (@joschmitt)
- various tweaks and poly/number field (#1222) (@fieker)
- Mention community page (#1223) (@lkastner)
- Mention community page + various (#1224) (@lkastner)
- Integrate StraightLinePrograms code (#1225) (@lkastner)
- [CI] reduce job timeout to 2 hours (#1226) (@benlorenz)
- docu snippets for #1191 (#1227) (@wdecker)
- support :indicators and :OD in char. table display (#1228) (@ThomasBreuer)
- Add actinggroup(C::GroupConjClass), document some stuff (#1229) (@fingolfin)
- docs: fix cohomCalg:Implementation bib entry (#1231) (@fingolfin)
- Some pedantic docstring tweaks (#1232) (@fingolfin)
- some asserts, some supplements to docu (#1234) (@wdecker)
- Attach topcom directly, serialize toric stuff (#1235) (@lkastner)
- ToricVarieties: Vanishing sets via cohomCalg (#1236) (@HereAround)
- Add conversion from Set{T} to sorted GAP lists (#1238) (@fingolfin)
- Galois cycle (#1239) (@fieker)
- Increase compatbility for halfspace/hyperplane types (#1240) (@alexej-jordan)
- fix missing init (#1241) (@tthsqe12)
- add isomorphism (#1243) (@ThomasBreuer)
- Add `coefficientring(::MPolyQuo); avoid typeof (#1244) (@fingolfin)
- Changeisisomorphicto only return aBool(#1246) (@fingolfin)
- Improve perfect groups library (#1247) (@fingolfin)
- use new function Singular.LibNormal.isNormal (#1248) (@tthsqe12)
- Subfield lattice (#1250) (@fieker)
- addedorthogonalsign(#1251) (@ThomasBreuer)
- catch a GAP error ininvariantsesquilinearform(#1252) (@ThomasBreuer)
- cache results ofisomorphism(#1253) (@ThomasBreuer)
- admit resultGrpAbFinGenformaximalabelianquotient(#1256) (@ThomasBreuer)
- Add input validation to some group constructors (#1259) (@fingolfin)
- Code formatting defaults (#1262) (@fingolfin)
- Minor additions and fixes (#1266) (@joschmitt)
- Rename 'Example' section to 'Examples' (#1268) (@fingolfin)
- Improve developer documentation (#1269) (@lkastner)
- small adjustment docuisnormal(#1270) (@wdecker)
- A bug fix and new feature for matroids (#1271) (@bschroter)
- Update to GAP.jl 0.8 (#1272) (@fingolfin)
- [CI] re-enable macos nightly test (#1273) (@benlorenz)
- Rings/mpoly-ideals.jl: ==(I::MPolyIdeal, J::MPolyIdeal), added check for generators before GB computation (#1274) (@YueRen)
- more code and documentation for group characters (#1275) (@ThomasBreuer)
- first step to integrate the group atlas into Oscar (#1276) (@ThomasBreuer)
- Polyhedral geometry/non redundant (#1277) (@alexej-jordan)
- honor --banner=no (and implicitly -q) (#1278) (@lkastner)
- ToricVarieties: Cache rings and ideals (#1279) (@HereAround)
- Enable attribute storing for group products (#1281) (@fingolfin)
- Fix timing bug (#1282) (@lkastner)
- Fix for dual matroids #1284 (#1285) (@bschroter)
- follow-up for pull request #1275 (#1286) (@ThomasBreuer)
- Allow Float as scalar for polyhedra (#1288) (@lkastner)
- Subfield lattice (#1289) (@fieker)
- provide ahashmethod forQabElem` (#1290) (@ThomasBreuer)
- ToricVarieties: More improvements (#1292) (@HereAround)
- Fix 'Oscar.builddoc(;doctest=:fix)' (#1294) (@fingolfin)
- Make doctests faster again (#1298) (@fingolfin)
- Galois doc (#1299) (@fieker)
- rearrange/extend G-set related code (#1300) (@ThomasBreuer)
- provide ZZ(x) and QQ(x) for QabElem (#1301) (@ThomasBreuer)
- Fix bug in loading of polymake objects (#1302) (@lkastner)
- Disable trimtrailingwhitespace in .editorconfig (#1303) (@fingolfin)
- small improvements for group character stuff (#1304) (@ThomasBreuer)
- added iso_oscar_gap(abelian_closure(QQ)) (#1305) (@ThomasBreuer)
- Macro for entering permutations in cycle notation (#1307) (@danielrademacher)
- Start of discretelog algorithm. (#1308) (@danielrademacher)
- Fix some typos (#1310) (@fingolfin)
- Rename quadratic matrix into square matrix (#1312) (@danielrademacher)
- adjustment multihilbertseries, improved docu wrt gradings (#1313) (@wdecker)
- SimplicialComplexes: Propose fix for (co-)homology (#1315) (@lkastner)
- Fix overwritten constructors (#1316) (@fingolfin)
- Enable (de)serialization for arbitrary tuple types (#1317) (@fingolfin)
- Fix "Replacing docs" precompilation warnings (#1318) (@fingolfin)
- add enough stuff to do an AlgCls(Fp) for reps (#1320) (@fieker)
- Add test/Rings/runtests.jl (#1322) (@fingolfin)
- versioninfo: add commit + commit-date (#1324) (@benlorenz)
- Some serialization tweaks (#1326) (@fingolfin)
- PolyhedralGeometry: Improve docstring (#1327) (@lkastner)
- Serialize Symbols; add some tests, minor cleanup (#1329) (@fingolfin)
- Conversions for GrpGen (#1330) (@thofma)
- Update to latest AA/Nemo/Hecke/Singular (#1331) (@fingolfin)
- Adapt to isFOO -> `isFOOchanges (#1332) (@fingolfin)
- Experimental MatrixGroup code: remove bad code from \<, cleanup (#1333) (@fingolfin)
- Tweak the new @perm macro a bit (#1334) (@fingolfin)
- Resolve #1195 (#1336) (@joschmitt)
- fixed a bug inactiononblocks` (#1338) (@ThomasBreuer)
- TropicalGeometry: underlying polyhedral complex (#1343) (@martapanizzut)
- Adjust ProjEllCrv to EllipticCurve changes (#1344) (@thofma)
- Remove transitive_identification (#1345) (@fingolfin)
- Julia
Published by github-actions[bot] about 4 years ago
oscar.jl - v0.8.2
Oscar v0.8.2
Closed issues:
- Add build option for ASCII/non-ASCII chars (#318)
- Fix nanosoldier failures / fix loading of GAP package ferret (#652)
- Promotion for finite fields (#960)
- describe for free groups and finitely presented groups (#987)
- msolve crashing for non-real solutions (#1040)
- Group homomorphisms without checks (#1098)
- Graded module morphism inconsistency (#1112)
- Inconsistent definition of irreducible secondary invariants (#1121)
- Implement describe(::GrpAbFinGen) (#1132)
- Wrap IsomorphismSimplifiedFpGroup, SimplifiedFpGroup (#1133)
- Something noisy in the groups code (#1141)
- Can we get the more of the small group database? (#1150)
- isooscargap for Z/nZ missing (#1170)
Merged pull requests:
- add some eye candy and conversions (#840) (@fieker)
- Adjust doctest for describe(G::GAPGroup) (#948) (@fingolfin)
- scalar/coefficient types in Polyhedral Geometry (#1020) (@alexej-jordan)
- Add option to allow unicode output (#1047) (@thofma)
- Maps from multivariate polynomial rings and quotients thereof (#1048) (@thofma)
- Add the minimaldegree option for irreducible representations (#1069) (@thofma)
- create Oscar groups with context (#1094) (@ThomasBreuer)
- support check for group homom. by images (#1101) (@ThomasBreuer)
- Generalize some method (#1102) (@thofma)
- Version 0.8.2-DEV (#1103) (@thofma)
- Force push when deploying docs (#1105) (@thofma)
- Fix typeof(gens(G)) for matrix groups (#1106) (@fingolfin)
- Spinor norms (#1107) (@simonbrandhorst)
- Thomas breuer tb parent (#1108) (@fieker)
- adjust MapFromFunc related code to changes in Hecke (#1109) (@ThomasBreuer)
- Update localizations and schemes. (#1110) (@HechtiDerLachs)
- Fix Graded module morphism incosistency (see #1112) (#1113) (@AlexD97)
- More fixes to satisfy the incoming MapFromFunc changes (#1114) (@thofma)
- ToricVarieties: Rational functionscharacters, basis of line bundle cohomology and construction of toric varieties from triangulations (#1115) (@HereAround)
- Fix bug with wrong number of arguments in triangulations part. (#1116) (@lkastner)
- More bugs in triangulations. (#1117) (@lkastner)
- Graded module morphism inconsistency (see #1112) (#1120) (@AlexD97)
- add Oscar.versioninfo() function and short technical description of oscar architecture (#1122) (@benlorenz)
- Revise secondary invariants (#1123) (@joschmitt)
- Spinor norms documentation formatting. (#1124) (@simonbrandhorst)
- Dictionaries for caching Gröbner bases w.r.t. different monomial orderings (#1125) (@ederc)
- Docs: Introduction for new developers (#1126) (@lkastner)
- [Do not merge] Fix in Modules for new complexes (#1127) (@AlexD97)
- added a new hom method (#1130) (@ThomasBreuer)
- Bump Hecke to 0.13 (#1131) (@thofma)
- More tests for gradings. Corrections. (#1134) (@wdecker)
- Groups: add type assertions to GAP calls, other tweaks (#1135) (@fingolfin)
- added describe for GrpAbFinGen (#1136) (@ThomasBreuer)
- Improve describe(::GAPGroup) and other group related changes (#1137) (@fingolfin)
- added optional argument check to haspreimage, improved an error message (#1138) (@ThomasBreuer)
- support `Oscar.isunicodeallowed` in matrix display (#1144) (@ThomasBreuer)
- set GAP info levels to zero when starting Oscar (#1145) (@ThomasBreuer)
- Wolfram (#1147) (@wdecker)
- Bug fix (#1148) (@fieker)
- msolve v0.2.3 (#1149) (@ederc)
- First version of multivariate Hilbert series and more (#1151) (@wdecker)
- Introduce tropical geometry (#1152) (@lkastner)
- towards a sparse abelian closure, requires Hecke (#1153) (@fieker)
- Temporarily disable printing test for julia master (#1156) (@thofma)
- Convert some Array -> Vector (#1157) (@fingolfin)
- doc: adjust cohomCalg:Implementation bibentry (#1158) (@fingolfin)
- Enable matrix orderings (#1160) (@joschmitt)
- Monomial ordering applications (#1161) (@ederc)
- Sanitize input for triangulation computation. (#1162) (@lkastner)
- support univariate rings in Q(t)x (@tthsqe12)
- Galois progress (#1164) (@fieker)
- polyhedral geometry: added constructions delpezzo and fanosimplex (#1166) (@micjoswig)
- Adjust localizations to proper types for monomial orderings (#1171) (@joschmitt)
- added iso_oscar_gap, iso_gap_oscar for residue rings (#1172) (@ThomasBreuer)
- Purge AlgHom (#1173) (@thofma)
- Version 0.8.2 (#1174) (@thofma)
- add better sieving in the wreath product case (#1175) (@fieker)
- split singularring into singularcoeffring and singularpoly_ring (#1176) (@tthsqe12)
- adjusting parts of Docu to new homomorphism type, some asserts (#1177) (@wdecker)
- allow the singular function to convert oscar orderings (#1179) (@tthsqe12)
- init=1 (#1180) (@fieker)
- some more fix (#1181) (@fieker)
- Julia
Published by github-actions[bot] about 4 years ago
oscar.jl - v0.8.1
Oscar v0.8.1
Closed issues:
- Separate section for number theory (#518)
- GF(p,1) does not work if p is large (i.e., and fmpz) (#590)
- Projective space in in JToric.jl vs. Oscar.jl (#769)
- Release 0.8 todo (#1026)
- adjust doc for toric varieties to OSCAR standard (#1039)
- ToricVarieties: Use properties of Oscar fans (#1055)
- Promotion seems to fail for decorated polynomial rings (#1063)
- Documentation and code forcoefficient_ring(:: AbstractNormalToricVariety) conflict (#1070)
- Don't use naked Vararg (#1072)
- Release Oscar 0.8.1 (#1082)
Merged pull requests:
- ToricVarieties: Faster Stanley-Reisner ideal, (default) coefficient ring, names for homogeneous variables and fmpz-valued rays from polymake (#939) (@HereAround)
- ToricVarieties: Line bundle cohomologies with cohomcalg (#944) (@HereAround)
- add support for Brueckner... (#985) (@fieker)
- ToricVarieties: Implement structure sheaf (#1032) (@HereAround)
- Graph: Add shortestpathdijkstra (#1041) (@lkastner)
- Start using AbstractAlgebra.@attr (#1049) (@fingolfin)
- Version 0.8.1-DEV (#1053) (@fingolfin)
- Various improvements of toric geometry part (#1054) (@lkastner)
- ToricVarieties: Additions for divisors, divisor classes and tensor products for line bundles (#1056) (@HereAround)
- Add parent check. (#1060) (@HechtiDerLachs)
- Add missing promotion (#1064) (@thofma)
- ToricVarieties/PolyhedralGeometry: Introduce FanLikeType (#1065) (@lkastner)
- added iso_oscar_gap for univar. polyn. rings (#1067) (@ThomasBreuer)
- conversion Oscar -> GAP for finite fields ... (#1068) (@ThomasBreuer)
- changed Oscar.RepPc.reps (#1071) (@ThomasBreuer)
- Fallback to plain GAP if ferret is not available (#1073) (@fingolfin)
- Use @attr some more (#1074) (@fingolfin)
- added documentation for group characters (#1076) (@ThomasBreuer)
- Make hnf less noisy (#1077) (@thofma)
- Secondary invariants (#1078) (@joschmitt)
- Wolfram (#1079) (@wdecker)
- Fix Vararg warning (#1080) (@thofma)
- Add deepcopy for MPolyElemdec (#1081) (@joschmitt)
- test/ToricVarieties: fix+improve test for Stanley Reisner ideal (#1086) (@benlorenz)
- test ismonomial + small things + suggestions @fingolfin (#1090) (@wdecker)
- Require Hecke >= 0.11.0 (#1091) (@thofma)
- add argument checks for `isooscargap,isogap_oscar(#1092) (@ThomasBreuer)
- Useread(io,String)instead ofString((read(io))` (#1096) (@fingolfin)
- Use @attr some more (#1097) (@fingolfin)
- ToricVarieties: Code improvements (#1099) (@HereAround)
- Version 0.8.1 (#1100) (@fingolfin)
- Julia
Published by github-actions[bot] over 4 years ago
oscar.jl - v0.8.0
Oscar v0.8.0
Closed issues:
- Document mpoly stuff (#123)
- Deprecate listperm, instead add constructors (#282)
- Create experimental PR using GroupsCore.jl (#399)
- docs: "introduction" vs "interface" (#515)
- subgroup and sub (#667)
- CI crash in test/Rings/mpoly_affine_algebras_test.jl with Julia 1.7.0-rc1 (#733)
- Remove workarounds in Polytopes after next libpolymakejulia release (#758)
- gaptojulia (#794)
- Implement simplicial complexes (#829)
- Rename, document and advertise `@declareotherandsetspecial/getspecial(#843)
- MissingBase.deepcopyinternalfor Group interface (#860)
- AllowFiniteField(fmpz(5),2)andGF(fmpz(5), 2)andGF(fmpz(5), 2, "t")(#863)
- funny spelling of function names in toric geometry section (#877)
- Fixabeliangroupto acceptfmpz(#884)
- allow ishomogeneous for more types of polynomials (#909)
- vertex-facet incidences for polyhedra (maybe others, too) unnecessarily expensive (#915)
- What to do for object clashes? (#922)
- CI: Codecov for experimental (#963)
- Ideals in generic polynomial rings (#988)
- missingordering` function for graded rings (#989)
- Polynomial build complex does not throw out of bounds error (#991)
- Improve show methods for Toric Line Bundles (#1017)
- README.md example is broken (#1030)
Merged pull requests:
- add a bit more compliant rand methods for GAPGroup (#402) (@kalmarek)
- Add more monomial and module orderings (#723) (@wbhart)
- added character_field (#836) (@ThomasBreuer)
- Cache computed properties for toric varieties (#839) (@HereAround)
- PolyhedralGeometry: Compute triangulations of polytope (#848) (@lkastner)
- Graded modules (#858) (@AlexD97)
- automorphism groups of GrpAbFinGen (#876) (@simonbrandhorst)
- Add PolyhedralComplex as new object (#887) (@lkastner)
- Put most toplevel import/using statements into single file (#892) (@fingolfin)
- Tidy up invariant theory code (#893) (@joschmitt)
- docu modules continued (#904) (@wdecker)
- Localizations of affine algebras and affine schemes (#905) (@HechtiDerLachs)
- Improve some functions for modules (#910) (@AlexD97)
- Bib: add some missing DOIs, minor tweaks (#913) (@fingolfin)
- Start to correct the binomials. (#914) (@tthsqe12)
- Developers Corner (#918) (@alexej-jordan)
- Added the AutomorphismGroupElem{T} where T' and first methods (#919) (@StevellM)
- First draft of simplicial complexes (#921) (@micjoswig)
- Fix degree computation for filtered rings (#923) (@AlexD97)
- Bump dependencies (#924) (@thofma)
- Improve SubObjectIterator (BoundsError, re-naming, face(t)s) (#925) (@alexej-jordan)
- Improve type stability (#927) (@fingolfin)
- Make use of get_attribute! (#928) (@fingolfin)
- Improvements toric varieties (#929) (@HereAround)
- Torsion form orthogonal group gens (#930) (@simonbrandhorst)
- Use imperative in docstrings, as per Julia guidelines (#931) (@fingolfin)
- Edit especially ugly occurences ofisandn(#933) (@lkastner)
- Require GAP 0.7.3 (#934) (@fingolfin)
- corrections to docu (#935) (@wdecker)
- Other minor improvements for toric varieties (#940) (@HereAround)
- New properties and attributes for toric line bundles (#941) (@HereAround)
- add accessors and constructors (#942) (@fieker)
- More grading (#943) (@fieker)
- Avoid needs_parentheses (#945) (@fingolfin)
- More work on GAP -> Oscar matrix conversion (#946) (@fingolfin)
- Addressing the issue from #945 (#947) (@HechtiDerLachs)
- Wolfram (#949) (@wdecker)
- PolyhedralGeometry: improve compatibility with fmpz and fmpq types (#950) (@benlorenz)
- Fix conversion of negative GAP integers to fmpz (#951) (@fingolfin)
- Give instructions for how to cite OSCAR (#953) (@fingolfin)
- More G-module (#954) (@fieker)
- Galois (#955) (@fieker)
- Improve show for modules (#956) (@AlexD97)
- Remove obvious zeros from intersection of modules (#957) (@AlexD97)
- Use import.jl [UngradedModules.jl] (#958) (@AlexD97)
- Adjust to recent Hecke changes (#959) (@thofma)
- Introduce Zariski open sets of affine schemes. (#961) (@HechtiDerLachs)
- CI: update codecov/codecov-action to v2 (#962) (@fingolfin)
- add stuff to compute representations for PcGroups (#964) (@fieker)
- use the "new", sparse free_module only for MPoly (#965) (@fieker)
- Add experimental folder to coverage (#967) (@thofma)
- Documentation [UngradedModules.jl] (#968) (@AlexD97)
- More GAP -> Oscar conversions (#969) (@fingolfin)
- add tests for gmodules and move to Experimental (#970) (@fieker)
- first version ofschurindex(#971) (@ThomasBreuer)
- Improve type stability/inference (#974) (@fingolfin)
- Improve SimplicialComplex (#977) (@alexej-jordan)
- amendments to #965 (#978) (@wdecker)
- first attempt forisogaposcar(#979) (@ThomasBreuer)
- Resolved max and min bifurcation via the word optimal (#983) (@tbrysiewicz)
- Adjust naming convention and minor cleanup (#984) (@thofma)
- Support MatrixGroup over integer matrices (#992) (@fingolfin)
- Adjust docu to PR #943 and more on graded rings (#994) (@wdecker)
- Mj/simplicial homology (#996) (@micjoswig)
- Delay Singular ring instantiation during ideal generation (#998) (@ederc)
- Improve showing toric varieties (#999) (@lkastner)
- Make parts of the groups code more Julia-ish (#1001) (@fingolfin)
- Fix promotion for graded polynomial rings (#1002) (@thofma)
- next iteration forisooscargapandisogaposcar(#1004) (@ThomasBreuer)
- addedmaximalabelianquotient(#1007) (@ThomasBreuer)
- Remove Singular dependencies from msolve (#1008) (@ederc)
- Adjust docu to PR #994 (#1009) (@wdecker)
- Allow more graded ops (#1010) (@tthsqe12)
- renamedcentretocenter(#1011) (@ThomasBreuer)
- Reacting to an old comment by @fingolfin (#1012) (@wdecker)
- improved some assertion messages (#1014) (@ThomasBreuer)
- polyhedral: g- and h-vectors (#1016) (@micjoswig)
- Wolfram (#1018) (@wdecker)
- fixedcentre->center` in a test (#1019) (@ThomasBreuer)
- New module type file (see #1013) (#1021) (@AlexD97)
- Added gelfand tsetlin polytope (#1022) (@tbrysiewicz)
- small additions concerning irrationalities (#1024) (@ThomasBreuer)
- Add restriction of codomain for abelian groups (#1025) (@thofma)
- bib: 'Pairs of Generators for Matrix Groups' is now on the arXiv (#1027) (@fingolfin)
- ToricVarieties: Bug fix (#1028) (@HereAround)
- Add etc/updateversion.sh script (#1029) (@fingolfin)
- ToricVarieties: Improve show method for toric line bundles (#1031) (@HereAround)
- ToricVarieties: Resolve #922 (#1033) (@lkastner)
- ToricVarieties: Computation of Betti numbers limited to complete, simplicial varieties (#1034) (@HereAround)
- PolyhedralGeometry: Deal with fine and star triangulations. (#1035) (@lkastner)
- support deepcopy_internal for group elements (#1037) (@ThomasBreuer)
- changed compose in src/Groups ... (#1038) (@ThomasBreuer)
- Adjust for GroupsCore conformance tests (#1042) (@fingolfin)
- Replace arbitrary 'authors' list by a generic entry (#1043) (@fingolfin)
- Fix README (#1044) (@thofma)
- Bump version of AA + Nemo + Singular + Hecke (#1045) (@thofma)
- More on gradings (#1046) (@wdecker)
- Remove deprecated function listperm (#1050) (@fingolfin)
- Tag new version 0.8.0 (#1052) (@thofma)
- Julia
Published by github-actions[bot] over 4 years ago
oscar.jl - v0.7.1
Oscar v0.7.1
Closed issues: - Add native support for Apple M1 (#546) - Schemes (#561) - polymake warning: couldn't run 4ti2: zsolve -q (#691) - New Oscar release (#802) - could not initialize the perl interpreter -- julia 1.6.4 on macos (#831) - PolynomialRing fails on print when trivial (#834) - Internal stackoverflow julia master + MacOS (#842) - Error running test suite due to polymake failure (#854) - ehrhart Polynomials (#896)
Merged pull requests: - Unify iterators (#798) (@alexej-jordan) - ToricVarieties: adapt to iterator changes to fix master (#837) (@benlorenz) - First implementations for line bundles on toric varieties (#838) (@HereAround) - CI: limit concurrency for PR builds but not for master (#844) (@fingolfin) - Parametrizing rational plane curves (#846) (@wdecker) - Don't access R.other directly (#849) (@fingolfin) - Fix show methods to print to the given io (#850) (@fingolfin) - Speed up PolyhedralGeometry tests (#852) (@benlorenz) - move QabElem <-> GAP cyclotomics conversion (#853) (@ThomasBreuer) - Fix deprecation warning (#855) (@fingolfin) - Speed up primary invariants test (#857) (@joschmitt) - Refactor some GAP<->Julia conversions (#859) (@fingolfin) - Remove 'function' from docstrings (#865) (@fingolfin) - Use string interpolation in more places (#868) (@fingolfin) - More GAPWrap for type stability and better performance (#869) (@fingolfin) - isometry groups of hermitian and quadratic lattices (#870) (@simonbrandhorst) - Additional functionality requested from various people (#871) (@lkastner) - docu for free modules (#873) (@wdecker) - add build scripts. (#874) (@fieker) - bib entry corrected (#878) (@micjoswig) - input data fixes for neogb and msolve calls on Apple M1 (#882) (@ederc) - Remove unconditional @info in msolve (#883) (@thofma) - Wolfram (#885) (@wdecker) - get/setspecial -> get/setattribute (#891) (@fingolfin) - Make ehrhartpolynomial univariate (#897) (@lkastner) - Tag 0.7.1 (#898) (@thofma) - CI: run automatically only for master and PRs, add workflowdispatch for manual CI runs (#899) (@benlorenz)
- Julia
Published by github-actions[bot] over 4 years ago
oscar.jl - v0.7.0
Oscar v0.7.0
Closed issues:
- supported Julia versions (#80)
- Better feedback when users try to use our packages under Windows (#235)
- Scary but harmless error about ferret binary missing (#283)
- builddoc expects that Documenter, DocumenterCitations, DocumenterMarkdown are installed (#340)
- confusion on the return of collect(permutation group) (#345)
- Constructors for polyhedral objects (#388)
- Oscar doesn't precompile with Julia 1.7.0-beta2 (#504)
- docs: weirdness in navbar with docs included from Hecke (#513)
- docs: why do some filenames have a prefix like `ca,pg,it? (#514)
- error installing Ferret: gmp.h not found (#540)
- singular_ring not working for finite prime fields (#564)
- Problems with $ in singular_ring (#574)
- singular_ring woes (#575)
- New binaries with flint 2.8 (#589)
- docs: add a "FAQ" or "Common questions & troubleshooting" section to the manual (#640)
- Something goes wrong with divides in quotient rings (#645)
- AlgebraHomomorphism doesn't seem to copy its own list of generators (#655)
- Add docstring fordescribe(G::GAPGroup)and add it to the manual (#657)
- (documentation) univariate polynomials: normalise function example (#662)
- Polymake lattice_points not in the documentation? (#663)
-numbermovedpointsdoes not know that it returnsfmpz(#666)
- Some functionality missing for rings (#672)
- Unifying and streamlining Polytopes interfaces (#677)
- AddIntegerUnion = Union{Integer, fmpz}somewhere (#679)
-convertforGAP.GapObj(#681)
- Invariant ring and polynomial ring with complex coefficients (#687)
- docs: remove reference to Oscar.Integer, Oscar.Rational; update or removeIntegerTypes.svgandRationalTypes.svg(#688)
- Affine way of thinking causes confusion with trivial hyperplane (#715)
- Require Julia >= 1.6 ?! (#716)
- CI tests with Julia nightly fail precompiling Singular.jl (#721)
- CI tests segfault on master with Julia 1.7, nightly, since merge of Modules PR #461 (#735)
- Segfault in libcurl whenDownload.download` is used by GAP.jl (#773)
- Test failures, possible caused by GAP.jl 0.7.1 (#774)
- Allow constructing ideals with no generators (#784)
- Test suite speed regression (#788)
- HomotopContinuation.jl/OSCAR compatibility issue (#792)
- Equality test for zero ideals fails (#795)
- zsolve problems on macOS (#801)
- msolve dependency broken? (#814)
Merged pull requests:
- Modules WIP (@AlexD97)
- Property iterators (#578) (@alexej-jordan)
- Change the presentation of the documentation for plane curves (#592) (@delphinepol)
- Interface to the Singular library Paraplanecurves.lib (#605) (@delphinepol)
- docs: unify filenames (#621) (@fingolfin)
- Combine incidencematrix (#622) (@alexej-jordan)
- docu more concise (#625) (@wdecker)
- Add type assertion to a bunch of isFOO functions (#626) (@fingolfin)
- Simplify VERSIONNUMBER computation (#627) (@fingolfin)
- more information for the non-expert (#628) (@wdecker)
- Update binomialideals.jl - symbols for variables given by the user (#630) (@CarloSircana)
- Change default for Qab to use ζ (#631) (@thofma)
- adjusting to #631 (#633) (@wdecker)
- Return isomorphism in isomorphicmatrixgroupoverfinitefield (#634) (@thofma)
- Invariant theory (#635) (@joschmitt)
- added textbook references (#637) (@ThomasBreuer)
- more functions documented (#639) (@wdecker)
- Add Molien series for the non-modular case (#641) (@thofma)
- Use bibtool to organize bibliography (#642) (@fingolfin)
- Introduce graphs as Oscar objects (#644) (@lkastner)
- Grade the polynomial ring in an invariant ring (#646) (@joschmitt)
- Fixes divides for quotient rings (#647) (@ederc)
- Fix loading Oscar when offline (#650) (@fingolfin)
- Fix for modular groebner basis (#651) (@thofma)
- Temporarily pin Hecke version in the doc build (#653) (@thofma)
- Fix a problem with MappedWord (#654) (@joschmitt)
- fundamental invariants, invariant rings as affine algebras (#656) (@wdecker)
- Fix #655 (#661) (@thofma)
- Fix Oscar (#665) (@thofma)
- Purge Oscar.Integer (#668) (@thofma)
- Minor change (#669) (@delphinepol)
- Fix type instability in `numbermovedpoints` (#670) (@thofma)
- Improve some GAP related code (#671) (@fingolfin)
- Clean up docs/oscarreferences.bib (#673) (@fingolfin)
- Added functionalities for non plane curves (#675) (@delphinepol)
- Add some defensive asserts in MPolyQuo* constructors (#678) (@thofma)
- Add conversion from oscar GapGroup and GapGroupElem to GAP.GapObj. (#680) (@FriedrichRober)
- Add IntegerUnion (#686) (@fingolfin)
- Finish the integer purge (#689) (@tthsqe12)
- Remove broken Coveralls integration (#692) (@fingolfin)
- Refactor parts of the groups code (#693) (@fingolfin)
- Add Singular's implementation of King's algorithm (#694) (@joschmitt)
- Reynolds operator and bases of invariant rings (#695) (@joschmitt)
- Fix performance regression (#698) (@thofma)
- Issue/677 (#700) (@lkastner)
- fix typos in orderings (#701) (@fieker)
- Gal qt (#702) (@fieker)
- bump dep versions (#706) (@tthsqe12)
- docs: fix incorrect Pages entries in @contents blocks (#708) (@fingolfin)
- Replace Vector{<:Any} by Vector (#709) (@fingolfin)
- added a helper to convert certain GAP matrices (#710) (@ThomasBreuer)
- Remove CompatHelper, it just creates noise (#711) (@fingolfin)
- Feature/polytopes/new standard constructions (#717) (@OguzhanYueruek)
- first attempt to stabilizer for groups (#718) (@ThomasBreuer)
- added a docstring for describe(G::GAPGroup) (#719) (@ThomasBreuer)
- Require Julia >= 1.6 (#720) (@fingolfin)
- move some code from experimental/GaloisGrp (#724) (@ThomasBreuer)
- first version of GITFans in Oscar (#725) (@ThomasBreuer)
- Merging the code of Polymake/ into Polytopes/ (#726) (@lkastner)
- group characters stuff (#727) (@ThomasBreuer)
- Polymake: bump compat to 0.6 for new polymake version 4.5 (#728) (@benlorenz)
- Update to GAP 0.7 (#729) (@fingolfin)
- Replace many uses of GAP.gaptojulia (#734) (@fingolfin)
- SubQuo: add type annotation to fix crash with julia 1.7 and nightly (#738) (@benlorenz)
- Import JToric code (#739) (@fingolfin)
- Move docs for sub(G::GAPGroup, elems) into docstring (#740) (@fingolfin)
- Remove hash(::FreeModuleElem), already in AA 0.22.2 (#741) (@fingolfin)
- Drop unused Requires.jl dependency (#742) (@fingolfin)
- start docu for monomial orderings (#743) (@wdecker)
- First draft for FAQ, style guide, diffs to other systems (#744) (@fingolfin)
- Toric variety structs (#745) (@lkastner)
- Introduce Cyclic Quotient Singularities (#746) (@lkastner)
- Polytopes: Minor improvements (#747) (@lkastner)
- Documentation for strong Gröbner bases over the integers (#748) (@ederc)
- Use IncidenceMatrix for PolyhedronOrConeIterator (#749) (@alexej-jordan)
- fixed QabElem, improved printing of char. tables (#752) (@ThomasBreuer)
- overhaul after implementing King's algorithm (#754) (@wdecker)
- Extended toric functionality (#755) (@HereAround)
- unified docu of quotient rings and affine algebras into affine algebr… (#757) (@wdecker)
- move functions into Hecke for this branch (#759) (@fieker)
- Kemper's algorithm for primary invariants of minimal degree (#761) (@joschmitt)
- Refactor order(::MatrixGroup) (#762) (@fingolfin)
- Introduce computation of toric ideals (#764) (@lkastner)
- Short paragraph on constructing polynomials. (#765) (@wdecker)
- Rename accessor to underlying polymake object (#767) (@lkastner)
- Localization framework for commutative rings (#768) (@HechtiDerLachs)
- update singular to v0.8 (#775) (@tthsqe12)
- Change perfectgroup to return permutation groups by default (#776) (@fingolfin)
- docs: workflow to cleanup doc preview after closing PR (#778) (@benlorenz)
- ToricVarieties: Move docs under Algebraic Geometry, minor improvements (#779) (@lkastner)
- Issue/772 and SubObjectIterator (#780) (@alexej-jordan)
- Introduces msolve functionality to OSCAR (#781) (@ederc)
- Faq: WIP (#782) (@fieker)
- initial step towards matrix groups in char. zero (DRAFT) (#783) (@ThomasBreuer)
- Some code unification (#785) (@lkastner)
- Documentation by Wolfram on ungraded modules (#786) (@AlexD97)
- Add birkhoff, pyramid, bipyramid to manual (#789) (@fingolfin)
- move Cohomology to GModule to experimental (#793) (@fieker)
- get rid of the `matisofield in matrix groups (#796) (@ThomasBreuer)
- changedshowforMatrixGroupElem... (#797) (@ThomasBreuer)
- fix forringisooscargap(#799) (@ThomasBreuer)
- Improve documentation of toric varieties (#800) (@HereAround)
- Adjust doctest to latest Singular.jl (#804) (@fingolfin)
- Fix #788 (Test suite speed regression) (#805) (@AlexD97)
- Fix direct product of modules (#806) (@AlexD97)
- Some tweaks to the GAP code (#807) (@fingolfin)
- improveringisooscargap` for finite fields (#808) (@ThomasBreuer)
- CI: cancel superfluous CI runs for pull requests (#810) (@fingolfin)
- Fixes #795 (#811) (@thofma)
- Fewer nested rings in tests, and groebner over immutables (#812) (@tthsqe12)
- Tweak the "cancel" workflow (#813) (@fingolfin)
- Improvements (and minor extension) for toric varieties (#815) (@HereAround)
- Minor tweaks to the group actions code (#816) (@fingolfin)
- support empty lists of group generators (#817) (@ThomasBreuer)
- CI: use cancel-in-progress (#818) (@fingolfin)
- Optimize some calls into GAP (#819) (@fingolfin)
- Implement group of torusinvariant Cartier divisors and the Picard group (#820) (@HereAround)
- Fix (work around...) #784 (#821) (@joschmitt)
- small changes in preparation of docu (#822) (@wdecker)
- Fix minor bugs (#823) (@AlexD97)
- Require GAP 0.7.2 (#824) (@fingolfin)
- Fix some matrix(...) call relying on soon to be changed method (#825) (@thofma)
- Fill in some Hecke stubs (#826) (@thofma)
- Require Singular 0.9.0 (#827) (@tthsqe12)
- Rework folder structure and some minor improvements to PolyhedralGeometry (#828) (@lkastner)
- overhauling the commutative algebra docu for release (#830) (@wdecker)
- Bump Hecke version to 0.10.25 (#832) (@thofma)
- Version 0.7.0 (#833) (@fingolfin)
- Julia
Published by github-actions[bot] over 4 years ago
oscar.jl - v0.6.0
Oscar v0.6.0
Closed issues:
- Groups: Replace adhoc linear algebra code (#407)
- iszero duplicate (#417)
- Absolute factorization docstring example failing (#420)
- Documentation broken (#422)
- OSCAR website should link to docs (#443)
- Don't forget to fix singularring(::NmodRing) (#444)
- Random error in FreeModules-graded-test.jl (#451)
- Introduce (resp. import from Hecke) `coefficientringfor our polynomial rings (including decorated) (#454)
- Ideal membership (#485)
- inexplicable behaviour of QabField (#491)
- bug inhilbertpolynomial` (#505)
- docs: collapse all top-level entries in the navigation by default (#512)
- docs: ordering of top-level entries (#516)
- Missing functionality for quotients of graded rings (#526)
- Kroki (#529)
- Determinants of matrices with polynomial entries (#545)
- problem with building the Oscar documentation (#547)
- Printing roots of unity (#552)
- segmentation fault primary decomposition over number field (#557)
- No singularring for finite fields (#566)
- geometricgenus(C::ProjectivePlaneCurve{S}) is wildy type unstable (#572)
- Importing Oscar breaks display of Vectors in Pluto notebooks (#597)
- docs: disable doctests by default, allow enabling (#604)
- `galoisgroup` problems (#613)
Merged pull requests:
- Binomial ideals (#401) (@CarloSircana)
- Projective elliptic curves and points on it (#411) (@delphinepol)
- Bump version to 0.5.3-DEV (#415) (@thofma)
- Don't run doctest of upstream packages (#416) (@thofma)
- add mpoly-parametric file for Q(t)x (@tthsqe12)
- Remove duplicate method for iszero(I::MPolyIdeal) (#419) (@fingolfin)
- Nestings (#421) (@tthsqe12)
- Fix documentation build (+ tweaks) (#423) (@thofma)
- Mat elim (#425) (@GDeFranceschi)
- homogenous -> homogeneous (#428) (@fingolfin)
- access to GAP's "tester" and "setter" functions (#431) (@ThomasBreuer)
- small changes in Docu (#433) (@wdecker)
- Remove the module name from the docstring (#435) (@thofma)
- Bugfix in "noethernormalization" (#436) (@raulepure)
- various changes in docu (#438) (@wdecker)
- small change suggest by @rfourquet (#439) (@wdecker)
- Fix binomial primary decomposition (#440) (@CarloSircana)
- Export MPolyQuoElem for better printing (#441) (@thofma)
- Bump dependencies (#442) (@thofma)
- added `labelledmatrixformatted` (#445) (@ThomasBreuer)
- Decorate MPolyElemdec with another type paramter (#446) (@thofma)
- Begin new structure docu CA (#447) (@wdecker)
- Normal form (#448) (@ederc)
- Improvements on isunital function (#450) (@CarloSircana)
- Removed homogenization.jl (#452) (@delphinepol)
- simple tests for ideals (#453) (@wdecker)
- Groebner fixes (#455) (@ederc)
- Fix #451 (#456) (@thofma)
- correction + addition (#457) (@wdecker)
- include binomialideals.jl (#458) (@CarloSircana)
- Fix for binomial primary decomposition (#459) (@CarloSircana)
- add upperboundtheorem in polytopes (#460) (@OguzhanYueruek)
- add interface, protoptype, to Singular fancy orderings (#462) (@fieker)
- Extend PolynomialRing constructors (#463) (@thofma)
- Wolfram (#464) (@wdecker)
- Wolfram2 (#465) (@wdecker)
- Adapted genus for curves to recent changes (#466) (@delphinepol)
- Reorder include statements (#467) (@thofma)
- Polytopes: Initial documentation (#468) (@lkastner)
- fix some nesting bugs (#469) (@tthsqe12)
- Primality proving (#470) (@delphinepol)
- more on quotient rings, various, docu (#471) (@wdecker)
- add absoluteprimarydecomposition over QQ (#472) (@tthsqe12)
- Restructured docu (#473) (@wdecker)
- Clarify groebner assure (#474) (@tthsqe12)
- Two trivial changes (#476) (@fingolfin)
- Added the available docstrings for Groups (#477) (@ThomasBreuer)
- start docu binomial ideals (#478) (@wdecker)
- Fix binomial ideals (#479) (@CarloSircana)
- Update Algebra Homomorphisms (#481) (@raulepure)
- split groups.md into several files (#482) (@ThomasBreuer)
- Bump dependencies (#486) (@thofma)
- fix coordinates to return graded polys (#487) (@fieker)
- fixes leadingideal stuff (see issue #485) (#489) (@ederc)
- deepcopy bug fixes (#490) (@tthsqe12)
- Remove illegal == for QabField (#492) (@thofma)
- add interface to Conway polys in flint (#493) (@fieker)
- small changes affine algebras and Docu (#494) (@wdecker)
- added an index to the Oscar documentation (#495) (@ThomasBreuer)
- Use DocumenterCitations >= 0.2.5 for docs (#496) (@fingolfin)
- changed/fixed references (#498) (@ThomasBreuer)
- started docu invariant theory (#500) (@wdecker)
- Add docs/README.md (#501) (@fingolfin)
- try to automate and improve the doc building. WIP (#502) (@fieker)
- Some minor doc tweaks (#503) (@fingolfin)
- Basic functionality for quotient rings (#506) (@ederc)
- corrected hilbertpolynomial (#507) (@wdecker)
- Wolfram (#509) (@wdecker)
- First attempt for a documentation for the PlaneCurveModule (#510) (@delphinepol)
- Use @cite in two more places (#511) (@fingolfin)
- basic function field support (#519) (@8d1h)
- docs: reorder top-level entries (#521) (@fingolfin)
- docs: collapse level 1 in the navbar (#522) (@fingolfin)
- Refactor code for building the documentation (#524) (@fingolfin)
- Small fix for AlgHom (#527) (@raulepure)
- Fix nmod ring (#528) (@tthsqe12)
- mostly cosmetics (#530) (@wdecker)
- Fix return type of homogenouscomponents (#531) (@thofma)
- Fix coercion into quotient rings (#532) (@thofma)
- Fix evaluation for graded polynomials (#533) (@thofma)
- Fix promotion (#534) (@thofma)
- Rename function to obtain underlying abelian group (#535) (@thofma)
- some doctest examples (#537) (@wdecker)
- Towards char 0 matrix groups in Oscar (#538) (@joschmitt)
- Make degree of zero elements throw (#543) (@thofma)
- fix divides for zero dividend (#544) (@tthsqe12)
- add "Introduction" sections to the documentation (#549) (@ThomasBreuer)
- docs: try harder to use the same module instances (#550) (@fingolfin)
- replaced more bib entries (#551) (@ThomasBreuer)
- Bump dependencies, ad some ad hoc methods and fix promote rules (#555) (@thofma)
- example absolut primary decomposition (#556) (@wdecker)
- Adjust AbstractAlgebra doc refs after recent rearrangement. (#562) (@wbhart)
- proper singularring(::AnticNumberField) (#563) (@tthsqe12)
- Minor changes to Plane Curve and Curve Divisor (#565) (@delphinepol)
- add singularring(::FqNmodFiniteField) (#567) (@tthsqe12)
- fix prining of QabElem (#568) (@tthsqe12)
- fix ideal printing (#570) (@tthsqe12)
- Clean up for abelian closure (#571) (@thofma)
- Fixed problem of stability of types for genus of curves (issue #572) (#579) (@delphinepol)
- Fix typo in _initJuliaData, simplify code (#580) (@fingolfin)
- introductary text (#581) (@wdecker)
- WIP: next step for documentation of groups (#583) (@ThomasBreuer)
- First interface for invariant theory of finite groups (#584) (@joschmitt)
- Upgrade to GAP.jl 0.6 (#586) (@fingolfin)
- Run CI tests with Julia 1.7 (#587) (@fingolfin)
- Fix AA version in the documentation (#593) (@thofma)
- changed the rand methods for groups and cosets ... (#598) (@ThomasBreuer)
- some more docu for invariant theory (#599) (@wdecker)
- Bump dependencies (#600) (@thofma)
- fixed omega_group(d, q) for odd d and even q (#601) (@ThomasBreuer)
- fix doctests in invariants (Array->Vector) (#602) (@benlorenz)
- docs: rework docs-project, allow doctest option (#606) (@benlorenz)
- more details on set-up in docu of invariant theory (#607) (@wdecker)
- Feature/polytopes/catalansolid (#608) (@OguzhanYueruek)
- Improve isomorphicgroupoverfinite_field (#609) (@fingolfin)
- Polytopes: Add SubdivisionOfPoints object (#610) (@lkastner)
- Docs/polytopes (#611) (@tbrysiewicz)
- Update Singular.jl to 0.6.0 (#612) (@tthsqe12)
- CI: enable color in docu workflow (#614) (@fingolfin)
- Enh/polytopes/normal cone (#616) (@lkastner)
- Polytopes: Further improve docs (#619) (@lkastner)
- Set version to 0.6 (#620) (@thofma)
- Julia
Published by github-actions[bot] almost 5 years ago
oscar.jl - v0.5.2
Oscar v0.5.2
Closed issues:
- Factoring polynomials over finite fields does not work. (#188)
- Error in factoring polynomials over QQ (#211)
- Make a new release, soon (#234)
- wrong type? (#260)
- ideal in quotient ring (#263)
- BoundsError: attempt to access 0-element Array{GrpAbFinGenElem,1} at index 1
- Add a bibliography to our manual(s) (#311)
- Ensure CI also covers our doctests (#323)
- Coercing a vector into a perm group should fail if it is too long (#371)
- direct_product for groups should give the embedding / projection morphisms (#372)
- groebner_basis result is different to std (#397)
- Weird behaviour with all latest masters maybe Oscar.Integer should be the same as Base.Integer
Merged pull requests:
- Oscar matrix (#173) (@GDeFranceschi)
- an experiment in mixing docs... (#209) (@fieker)
- Vect spaces (#244) (@GDeFranceschi)
- Jordan struct (#268) (@GDeFranceschi)
- collected stuff to compute Galois groups of type M22 (#273) (@fieker)
- Set version to 0.5.2-DEV (#284) (@thofma)
- Add configuration for GitHub Codespaces (#286) (@fingolfin)
- Some cleanup and simplification to polytopes code (#287) (@fingolfin)
- Polytopes: support fmpzmat, fmpqmat in convexhull (#288) (@fingolfin)
- Forms (#290) (@GDeFranceschi)
- Added some functionalities for polynomials using the corresponding Si… (#292) (@delphinepol)
- add normalise(::MPolyQuo) (#293) (@tthsqe12)
- powmod -> powermod. Addresses Nemo # 988 (#294) (@wbhart)
- Small fix in invariant (#295) (@Pi-tree)
- Try to fix resolvent (#297) (@Pi-tree)
- add basic qring ideal arithmetic (#299) (@tthsqe12)
- First version of polyhedral fans (#300) (@lkastner)
- permutations act on fmpz (#302) (@ThomasBreuer)
- add more functions related to primary decomposition (#303) (@tthsqe12)
- some functionality for G-sets (#304) (@ThomasBreuer)
- Small mpoly fixes (#306) (@tthsqe12)
- Transform form (#307) (@GDeFranceschi)
- split mpoly.jl into mpoly-ideal.jl (#308) (@wdecker)
- Refactor mpoly-graded-test.jl (#309) (@thofma)
- final touches (powering and intersect) (#312) (@fieker)
- Added functionalities for ProjCurveDivisor. (#313) (@delphinepol)
- fixes missing docstrings for ideal operations (#314) (@ederc)
- Refactor FreeModules-graded-test.jl, fix #270 (#315) (@thofma)
- Extracting and documenting groebner functionality (#316) (@ederc)
- make documentation examples jldoctests (#317) (@ederc)
- further functionality for ideals (#319) (@fieker)
- fix intersection of multiple ideals (#320) (@tthsqe12)
- Address some issues (#321) (@GDeFranceschi)
- no more end-user docu for internal groebner-related functionality, (#322) (@ederc)
- Don't deploy docs twice in CI, don't deploy locally (#324) (@fingolfin)
- func with monomial orderings (#325) (@fieker)
- docs: use DocumenterCitations (#326) (@rfourquet)
- Radical membership and other functionality (#327) (@fieker)
- Early attempt on an interface for elliptic curves (#328) (@delphinepol)
- converts examples from docu to jldoctests in mpoly-ideals.jl (#329) (@ederc)
- move Hilbert stuff over to Wolfram (#330) (@fieker)
- various additions (#333) (@wdecker)
- basering(A), modulus(A) (#334) (@wdecker)
- Fix grade (#335) (@fieker)
- Wolfram (#336) (@wdecker)
- Bump AA/Nemo/Singular version (#337) (@thofma)
- Functionality for Hilbert data of affine algebras. (#338) (@wdecker)
- add normalizewithdelta (#339) (@tthsqe12)
- isfiltrated -> isfiltered (#341) (@fingolfin)
- Build documentation on GitHub hosted runner (#342) (@fingolfin)
- CI: don't cache Julia artifacts (#343) (@fingolfin)
- CI: enable doctests (#344) (@fingolfin)
- Documentation text on Hilbert functions and further improvements on docu (#346) (@wdecker)
- adjusted help texts of Noether normalization and normalization as wel… (#350) (@wdecker)
- New isometry groups (#351) (@GDeFranceschi)
- dded function isnormal + docu (#352) (@wdecker)
- A new try on algebra homomorphisms (#354) (@raulepure)
- Add eltype + tests (#355) (@GDeFranceschi)
- fixed orbits for PermGroup (#357) (@ThomasBreuer)
- Docu for Raul's improvement of algebra homomorphisms (#358) (@wdecker)
- Deprecate coeffs (#359) (@wbhart)
- Fixed problem with missing docstring (#360) (@wdecker)
- Added help text for Hilbert data (#361) (@wdecker)
- some (harmless) things in Galois Group (#362) (@fieker)
- Further functionality for AlgHoms (#363) (@raulepure)
- Fix some doctest issues (#364) (@fingolfin)
- new functionality for Hilbert data, algebra homs (by Raul), and respe… (#365) (@wdecker)
- Replaced x by t in representing Hilbert data (#366) (@wdecker)
- Transform form groups (#368) (@GDeFranceschi)
- Modified conversion of elements related to MPolyQuo (#370) (@raulepure)
- Replace mapcoeffs -> mapcoefficients. (#375) (@wbhart)
- Updating AlgHom and "subalgebramembership" (#376) (@raulepure)
- Strat to document functionality on modules (#377) (@wdecker)
- Two issues fixed. (#378) (@GDeFranceschi)
- Improved docu for ideals (#379) (@wdecker)
- Adjusted docstrings to changes by Raul, improved docu of affine algebras (#380) (@wdecker)
- Added functions for homogenization (#381) (@delphinepol)
- Weierstrass form from an elliptic curve (#382) (@delphinepol)
- Remove tail for spolys in favour of a version implemented in AbstractAlgebra. (#383) (@wbhart)
- small adjustions (#384) (@wdecker)
- CI: test with Julia 1.6 (#385) (@fingolfin)
- Simplify matrixmanipulation.jl, add cleanup TODOs (#386) (@fingolfin)
- More references, tests, small things (#387) (@wdecker)
- Remove normaliser synonym for normalizer; deprecate listperm (#390) (@fingolfin)
- Use and require Singular 0.5.1 (#391) (@fingolfin)
- docs: consistently name 'Examples' section in docstrings (#392) (@fingolfin)
- Reorganizing the Polytopes code (#393) (@lkastner)
- Fix missing lc -> leadingcoefficient, coeffs -> coefficients (#394) (@thofma)
- Remove (soon to be) deprecated Hecke functionality (#395) (@thofma)
- added saturationwithindex (#396) (@wdecker)
- Genus for plane curves (#398) (@delphinepol)
- Fix doctests (#400) (@fingolfin)
- start fractionalideal (#404) (@tthsqe12)
- Fix #403 (#405) (@thofma)
- typo (#406) (@wdecker)
- added `parenttype` methods for group elements (#409) (@ThomasBreuer)
- Fix duplicated function (now in Singular.jl) (#412) (@thofma)
- Bump Hecke version (#413) (@thofma)
- Bump OSCAR to 0.5.2 (#414) (@thofma)
- Julia
Published by github-actions[bot] about 5 years ago
oscar.jl - v0.5.1
Oscar v0.5.1
Closed issues: - Migrate all Oscar related Julia packages to use JLLs (#109) - make some Singular functions accessible for Oscar objects (#139) - inside Oscar, GAP's Browse package cannot be loaded (#160) - Installation Fails (#187) - Updating FLINTjll (and other JLLs) across all OSCAR packages (#193) - SLPolyRing not a ring? (#195) - SLPoly (in Oscar) does not print (#196) - Improve conversion between GAP larger integers and fmpz (#202) - Polymake and Singular don't compile when installing Oscar v0.2.0 (#205) - CI test failure: no method matching (::FlintRationalField)(::Singular.nQ) (#208) - isdev tests are not run in CI (#213) - divexact for decorated polynomials (#223) - Fraction with decorated polynomials (#226) - Failed to precompile with Julia 1.6.0-beta1 (#237) - Coercion of elements in function fields (#241) - conversion broken (#248) - Eval for SLPoly wrong (#250) - slpolyring (#251) - evaluate SLPoly (#253) - ferret.so: undefined symbol: ZNSt7cxx1119basicostringstreamIcSt11char_traitsIcESaIcEEC1Ev (#262)
Merged pull requests:
- introduce on_points, on_tuples, ... (#127) (@ThomasBreuer)
- More tests + functions for factors (#142) (@GDeFranceschi)
- Change Homomorphisms type (#164) (@GDeFranceschi)
- Jacobi functions for non-decorated polynomials (#165) (@raulepure)
- First attempt for affine plane curves (#166) (@delphinepol)
- Adapted groebnerbasis command (#167) (@raulepure)
- added two functions (#168) (@ThomasBreuer)
- First try on localalization of multivariate polynomial rings (#169) (@raulepure)
- fixed an assignment in MPolyIdeal (#170) (@ThomasBreuer)
- CompatHelper: bump compat for "AbstractAlgebra" to "0.11" (#171) (@github-actions[bot])
- added components related functions (#172) (@delphinepol)
- Added multiplicity related functions for affine plane curves (#174) (@delphinepol)
- fix "docstring oddities" (#175) (@rfourquet)
- update TagBot.yml (#176) (@rfourquet)
- Remove .travis and add github actions (#177) (@thofma)
- Fix import statement for julia 1.3 (#179) (@thofma)
- Module (#180) (@dschaefetu-kl)
- Change travis to github actions badge (#181) (@thofma)
- Fix README.md badge (#182) (@fingolfin)
- Tweak github actions (#183) (@thofma)
- Define a structure and some functionalities for projective plane curves (#185) (@delphinepol)
- Restore code coverage reporting (#189) (@fingolfin)
- Fix test failure in Julia 1.6, some cleanup (#190) (@fingolfin)
- Submit coverage data to coveralls, too (#191) (@fingolfin)
- permutation action on polynomials (#192) (@ThomasBreuer)
- Added multiplicity related functions for projective plane curves and a… (#194) (@delphinepol)
- first conversions between GAP and Nemo (#197) (@ThomasBreuer)
- move SLpoly in Oscar (#198) (@rfourquet)
- GH Actions: update to actions/checkout@v2, tweaks (#199) (@fingolfin)
- README.md: add Coveralls status badge (#200) (@fingolfin)
- SLPolyRing: A couple fixes to make it more usable (#201) (@rfourquet)
- Update to GAP 0.5 (#203) (@fingolfin)
- gens(G,i) -> gen(G,i) (#207) (@fingolfin)
- Load PlaneCurve code in OSCAR dev builds; use gen(R,1) (#210) (@fingolfin)
- Tests for PlaneCurves (#212) (@delphinepol)
- Revise how DEV mode is decided (#214) (@fingolfin)
- Update AbstractAlgebra, Nemo, Hecke to latest version (#218) (@fingolfin)
- Faster conversion GAP <-> fmpz (#219) (@fingolfin)
- Rename pkgdir to oscardir (#220) (@fingolfin)
- Overhaul GitHub Action settings (#222) (@fingolfin)
- Add some missing MPolyElemdec method (#224) (@thofma)
- Deal with presence of Hecke.isregular (#225) (@fingolfin)
- Radical of ideals (#227) (@raulepure)
- Foward ad hoc operations on MPolyElemdec (#228) (@thofma)
- Replace convert function (#231) (@raulepure)
- Created a structure for divisors on curves (#233) (@delphinepol)
- Fix isdev for ]add Oscar#master (#236) (@thofma)
- Fix BlockSystems iterator (#238) (@Pi-tree)
- 1st draft at HowTo (#239) (@fieker)
- More helpful error message on Windows (#240) (@thofma)
- Add one(::MPolyQuo) and sort the code a bit (#242) (@thofma)
- Require Singular 0.4.4 (#243) (@fingolfin)
- New type BasicGAPGroupElem and related editing (#246) (@GDeFranceschi)
- add more doc (and fun) (#247) (@fieker)
- a new start... (#249) (@fieker)
- Fix some problems with orderings in groebner basis over Q (#254) (@thofma)
- Sl poly not m poly (#255) (@fieker)
- fix #250, evaluate for SLPoly (#256) (@rfourquet)
- Experimental (#257) (@fieker)
- Paul (#258) (@fieker)
- sort the mess with isGB (#259) (@fieker)
- Some tweaks to the curves code (#261) (@fingolfin)
- Number fields as arbitrary multivariate quotients Q[x]/I (#265) (@thofma)
- adjusted GroupCharacters.jl (#266) (@ThomasBreuer)
- Curves: add missing parametric constructors, remove assurehas_components (#267) (@fingolfin)
- Change order for groups to return fmpz by default (#269) (@fingolfin)
- Prepare for new version 0.5.1 (#272) (@thofma)
- [WIP] started process of merging OscarPolytopes into Oscar (#274) (@tbrysiewicz)
- Test against julia 1.6 (#278) (@thofma)
- Add missing exports for Polytopes (#281) (@fingolfin)
- Julia
Published by github-actions[bot] over 5 years ago
oscar.jl - v0.5.0
Oscar v0.5.0
Closed issues: - WARNING: import of Hecke.example into Oscar conflicts with an existing identifier; ignored. (#97) - Oscar fails to precompile on Ubuntu (#137) - installing Oscar is broken (#151) - New Oscar release todo (#152)
Merged pull requests: - Manual groups (#116) (@GDeFranceschi) - G-sets (#119) (@fingolfin) - initial proposal of Oscar group characters (#124) (@ThomasBreuer) - import StraightLinePrograms package (#125) (@rfourquet) - Cosets changes (#126) (@GDeFranceschi) - Update StraightLinePrograms subtree (#130) (@rfourquet) - add CatSLP example (#131) (@rfourquet) - Highlight Julia syntax in README (#132) (@zlatanvasovic) - Isomorphic group (#138) (@GDeFranceschi) - CompatHelper: bump compat for "AbstractAlgebra" to "0.10" (#141) (@github-actions[bot]) - a few fixes and suggestions concerning groups (#144) (@ThomasBreuer) - in (membership test) for groups (#145) (@ThomasBreuer) - automorphisms of QabField() (#147) (@ThomasBreuer) - show the complex conjugate value via overline (#148) (@ThomasBreuer) - Add Oscar.@example with proper scoping (#150) (@thofma) - Test 1.5 on travis (#153) (@thofma) - allow fail in 1.3 (#154) (@fieker) - Dschaefetu kl test (#157) (@fieker) - support for quadratic subfields of QabField() (#158) (@ThomasBreuer)
- Julia
Published by github-actions[bot] over 5 years ago
oscar.jl - v0.4.0
Oscar v0.4.0
Closed issues: - Error while compiling Oscar v0.2.0 with Xcode >= 11.4 (#82) - Oscar.build() fails with Oscar 0.3.0 due to a GMP issue with GAP.jl v0.3.5 (#99) - Oscar tests crash on Julia 1.4.2 on Ubuntu (#104)
Merged pull requests: - import GAPGroups (#84) (@GDeFranceschi) - More work on groups stuff, for Oscar demo (#102) (@fingolfin) - Fix typos in ?Oscar help (#103) (@wbhart) - Primary Decomposition via GTZ. (#105) (@raulepure) - Fixed typo in Primary Decomposition Code (#106) (@raulepure) - Some work on groups (#107) (@fingolfin) - Work around compiler bug (#110) (@thofma) - groups: interface to various GAP group libraries (#113) (@fingolfin) - Groups: a few small suggestions (#114) (@ThomasBreuer) - Travis: fix building & deploying the manual (#115) (@fingolfin) - Update authors list (#117) (@fingolfin)
- Julia
Published by github-actions[bot] almost 6 years ago
oscar.jl - v0.3.0
Oscar v0.3.0
Closed issues: - release 0.1.1 (#76) - Setup Travis and Code coverage tracking (#86)
Merged pull requests: - Update README.md (#85) (@fingolfin) - Update Travis settings, add Travis & Codecov badges to README.md (#87) (@fingolfin) - Setup Travis and Code coverage tracking in README.md (#88) (@mohamed-barakat) - Add CompatHelper action (#91) (@fingolfin) - Update to latest Polymake.jl, Singular.jl (#93) (@fingolfin) - Version 0.3.0 (#96) (@fingolfin)
- Julia
Published by github-actions[bot] about 6 years ago
oscar.jl - v0.2.0
Oscar v0.2.0
Closed issues: - Nemo bug? (#54) - Status of Elliptic Curves package (#75)
Merged pull requests: - Rational numbers (#74) (@wbhart) - Install TagBot as a GitHub Action (#78) (@JuliaTagBot) - Oscar (#79) (@fieker) - fix .travis.yml (#81) (@fieker)
- Julia
Published by github-actions[bot] about 6 years ago