Skip to content

Commit 6133663

Browse files
committed
doc: add changelog for v1.0.0
1 parent 4a98301 commit 6133663

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
133133

134134
## [1.0.0] - 2019-11-29
135135

136-
> TODO: Update this section
136+
### Added
137+
138+
- Added `lobbnum` and `Narayana` numbers [#76]
139+
- Add partial derangements `partialderangement` [#78]
140+
- Add a Project file, remove REQUIRE, declare version 1.0 [#88]
141+
142+
### Removed
143+
144+
### Changed
145+
146+
- Improve `nthperm!` argument checking [#14]
147+
- performance: Corrected and optimized `bellnum` [#74]
148+
- performance: Give access to non-allocating `combinations` iterator [#73]
149+
- performance: `nthperm()`: Replace one `%=` by a `-= remainder - divisor` computed earlier [#55]
150+
- performance: Make `partitions` type-stable [#35]
151+
- performance: Make `partitions` type-stable (deconflicted) [#75]
152+
- doc: readme: Remove reference to Base.combinations [#77]
137153

154+
### Fixed
155+
156+
- Fix deprecations for using `lexcmp` [#70]
157+
158+
[1.0.0]: https://github.com/JuliaMath/Combinatorics.jl/compare/v0.7.0...v1.0.0
159+
[#14]: https://github.com/JuliaMath/Combinatorics.jl/issues/14
160+
[#35]: https://github.com/JuliaMath/Combinatorics.jl/issues/35
161+
[#55]: https://github.com/JuliaMath/Combinatorics.jl/issues/55
162+
[#70]: https://github.com/JuliaMath/Combinatorics.jl/issues/70
163+
[#73]: https://github.com/JuliaMath/Combinatorics.jl/issues/73
164+
[#74]: https://github.com/JuliaMath/Combinatorics.jl/issues/74
165+
[#75]: https://github.com/JuliaMath/Combinatorics.jl/issues/75
166+
[#76]: https://github.com/JuliaMath/Combinatorics.jl/issues/76
167+
[#77]: https://github.com/JuliaMath/Combinatorics.jl/issues/77
168+
[#78]: https://github.com/JuliaMath/Combinatorics.jl/issues/78
169+
[#88]: https://github.com/JuliaMath/Combinatorics.jl/issues/88
170+
171+
172+
## [0.7.0] - 2018-08-10
173+
174+
> TODO: Update this section
138175
139-
[1.0.0]: https://github.com/JuliaMath/Combinatorics.jl/releases/tag/v1.0.0
176+
[0.7.0]: https://github.com/JuliaMath/Combinatorics.jl/compare/v0.6.0...v0.7.0

0 commit comments

Comments
 (0)