Skip to content

Commit

Permalink
Prepare for 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jan 15, 2024
1 parent f37ac6b commit 40ab83c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Changelog

### 0.4.0 (2024-01-15)

- Change the 'precision' value used to distinguish between two contiguous bands.

- Simplify some minor stuff in `trance_band_paths` function.


### 0.3.1 (2023-10-04)

- Slightly improve performance of `ContourBuilder::contours` / `ContourBuilder::par_contours` methods.


### 0.3.0 (2023-03-20)

- Add new `par_contours` method to `ContourBuilder` to generate contours in parallel (only available with the `parallel` feature flag).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contour-isobands"
version = "0.3.1"
version = "0.4.0"
authors = ["Matthieu Viry <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit 40ab83c

Please sign in to comment.