From 146e86bbeab0eaf06a7b688dd96f1977cde3e9f9 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Sat, 28 Oct 2023 10:58:36 +0100 Subject: [PATCH] docs: fix formatting in changelog --- docs/source/whats_new.rst | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index 227bf742..43774393 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -19,25 +19,18 @@ repository. - ongoing - - Additions: - new property ``Treenode.surface_area`` - - new functions :func:`navis.read_parquet` and :func:`navis.write_parquet` - store skeletons and dotprops in parquet files - (see `here `_ - for format specs and benchmarks) - - new :func:`navis.read_nml` function to read single NML file (complements - existing :func:`navis.read_nmx` files which are collections of NMLs) + - new functions :func:`navis.read_parquet` and :func:`navis.write_parquet` store skeletons and dotprops in parquet files (see `here `_ for format specs and benchmarks) + - new :func:`navis.read_nml` function to read single NML file (complements existing :func:`navis.read_nmx` files which are collections of NMLs) - Improvements: - made adding recordings to ``CompartmentModel`` faster - improved logic for splitting NBLAST across cores - - :func:`navis.xform_brain`: now allows to specify multiple intermediate - template spaces through the ``via`` parameter and to ignore spaces - through the ``avoid`` parameter + - :func:`navis.xform_brain`: now allows to specify multiple intermediate template spaces through the ``via`` parameter and to ignore spaces through the ``avoid`` parameter - Fixes: - fixed interface to InsectBrainDB - - :func:`navis.read_precomputed` now correctly parses the `info` file - depending on the source + - :func:`navis.read_precomputed` now correctly parses the `info` file depending on the source - fixed writing vertex properties in :func:`navis.write_precomputed` - fixed an occasional issue when plotting skeletons with radii - - fix bug in ``subset_neuron`` that caused connectors to be dropped when using mask + - fix bug in :func:`navis.subset_neuron` that caused connectors to be dropped when using mask * - 1.5.0 - 27/07/23 - - BREAKING: dropped support for Python 3.7