From eac73153da1de5334763a0762267dc18c1c6fa28 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Thu, 27 Jul 2023 16:13:54 +0100 Subject: [PATCH] docs: fix typo --- docs/source/whats_new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index db761aa0..6b7f472d 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -26,7 +26,7 @@ repository. - new ``NeuronList`` method: :func:`navis.NeuronList.set_neuron_attributes` - new utility functions: :func:`navis.nbl.compress_scores`, :func:`navis.nbl.nblast_prime` - improved persistence functions: :func:`navis.persistence_distances`, :func:`navis.persistence_vector`, :func:`navis.persistence_diagram` - - :func:`navis.longest_neurite` and :func:`navis.cell_bofy_fiber` now also allow + - :func:`navis.longest_neurite` and :func:`navis.cell_body_fiber` now also allow removing the longest neurite and CBF, respectively - :func:`navis.heal_skeleton` now accepts a `mask` parameter that allows restricting where fragments are stitched - various other bugfixes