1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 04, 2024 — Sep 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Selection of the section works properly
mattions
as Michele Mattioni
More... over 14 years ago
Using tubes to draw the points. All the different segs are added
mattions
as Michele Mattioni
More... over 14 years ago
Using tubes to draw the points. All the different segs are added
mattions
as Michele Mattioni
More... over 14 years ago
Using plot3d points to plot the neuron, not the cylinders.
mattions
as Michele Mattioni
More... over 14 years ago
Using plot3d points to plot the neuron, not the cylinders.
mattions
as Michele Mattioni
More... over 14 years ago
Animation is turned into True if the simulations has ran.
mattions
as Michele Mattioni
More... over 14 years ago
Inserted a method to plota 3 Dimension graph, using the distance from a base section, a choosen variable and the time as axes.
mattions
as Michele Mattioni
More... over 14 years ago
Calculating the distance from the base section in microns
mattions
as Michele Mattioni
More... over 14 years ago
Update the version for development
mattions
as Michele Mattioni
More... over 14 years ago
Open the new development section
mattions
as Michele Mattioni
More... over 14 years ago
Adding the deployment to cope with the github-tools and don't forget which version works with what.
mattions
as Michele Mattioni
More... over 14 years ago
Fixed the url for sphinx
mattions
as Michele Mattioni
More... over 14 years ago
built html doc updated
mattions
as Michele Mattioni
More... over 14 years ago
built html doc updated
mattions
as Michele Mattioni
More... over 14 years ago
Updating the version for realease
mattions
as Michele Mattioni
More... over 14 years ago
Reorganized the pavement to make a proper tarball and easily installing from pipy
mattions
as Michele Mattioni
More... over 14 years ago
Added a quick README in the pyramidal neuron example, to avoid confusion with the old readme.
mattions
as Michele Mattioni
More... over 14 years ago
Reporting the commit of neuronvisio only if used with the latest version of git, completely ignored otherwised.
mattions
as Michele Mattioni
More... over 14 years ago
Renamed CHANGES to be included in the tarball
mattions
as Michele Mattioni
More... over 14 years ago
Reorganized the ui for better layer of the dir
mattions
as Michele Mattioni
More... over 14 years ago
Updated the CHANGES, and importing matplotlib as mpl now, to conform with best practise.
mattions
as Michele Mattioni
More... over 14 years ago
Generalized get_vector method. It accepts either a NEURON section or the section name as string.
mattions
as Michele Mattioni
More... over 14 years ago
Printing for profiling
mattions
as Michele Mattioni
More... over 14 years ago
Operating the swap in place only if the array is the same dimension of the vector. This is usually the case for all the vectors and in only in precise conditions, a vector to record the stimul time, is useful
mattions
as Michele Mattioni
More... over 14 years ago
Corecting a typo on the saving routine
mattions
as Michele Mattioni
More... over 14 years ago
Trying to swap in place and avoid the creation of the vectors
mattions
as Michele Mattioni
More... over 14 years ago
Using the creation of numpy array on all the vectors, not only time.
mattions
as Michele Mattioni
More... over 14 years ago
Using list to transform hoc to python as suggested on the neuron forum http://bit.ly/eNbzpL
mattions
as Michele Mattioni
More... over 14 years ago
Passing the hoc Vector directly to Hdf5-pytables, using its list interface direclty to take down the new operator memory usage.
mattions
as Michele Mattioni
More... over 14 years ago
Using a creation of numpy array directly, without passing through the to_python routine.
mattions
as Michele Mattioni
More... over 14 years ago