diff --git a/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png b/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png deleted file mode 100644 index f4b2cef..0000000 Binary files a/dev/_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png and /dev/null differ diff --git a/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png b/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png new file mode 100644 index 0000000..26b22a5 Binary files /dev/null and b/dev/_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png differ diff --git a/dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png b/dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png similarity index 86% rename from dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png rename to dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png index ad5d982..aa4c5ce 100644 Binary files a/dev/_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png and b/dev/_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png differ diff --git a/dev/_sources/misc/release-notes/release-v0.12.md.txt b/dev/_sources/misc/release-notes/release-v0.12.md.txt index 418ed2c..18faaf3 100644 --- a/dev/_sources/misc/release-notes/release-v0.12.md.txt +++ b/dev/_sources/misc/release-notes/release-v0.12.md.txt @@ -58,6 +58,8 @@ release! 🙏 You can find the full list of changes below: ## Misc +- [#232](https://github.com/jni/skan/pull/232): Use python -m build for wheel + and sdist - [#218](https://github.com/jni/skan/pull/218): Fix pyproject.toml metadata formatting - [#217](https://github.com/jni/skan/pull/217): Migrate from setup.cfg to diff --git a/dev/examples/complete_analysis.html b/dev/examples/complete_analysis.html index 029ac98..dc92a20 100644 --- a/dev/examples/complete_analysis.html +++ b/dev/examples/complete_analysis.html @@ -623,7 +623,7 @@

3. Making the figure -../_images/5a7bf29f722631fdc97dcb1ad7a9df2fc11d096cd988cefd760911cdd701db74.png +../_images/7ac2f392c28ed1a0474bff072cafe2f8f8b5d84a4f2a99493ab23a5942b3fbbe.png diff --git a/dev/examples/visualizing_3d_skeletons.html b/dev/examples/visualizing_3d_skeletons.html index 38a946b..4691267 100644 --- a/dev/examples/visualizing_3d_skeletons.html +++ b/dev/examples/visualizing_3d_skeletons.html @@ -484,7 +484,7 @@

Using the Shapes layer
-
+

We can also demonstrate that most of these branches are in one skeleton, with a few stragglers around the edges, by coloring by skeleton ID:

@@ -498,7 +498,7 @@

Using the Shapes layer
-
+

Finally, we can color the paths by a numerical property, such as their length.

@@ -514,7 +514,7 @@

Using the Shapes layer
-
+

diff --git a/dev/getting_started/getting_started.html b/dev/getting_started/getting_started.html index 352412d..8bfbe29 100644 --- a/dev/getting_started/getting_started.html +++ b/dev/getting_started/getting_started.html @@ -798,7 +798,7 @@

2. Comparing different skeletons -../_images/22685ea8a51e42401eb1ad320c3cd7d34f90ec6173d7390eafc0bd7a22d26674.png +../_images/5a6f36d49733d61b2173cd724e48f759abb6a8d3da5178c34f44f79ca3eefb7f.png diff --git a/dev/misc/release-notes/release-v0.12.html b/dev/misc/release-notes/release-v0.12.html index a853873..876893c 100644 --- a/dev/misc/release-notes/release-v0.12.html +++ b/dev/misc/release-notes/release-v0.12.html @@ -453,6 +453,8 @@

Documentation

Misc#