We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3628e7 commit dbd93b3Copy full SHA for dbd93b3
CHANGELOG.md
@@ -8,8 +8,13 @@
8
* Enable workaround to support yx images in Cellpose task (\#789).
9
* Fix error handling in `calculate_registration_image_based` (\#799).
10
* Fix minor issues with call-signature and type hints in `calculate_registration_image_based` (\#799).
11
-* Development:
12
- * Switch all core models to pydantic v2 (\#790).
+* Core-library and tasks:
+ * Switch all core models to Pydantic V2 (\#793).
13
+* JSON Schema generation tools:
14
+ * Move JSON-Schema tools to Pydantic V2 (\#793).
15
+* Testing:
16
+ * Remove dependency on `pytest-pretty` (\#793).
17
+ * Update `manifest_external_packages.yml` GitHub Action so that it installs the current `fractal-tasks-core` (\#793).
18
19
# 1.1.0
20
0 commit comments