We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fb226 commit 233b013Copy full SHA for 233b013
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [0.3.1] - 2024-11-12
2
+- Updating CHANGELOG.md for release 0.3.1
3
+- Adding support to Python 3.12 (#2027)
4
+- Numpy 1.26 update to support Python 3.12 (#2025)
5
+- fixing blob radius calculation in 2d (#2023)
6
+- Release 0.3.0 (#2021)
7
+
8
## [0.3.0] - 2024-10-05
9
- Dropping support for Python 3.8 and setting Python 3.9 as minimum (#2018)
10
- Update readthedocs.yml (#2014)
@@ -273,6 +280,7 @@
273
280
## [0.0.33] - 2019.02.14
274
281
- Last release without a changelog!
275
282
283
+[0.3.1]: https://github.com/spacetx/starfish/releases/tag/0.3.1
276
284
[0.3.0]: https://github.com/spacetx/starfish/releases/tag/0.3.0
277
285
[0.2.2]: https://github.com/spacetx/starfish/releases/tag/0.2.2
278
286
[0.2.1]: https://github.com/spacetx/starfish/releases/tag/0.2.1
0 commit comments