File tree 3 files changed +22
-11
lines changed 3 files changed +22
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased] - 2022-11-18
8
8
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Deprecated
14
+
15
+ ### Removed
16
+
17
+ ### Fixed
18
+
19
+ ### Dependencies
20
+
21
+ ### CI/CD
22
+
23
+ ### Other
24
+
25
+
26
+ ## [ 5.0.0] - 2022-11-18
27
+
9
28
** BREAKING CHANGES:** See the Removed section for details.
10
29
11
30
### Added
@@ -20,22 +39,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
39
* SequenceSampler converted from a utility class of static methods to an interface, retaining the existing static
21
40
methods that use a default source of randomness, but introducing nextSample methods for classes to implement.
22
41
23
- ### Deprecated
24
-
25
42
### Removed
26
43
* SequenceSampler.sampleReservoir methods, previously deprecated in 4.3.0, replaced by the SequenceReservoirSampler class.
27
44
* SequenceSampler.samplePool methods, previously deprecated in 4.3.0, replaced by the SequencePoolSampler class.
28
45
* SequenceSampler.sampleInsertion methods, previously deprecated in 4.3.0, replaced by the SequenceInsertionSampler class.
29
46
30
- ### Fixed
31
-
32
47
### Dependencies
33
48
* Bump rho-mu from 2.5.0 to 3.0.1
34
49
35
- ### CI/CD
36
-
37
- ### Other
38
-
39
50
40
51
## [ 4.3.1] - 2022-11-17
41
52
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ and minimum supported Java version.
39
39
40
40
| version | Java requirements |
41
41
| --- | --- |
42
- | 4.x.y | Java 17+ |
42
+ | 4.w.x to 5.y.z | Java 17+ |
43
43
| 3.x.y | Java 11+ |
44
44
| 1.x.y to 2.x.y | Java 8+ |
45
45
@@ -121,7 +121,7 @@ with the version you want to use.
121
121
<dependency >
122
122
<groupId >org.cicirello</groupId >
123
123
<artifactId >jpt</artifactId >
124
- <version >4 .0.0</version >
124
+ <version >5 .0.0</version >
125
125
</dependency >
126
126
```
127
127
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.cicirello</groupId >
8
8
<artifactId >jpt</artifactId >
9
- <version >4 -SNAPSHOT</version >
9
+ <version >5 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >JavaPermutationTools</name >
You can’t perform that action at this time.
0 commit comments