Skip to content

Commit

Permalink
expose new functions and add to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
schlegelp committed Apr 9, 2019
1 parent 75f1420 commit f747b10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ R interface (rMAID)
pymaid.rmaid.nblast
pymaid.rmaid.nblast_allbyall
pymaid.rmaid.neuron2py
pymaid.rmaid.neuron2dps
pymaid.rmaid.dotprops2py
pymaid.rmaid.neuron2r
pymaid.rmaid.NBLASTresults
Expand Down
2 changes: 1 addition & 1 deletion docs/source/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ What's new?
* - 0.94
- 09/04/19
- - started reworking vispy plot3d: in brief, will try reducing the number of shader programs running
- new functions: :func:`~pymaid.break_fragments`, :func:`~pymaid.heal_fragmented_neurons`, :func:`~pymaid.update_radii`, :func:`~pymaid.get_neuron_id`, :func:`~pymaid.rmaid.neuron2dps`
- new functions: :func:`~pymaid.break_fragments`, :func:`~pymaid.heal_fragmented_neuron`, :func:`~pymaid.update_radii`, :func:`~pymaid.get_neuron_id`, :func:`~pymaid.rmaid.neuron2dps`
- :class:`~pymaid.Volumes` now allow multiplication and division - will apply to vertex coordinates
- improved: :func:`~pymaid.from_swc`, :func:`~pymaid.to_swc`, :func:`~pymaid.predict_connectivity`, :func:`~pymaid.stitch_neurons`, :func:`~pymaid.reroot_neuron`, :func:`~pymaid.upload_neuron`
- fixes in :func:`~pymaid.delete_neuron`, :func:`~pymaid.rename_neurons`, :func:`~pymaid.fetch_history`, :func:`~pymaid.split_axon_dendrite`, :func:`~pymaid.CatmaidNeuronList.remove_duplicates`
Expand Down
2 changes: 1 addition & 1 deletion pymaid/rmaid.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

__all__ = sorted(['neuron2r', 'neuron2py', 'init_rcatmaid', 'dotprops2py',
'data2py', 'NBLASTresults', 'nblast', 'nblast_allbyall',
'get_neuropil'])
'get_neuropil', 'neuron2dps'])


def init_rcatmaid(**kwargs):
Expand Down

0 comments on commit f747b10

Please sign in to comment.