You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
## Changelog
2
2
3
+
### Unreleased
4
+
5
+
- Allow to compute isobands as `MultiPolygon` using the `isobands` method of the `ContourBuilder` struct.
6
+
3
7
### 0.9.0 (2023-03-14)
4
8
5
-
- Add support for building isolines as `MultiLineString`s (instead of solely building contour polygons as MultiPolygons).
9
+
- Add support for building isolines as `MultiLineString`s (instead of solely building contour polygons as MultiPolygons) using the `lines` method of the `ContourBuilder` struct.
6
10
7
11
- Improve some minor details in the documentation and in the README (notably to refer to the [contour-isobands](https://github.com/mthh/contour-isobands-rs) crate)
0 commit comments