|
| 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 | + |
1 | 24 | ## [0.1.8] - 2019-10-18
|
2 | 25 | - Logging improvements (#1617)
|
3 | 26 | - Make regionprops available per mask (#1610)
|
|
148 | 171 | ## [0.0.33] - 2019.02.14
|
149 | 172 | - Last release without a changelog!
|
150 | 173 |
|
| 174 | +[0.1.9]: https://github.com/spacetx/starfish/releases/tag/0.1.9 |
151 | 175 | [0.1.8]: https://github.com/spacetx/starfish/releases/tag/0.1.8
|
152 | 176 | [0.1.7]: https://github.com/spacetx/starfish/releases/tag/0.1.7
|
153 | 177 | [0.1.6]: https://github.com/spacetx/starfish/releases/tag/0.1.6
|
|
0 commit comments