Skip to content

Commit 124fe69

Browse files
committed
Prep for v0.4.0
1 parent 4dd2d33 commit 124fe69

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## v0.4.0 - May 6, 2023
4+
5+
**New Features**
6+
7+
- Added new methods to `SamGeo` class, including `show_masks`, `save_masks`, `show_anns`, making it much easier to save segmentation results in GeoTIFF and vector formats.
8+
- Added new functions to `common` module, including `array_to_image`, `show_image`, `download_file`, `overlay_images`, `blend_images`, and `update_package`
9+
- Added tow more notebooks, including [automatic_mask_generator](https://samgeo.gishub.org/examples/automatic_mask_generator/) and [satellite-predictor](https://samgeo.gishub.org/examples/satellite-predictor/)
10+
- Added `SamGeoPredictor` class
11+
12+
**Improvements**
13+
14+
- Improved `SamGeo.generate()` method
15+
- Improved docstrings and API reference
16+
- Added demos to docs
17+
18+
**Demos**
19+
20+
- Automatic mask generator
21+
22+
![](https://i.imgur.com/I1IhDgz.gif)
23+
24+
**Contributors**
25+
26+
@darrenwiens
27+
328
## v0.3.0 - Apr 26, 2023
429

530
**New Features**

0 commit comments

Comments
 (0)