Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kahaaga committed Apr 21, 2021
1 parent aaaeebe commit bab9c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- `sequence_exists` replaces `strictly_increasing_sequence_exists`/`strictly_decreasing_sequence_exists`.
- When resampling using sequential constraints, the quantiles used to truncate distributions now have to be given
to the constructors of the sequential constraints, i.e. `resample(x, StrictlyIncreasing(lq = 0.1, uq = 0.9)` instead of `resample(x, StrictlyIncreasing(), 0.1, 0.9`.
to the constructors of the sequential constraints, i.e. `resample(x, StrictlyIncreasing(lq = 0.1, uq = 0.9)` instead of `resample(x, StrictlyIncreasing(), 0.1, 0.9)`.

### Bug fixes

Expand Down

0 comments on commit bab9c75

Please sign in to comment.