|
|
|
@36
|
[36]
|
05/24/07 17:41:53 |
hines |
handle equivalence between python None and hoc NULLobject
a hoc object can … |
|
|
|
@35
|
[35]
|
05/23/07 13:24:31 |
emuller |
Added HocVector?.fromarray, calls return HocVectors? conditionally
defined … |
|
|
|
@34
|
[34]
|
05/22/07 22:45:25 |
hines |
remove a debugging message and allow a
python setup.py install --home=~
in … |
|
|
|
@33
|
[33]
|
05/22/07 22:18:14 |
hines |
svn merge -r 22:31 … |
|
|
|
@32
|
[32]
|
05/22/07 20:14:56 |
emuller |
Added HocVector? type with toarray member |
|
|
|
@31
|
[31]
|
05/22/07 20:04:03 |
hines |
much better hoc refcount unreferencing. Still not perfect. |
|
|
|
@30
|
[30]
|
05/22/07 16:36:02 |
hines |
avoid hoc_execerror when array index error. No checking yet for the
hoc … |
|
|
|
@29
|
[29]
|
05/22/07 14:18:28 |
emuller |
* python binary/version can be specified --with-nrnpython[=python … |
|
|
|
@28
|
[28]
|
05/22/07 13:37:09 |
hines |
ipython gave errors on hoc array access. The work around is to look … |
|
|
|
@27
|
[27]
|
05/22/07 11:42:51 |
emuller |
neuron.hoc.test_numpy function added, fixed problems with build process … |
|
|
|
@26
|
[26]
|
05/22/07 03:14:44 |
hines |
bug in which if v is a Vector
y = v.x
y[3]
y[3]
would give a segmentation … |
|
|
|
@25
|
[25]
|
05/22/07 01:01:01 |
emuller |
--with-nrnpython optional python binary, conditional numpy support in … |
|
|
|
@24
|
[24]
|
05/21/07 20:07:39 |
hines |
Getting a framework in place for making all of Python accessible from … |
|
|
|
@23
|
[23]
|
05/21/07 19:47:04 |
hines |
This branch gets the experimental Py2Nrn class that is supposed to … |
|
|
|
@22
|
[22]
|
05/21/07 19:26:19 |
emuller |
Oops, did the wrong thing adding setup.py |
|
|
|
@21
|
[21]
|
05/21/07 16:03:25 |
emuller |
setitem,getitem and slicing for Vectors allowing array(Vector()) |
|
|
|
@20
|
[20]
|
05/21/07 15:08:51 |
emuller |
Import HocObject in init |
|
|
|
@19
|
[19]
|
05/21/07 15:05:09 |
emuller |
Changed install organization in setup.py making neuron module in … |
|
|
|
@18
|
[18]
|
05/18/07 11:08:00 |
apdavison |
Added a file /src/nrnpython/neuron.py which attempts to dress up … |
|
|
|
@17
|
[17]
|
04/26/07 21:19:24 |
hines |
Allow neuron to be an extension to python. This allows one to use
their … |
|
|
|
@16
|
[16]
|
04/25/07 02:06:48 |
hines |
arg type errors as well as many other things can cause a
hoc_execerror … |
|
|
|
@15
|
[15]
|
04/24/07 18:57:19 |
hines |
handling sections in hoc objects reasonably well. |
|
|
|
@14
|
[14]
|
04/24/07 17:48:56 |
hines |
some connecting of the Python Section to the Python HocObject |
|
|
|
@13
|
[13]
|
04/24/07 16:26:31 |
hines |
using the hoc stack machine quite a bit so factor out the common … |
|
|
|
@12
|
[12]
|
04/24/07 13:58:08 |
hines |
more error checking. In particular cannot set a hoc object to a … |
|
|
|
@11
|
[11]
|
04/23/07 14:58:16 |
hines |
a good deal more exception handling with messages, though by no … |
|
|
|
@10
|
[10]
|
04/23/07 01:49:00 |
hines |
a very large subset of hoc variables, functions, objects can … |
|
|
|
@9
|
[9]
|
04/23/07 01:23:06 |
hines |
experimental branch for native python syntax for evaluation, … |
|
|
|
@3
|
[3]
|
04/03/07 16:17:09 |
davison |
standard svn dir structure |