Skip to content

Commit

Permalink
Remove deprecated viewer module (#1032)
Browse files Browse the repository at this point in the history
Removes viewer deprecated module and hides plot_tree, plot_tree3d, plot_soma, plot_soma3d from neurom.view

Co-authored-by: Zisis Eleftherios <zisis@bb-fvfd24cfmnhx.epfl.ch>
  • Loading branch information
eleftherioszisis and Zisis Eleftherios committed Jun 7, 2022
1 parent 49950a6 commit 64175f7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 269 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 4.0.0
-------------

- ``neurom.view.[plot_tree|plot_tree3d|plot_soma|plot_soma3D]`` were hidden from the
neurom.view module. They can still be imported from neurom.view.matplotlib_impl.
- Deprecated modules and classes were removed.


Version 3.2.0
-------------

Expand Down
2 changes: 0 additions & 2 deletions neurom/view/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@

"""View tools to visualize morphologies."""
from neurom.view.matplotlib_impl import (plot_morph, plot_morph3d,
plot_tree, plot_tree3d,
plot_soma, plot_soma3d,
plot_dendrogram)
136 changes: 0 additions & 136 deletions neurom/viewer.py

This file was deleted.

131 changes: 0 additions & 131 deletions tests/test_viewer.py

This file was deleted.

0 comments on commit 64175f7

Please sign in to comment.