neuron/releases/nrn-7.1

log

age author description
2 years Michael Hines Release 7.1Release 7.1 tip
2 years Michael Hines In some environments 'import pydoc' does not work so enclose in try..except.trunk
2 years Michael Hines Impedance class dstate/dt calculation had not been updated from the non-theadedtrunk
2 years Michael Hines KSChan switch between using and not using tables was not properly determiningtrunk
2 years Michael Hines Impedance can try to calculate before internal stuctures are setup causingtrunk
2 years Michael Hines KSChan density mechanism instances need to be added to Python list of mechanisms.trunk
2 years hines wrong path to inithoc.o for mingw versiontrunk
2 years Michael Hines Python h.hocobjptr(hocobject) gives a tag that avoids the problem of a separatetrunk
2 years Michael Hines Added umac to the machine list for Python neuron.load_mechanism().trunk
2 years Michael Hines version 1 and 2 of libtoolize have different arg for creating config.guess, etc.trunk
2 years Michael Hines Compiles with Portland Group compiler. Add 'CC=pgcc' and CXX='pgCC' totrunk
2 years Michael Hines cvode.yscatter(yvec) places yvec values into the hoc states.trunk
2 years Michael Hines Cygwin now needs no special LDFLAGS for gcc-4.3.2 .trunk
2 years Michael Hines Cygwin build with g++-4 requires the configure options:trunk
2 years hines A DCMF prototype error and should not include file when not using InterViews.trunk
2 years Michael Hines Bison 2.4 needs specific type for $$ within midrule actions.trunk
2 years Michael Hines A temporary fix so that UNDEF hoc variables do not take precedence over Python HocObject methodstrunk
2 years Michael Hines Under some conditions of executing from the console terminal, atrunk
2 years Michael Hines Segmentation violation when removing a panel when a field editor has focustrunk
2 years Michael Hines Cvode.f(t, yvec, ydotvec) returns the dy/dt values given t and y.trunk
2 years Michael Hines cvode.dstates and cvode.states were brokentrunk
2 years Michael Hines 'make clean' will also remove the build directory constructed by python setup.py.trunk
2 years hines asking for a memory allocation of length 0. This causes problemstrunk
2 years Michael Hines CellBuilder error when importing NeuroML.trunk
2 years Michael Hines more portable way of getting/setting the array_interface data pointer.trunk
2 years Michael Hines cellbuilder import of neuroml was not updated for last change to rdxml prototypetrunk
2 years Michael Hines Returning Py_None and forgot to increment its reference count.trunk
2 years Michael Hines under some circumstance, eg. on exit, the NEURON Section property listtrunk
2 years Michael Hines an old typo in a never looked at variable nametrunk
2 years Michael Hines missing a file in the tar.gz distribution.trunk
2 years Michael Hines Creating and destroying a Python segment left an extra reference to Section.trunk
2 years Michael Hines A Python Section can be given a name and/or and owner when it is constructed.trunk
2 years Michael Hines Extend the python childSection.connect function sotrunk
2 years Michael Hines Changed changeset 322:3fe4189d8eff so that instead of a fatal error when derivativestrunk
2 years hines nrnivmmodl moddir allows including of inc files into mod files.trunk
2 years hines LoadBalance.ExperimentalMechComplex does mechanism time measurements in paralleltrunk
2 years hines locality_balance(nhost, gsize) keeps cell pieces near each other bytrunk
2 years Michael Hines STATE arrays cannot be used in a DERIVATIVE block. A message is printedtrunk
2 years Michael Hines Python setpointer tests.trunk
2 years Michael Hines Python interface to setpointer statement. The syntax istrunk
2 years Michael Hines Error in assigning and evaluating a NMODL POINTER variable in Python usingtrunk
2 years Michael Hines allow arbitrary size file names (old limit (without macro substitution) was 256).trunk
2 years Michael Hines VecStim example needs to be an ARTIFICIAL_CELL.trunk
2 years Michael Hines Easier to associate labels with elements and nodes in LinearCircuit builder.trunk
2 years Michael Hines when a python callback fails from a hoc call, print the python error messagetrunk
2 years hines consistent IV-Mac directory case spellingtrunk
2 years Michael Hines The thread version of "STEADYSTATE sparse" failed to set the value of dt backtrunk
2 years Michael Hines SaveState.read can fail if the internal structures of the model have nottrunk
3 years hines In Python, extracellular range variables were not handled correctly andtrunk
3 years Michael Hines After a SaveState.restore, the system should reset the thread time variablestrunk
3 years Michael Hines In Vector.sumgauss, avoid the possibility of an integer overflow when multiplying two integers.trunk
3 years Michael Hines LONGITUDINAL_DIFFUSION with variable step method had prototype error when using thread data.trunk
3 years Michael Hines Bug fix for spike plot tool from Ronald van Elburg. He writes:trunk
3 years Michael Hines Checking consistency of IDA initialization was offtrunk
3 years hines add python 2.6 for release installers for mac and linux i686trunk
3 years Michael Hines The --with-nrnpython=dynamic for x86_64 can dynamically load python2.6trunk
3 years Michael Hines When a cvode.event occurs at the same time as a NetParEvent, it maytrunk
3 years Michael Hines Cvode.maxstep works for IDA as well as Cvodetrunk
3 years Michael Hines increase the best new sizes list from 64MB to 2GB. Otherwisetrunk
3 years Michael Hines mkthreadsafe is a bash script. When starting a CellBuilder, map it more robustly.trunk