diff --git a/docs/source/gallery.rst b/docs/source/gallery.rst index 9e47daa4..550a5859 100644 --- a/docs/source/gallery.rst +++ b/docs/source/gallery.rst @@ -132,5 +132,7 @@ function. There you will also find more examples. Troubleshooting -Not seeing what you're looking for, need additional pointers or found a broken -example? Open an `issue `_ on Github! +Not seeing what you're looking for? Need additional pointers? Found a broken +example? Open an `issue `_ or +use `discussions `_ on Github +to ask questions! diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index 43774393..074326f6 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -18,19 +18,25 @@ repository. * - dev - 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 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) - 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 + - 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 - Fixes: - - fixed interface to InsectBrainDB - - :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 :func:`navis.subset_neuron` that caused connectors to be dropped when using mask + - fixed interface to InsectBrainDB + - :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 :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