Skip to content

Commit 06019bf

Browse files
changelog[bot]github-actions[bot]
authored andcommitted
Update changelog on 2025-11-12
1 parent 44fc758 commit 06019bf

File tree

1 file changed

+137
-0
lines changed

1 file changed

+137
-0
lines changed

CHANGELOG.md

Lines changed: 137 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,143 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
66
tries to adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.6.0](https://github.com/oscar-system/Oscar.jl/releases/tag/v1.6.0) - 2025-11-12
9+
10+
The following gives an overview of the changes compared to the previous release. This list is not
11+
complete, many more internal or minor changes were made, but we tried to only list those changes
12+
which we think might affect some users directly.
13+
14+
### Algebraic Geometry
15+
16+
#### New features or extended functionality
17+
18+
- [#5403](https://github.com/oscar-system/Oscar.jl/pull/5403) Add `factoring_standard_basis` command which uses `facstd` from `Singular.jl`
19+
20+
### Combinatorics
21+
22+
#### New features or extended functionality
23+
24+
- [#5477](https://github.com/oscar-system/Oscar.jl/pull/5477) Add `multicombinations` to Oscar
25+
26+
#### Improvements or additions to documentation
27+
28+
- [#5431](https://github.com/oscar-system/Oscar.jl/pull/5431) Improve Combinatorics documentation
29+
- [#5446](https://github.com/oscar-system/Oscar.jl/pull/5446) Further improvements to documentation for `combinations`
30+
31+
### Groups
32+
33+
#### New features or extended functionality
34+
35+
- [#5250](https://github.com/oscar-system/Oscar.jl/pull/5250) Add `fixed_points` for `PermGroup` and `PermGroupElem`
36+
- [#5267](https://github.com/oscar-system/Oscar.jl/pull/5267) Add `order_bound` keyword argument to `subgroup_classes`
37+
- [#5270](https://github.com/oscar-system/Oscar.jl/pull/5270) Add an iterator of subspaces of finite vector spaces
38+
- [#5288](https://github.com/oscar-system/Oscar.jl/pull/5288) Add `p_rump` for `GAPGroup` and extend `torsion_subgroup` for `GAPGroup` and `WeylGroup`
39+
- [#5453](https://github.com/oscar-system/Oscar.jl/pull/5453) Add `character_degrees` for a given group or character table, or for given invariants of a finite abelian group and finite field
40+
- [#5532](https://github.com/oscar-system/Oscar.jl/pull/5532) add a constructive membership test for double cosets
41+
42+
### Lie Theory
43+
44+
#### Only changes experimental parts of OSCAR
45+
46+
- [#5290](https://github.com/oscar-system/Oscar.jl/pull/5290) Add `basis_coordinate_ring_kodaira_demazure`
47+
- [#5304](https://github.com/oscar-system/Oscar.jl/pull/5304) Fix `basis_lie_demazure` which wouldn't finish for some inputs
48+
49+
### Number Theory
50+
51+
#### New features or extended functionality
52+
53+
- [#5339](https://github.com/oscar-system/Oscar.jl/pull/5339) Methods for group actions on `ZZLat`
54+
55+
### Polyhedral Geometry
56+
57+
#### New features or extended functionality
58+
59+
- [#5372](https://github.com/oscar-system/Oscar.jl/pull/5372) Add `castelnuovo_excess` and `is_castelnuovo` for lattice polytopes
60+
- [#5384](https://github.com/oscar-system/Oscar.jl/pull/5384) polyhedral geometry: doc enhancements and further functions inherited from polymake
61+
62+
### Toric Geometry
63+
64+
#### New features or extended functionality
65+
66+
- [#5032](https://github.com/oscar-system/Oscar.jl/pull/5032) Improve vector of minimal exponents method for cohomology computations
67+
68+
### Tropical Geometry
69+
70+
### Changes related to the package GAP
71+
72+
### Changes related to the package Hecke
73+
74+
### Changes related to the package Singular
75+
76+
### Other changes
77+
78+
#### Changes related to serializing data in the MRDI file format
79+
80+
- [#5137](https://github.com/oscar-system/Oscar.jl/pull/5137) Adds OscarDB to experimental
81+
82+
#### Only changes experimental parts of OSCAR
83+
84+
- [#4798](https://github.com/oscar-system/Oscar.jl/pull/4798) Multigraded Implicitization implementation
85+
- [#5329](https://github.com/oscar-system/Oscar.jl/pull/5329) Add documentation for action polynomial rings
86+
87+
#### Improvements or additions to documentation
88+
89+
- [#5314](https://github.com/oscar-system/Oscar.jl/pull/5314) Improve documentation of fields
90+
91+
### **TODO** release notes: to be added
92+
93+
If there are any PRs listed below, check their title and labels.
94+
When done, change their label to "release notes: use title".
95+
96+
- [#5295](https://github.com/oscar-system/Oscar.jl/pull/5295) Reduce yet more randomness in FTheoryTools
97+
- [#5512](https://github.com/oscar-system/Oscar.jl/pull/5512) Toric line bundles
98+
99+
### **TODO** insufficient labels for automatic classification
100+
101+
The following PRs only have a topic label assigned to them, not a PR type. Either assign a type label to them (e.g., `enhancement`), or manually move them to the general section of the topic section in the changelog.
102+
103+
#### Algebraic Geometry
104+
105+
- [#5265](https://github.com/oscar-system/Oscar.jl/pull/5265) Add `f4ncgb` algorithm for non-commutative groebner basis computation
106+
107+
#### Combinatorics
108+
109+
- [#5235](https://github.com/oscar-system/Oscar.jl/pull/5235) Construct `PhylogeneticTree` from graph
110+
- [#5485](https://github.com/oscar-system/Oscar.jl/pull/5485) Fix spelling of `is_acyclic` for directed graphs. Deprecate `is_acylic`.
111+
112+
#### Number Theory
113+
114+
- [#5251](https://github.com/oscar-system/Oscar.jl/pull/5251) Allow `discriminant_annihilator` as input for `enumerate_classes_of_lattices_with_isometry`
115+
- [#5457](https://github.com/oscar-system/Oscar.jl/pull/5457) Allow to specify several characteristic polynomials in lattice with isometry enumeration
116+
117+
#### Polyhedral Geometry
118+
119+
- [#4444](https://github.com/oscar-system/Oscar.jl/pull/4444) add transformations for polyhedral fans and complexes
120+
121+
#### Tropical Geometry
122+
123+
- [#4001](https://github.com/oscar-system/Oscar.jl/pull/4001) Tropical polyhedra: Types and basic properties
124+
125+
#### Changes related to the package GAP
126+
127+
- [#5374](https://github.com/oscar-system/Oscar.jl/pull/5374) Update GAP.jl to 0.16, i.e. GAP to 4.15.1
128+
129+
#### Changes related to the package Hecke
130+
131+
- [#5533](https://github.com/oscar-system/Oscar.jl/pull/5533) Update Hecke to v0.39
132+
133+
#### Changes related to the package Singular
134+
135+
- [#5489](https://github.com/oscar-system/Oscar.jl/pull/5489) Update to Singular.jl 0.27
136+
137+
138+
### **TODO** Uncategorized PR
139+
140+
If there are any PRs listed below, either apply the same steps
141+
as above, or change their label to "release notes: not needed".
142+
143+
- [#5447](https://github.com/oscar-system/Oscar.jl/pull/5447) Hotfix Oscar.build()
144+
8145
## [1.5.0](https://github.com/oscar-system/Oscar.jl/releases/tag/v1.5.0) - 2025-09-11
9146

10147
The following gives an overview of the changes compared to the previous release. This list is not

0 commit comments

Comments
 (0)