NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

Feat: extend morphology plotting methods to accept a file path and objects; move vispy bits to separate module to reduce import errors (breaking) #238

Closed sanjayankur31 closed 11 months ago

sanjayankur31 commented 1 year ago

breaking since moving the vispy routines technically breaks API. I'm wondering if the helper methods should also be made private to prevent users from using these. They should only be using the high level plot_interactive_3d etc methods, not the lower level ones.