From c0ce4de407be03b3277b33e651d686dc9c084eb2 Mon Sep 17 00:00:00 2001 From: Philipp Schlegel Date: Fri, 3 Jul 2020 10:10:01 +0100 Subject: [PATCH] update what's new --- docs/source/whats_new.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index c2776d65..4bad068c 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -10,12 +10,15 @@ What's new? * - Version - Date - - * - 0.1.17 + * - 0.2.0 - 29/06/20 - - - new :class:`~navis.TreeNeuron` property ``.volume`` + - new neuron class :class:`~navis.MeshNeuron` that consists of vertices and faces + - new :class:`~navis.TreeNeuron` property ``.volume`` - we now use `ncollpyde `_ for ray casting (intersections) - clean-up in neuromorpho interface - fix bugs in :class:`~navis.Volume` pickling + - new example data from the Janelia hemibrain data set + - breaking changes: :func:``~navis.nx2neuron`` now returns a :class:`~navis.TreeNeuron` instead of a ``DataFrame`` * - 0.1.16 - 26/05/20 - - many small bugfixes