-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reworked the neuron.hclass3
module
#1096
Reworked the neuron.hclass3
module
#1096
Commits on Mar 20, 2021
-
added pyenv's .python-version to gitignore
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 0286454 - Browse repository at this point
Copy the full SHA 0286454View commit details -
prevent import py2/3 module in py3/2. removed
exec
wrapper from hclassRobin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for e447ce7 - Browse repository at this point
Copy the full SHA e447ce7View commit details -
Changed comment and removed non-existing
nonlocal_hclass
importRobin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3d996e5 - Browse repository at this point
Copy the full SHA 3d996e5View commit details -
Removed traling whitespaces and double newline at eof
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 046fab4 - Browse repository at this point
Copy the full SHA 046fab4View commit details -
Removed the MetaHocObject metaclass and added
nonlocal_hclass
factoryRobin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d0876c7 - Browse repository at this point
Copy the full SHA d0876c7View commit details -
New
HocBaseObject
; (nonlocal_)hclass uses this new base.Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9d5c8f3 - Browse repository at this point
Copy the full SHA 9d5c8f3View commit details -
Added dev note to demystify quintessential link between HOC & Python
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for cc31bff - Browse repository at this point
Copy the full SHA cc31bffView commit details -
moved __all__ to PEP8 location
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3b59b2f - Browse repository at this point
Copy the full SHA 3b59b2fView commit details -
Fixed error with grandchildren of
HocBaseObject
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 23e3064 - Browse repository at this point
Copy the full SHA 23e3064View commit details -
Apply changes only to Python 3.6+ where metaclass alternative is availbl
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 20a6e95 - Browse repository at this point
Copy the full SHA 20a6e95View commit details -
Robin De Schepper committed
Mar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 475e981 - Browse repository at this point
Copy the full SHA 475e981View commit details -
hclass of hoc_type should precede use of hoc.HocObject API's
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for d2063bf - Browse repository at this point
Copy the full SHA d2063bfView commit details -
Robin De Schepper committed
Mar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 3c5b4b2 - Browse repository at this point
Copy the full SHA 3c5b4b2View commit details -
added hclass35.py to Makefile, excessive trailing newlines.
Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 080f14a - Browse repository at this point
Copy the full SHA 080f14aView commit details -
module
does not exist, see details on mixed approaches in PR#1096Robin De Schepper committedMar 20, 2021 Configuration menu - View commit details
-
Copy full SHA for 9bb623c - Browse repository at this point
Copy the full SHA 9bb623cView commit details
Commits on Mar 27, 2021
-
black formatting & updated hclass2 derived docstrings
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for ff1d739 - Browse repository at this point
Copy the full SHA ff1d739View commit details -
Store dummy modules on
neuron
module to better emulate submodulesRobin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 98d43cc - Browse repository at this point
Copy the full SHA 98d43ccView commit details -
Add a TypeError if init but not new has been given (see neuronsimulat…
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 6a52d62 - Browse repository at this point
Copy the full SHA 6a52d62View commit details -
Added _pyobj_enabled flag to check whether Python object interface is up
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 091bced - Browse repository at this point
Copy the full SHA 091bcedView commit details -
Explicitly defined __new__ for 3.6+ pyobj compatibility
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 696f63c - Browse repository at this point
Copy the full SHA 696f63cView commit details -
Class composition is allowed if HOC types are the same
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for c0847f1 - Browse repository at this point
Copy the full SHA c0847f1View commit details -
added tests for HOC type Python classes, test only in Python 3.6+
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 2977551 - Browse repository at this point
Copy the full SHA 2977551View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdff470 - Browse repository at this point
Copy the full SHA bdff470View commit details -
Removed 'super()' call for Python 2
Robin De Schepper committedMar 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 7cf60ad - Browse repository at this point
Copy the full SHA 7cf60adView commit details
Commits on Apr 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bb9bc43 - Browse repository at this point
Copy the full SHA bb9bc43View commit details
Commits on Apr 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b5152a4 - Browse repository at this point
Copy the full SHA b5152a4View commit details
Commits on Apr 16, 2021
-
Revert "added hclass35.py to Makefile, excessive trailing newlines."
This reverts commit 080f14a.
Configuration menu - View commit details
-
Copy full SHA for 4ffeb35 - Browse repository at this point
Copy the full SHA 4ffeb35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 987e799 - Browse repository at this point
Copy the full SHA 987e799View commit details -
Revert "Removed traling whitespaces and double newline at eof"
This reverts commit 046fab4.
Configuration menu - View commit details
-
Copy full SHA for 393939b - Browse repository at this point
Copy the full SHA 393939bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6d25bc - Browse repository at this point
Copy the full SHA b6d25bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3722763 - Browse repository at this point
Copy the full SHA 3722763View commit details