Skip to content

Commit 52b53b3

Browse files
author
Shannon Axelrod
committed
changelog updates 0.1.9 release
1 parent 38d738f commit 52b53b3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [0.1.9] - 2019-11-18
2+
- Create an ArrayLike type (#1649)
3+
- Verify that binary masks can be generated from empty label images (#1634)
4+
- Add a morphology package to hold BinaryMaskCollection, LabelImage, and their respective operators (#1631)
5+
- fixing travis (#1648)
6+
- Support multiple codewords for the same target (#1646)
7+
- Update data model for BinaryMaskCollection (#1628)
8+
- Test for Codebook.to_json / open_json (#1645)
9+
- Simplify Dockerfile (#1642)
10+
- Switch to version exclusion for scikit-image workaround (#1629)
11+
- Clean up binary mask (#1622)
12+
- adding an extras feild to SpotFindingResults (#1615)
13+
- deleting Decode and Detect modules in lieu of spot finding refactor (#1598)
14+
- Fix install issues (#1641)
15+
- Upgrade to slicedimage 4.1.0 (#1639)
16+
- Update vocabulary for LabelImage I/O operations. (#1630)
17+
- Add a label image data type (#1619)
18+
- Remove deprecated code (#1621)
19+
- fixing bug with codebook.to_json (#1625)
20+
- Don't fill a new ImageStack with NaN (#1609)
21+
- Rename SegmenationMaskCollection to BinaryMaskCollection (#1611)
22+
- Remove hack to force anonymous memory mapping on osx (#1618)
23+
124
## [0.1.8] - 2019-10-18
225
- Logging improvements (#1617)
326
- Make regionprops available per mask (#1610)
@@ -148,6 +171,7 @@
148171
## [0.0.33] - 2019.02.14
149172
- Last release without a changelog!
150173

174+
[0.1.9]: https://github.com/spacetx/starfish/releases/tag/0.1.9
151175
[0.1.8]: https://github.com/spacetx/starfish/releases/tag/0.1.8
152176
[0.1.7]: https://github.com/spacetx/starfish/releases/tag/0.1.7
153177
[0.1.6]: https://github.com/spacetx/starfish/releases/tag/0.1.6

0 commit comments

Comments
 (0)