Skip to content
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

Merged
merged 31 commits into from
Apr 16, 2021

Commits on Mar 20, 2021

  1. added pyenv's .python-version to gitignore

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    0286454 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e447ce7 View commit details
    Browse the repository at this point in the history
  3. Changed comment and removed non-existing nonlocal_hclass import

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    3d996e5 View commit details
    Browse the repository at this point in the history
  4. Removed traling whitespaces and double newline at eof

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    046fab4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d0876c7 View commit details
    Browse the repository at this point in the history
  6. New HocBaseObject; (nonlocal_)hclass uses this new base.

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    9d5c8f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc31bff View commit details
    Browse the repository at this point in the history
  8. moved __all__ to PEP8 location

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    3b59b2f View commit details
    Browse the repository at this point in the history
  9. Fixed error with grandchildren of HocBaseObject

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    23e3064 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20a6e95 View commit details
    Browse the repository at this point in the history
  11. fixed import typo

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    475e981 View commit details
    Browse the repository at this point in the history
  12. hclass of hoc_type should precede use of hoc.HocObject API's

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    d2063bf View commit details
    Browse the repository at this point in the history
  13. Fixed usage of module_name

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    3c5b4b2 View commit details
    Browse the repository at this point in the history
  14. added hclass35.py to Makefile, excessive trailing newlines.

    Robin De Schepper committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    080f14a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9bb623c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. black formatting & updated hclass2 derived docstrings

    Robin De Schepper committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    ff1d739 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98d43cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a52d62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    091bced View commit details
    Browse the repository at this point in the history
  5. Explicitly defined __new__ for 3.6+ pyobj compatibility

    Robin De Schepper committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    696f63c View commit details
    Browse the repository at this point in the history
  6. Class composition is allowed if HOC types are the same

    Robin De Schepper committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    c0847f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2977551 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bdff470 View commit details
    Browse the repository at this point in the history
  9. Removed 'super()' call for Python 2

    Robin De Schepper committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7cf60ad View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    bb9bc43 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    b5152a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Revert "added hclass35.py to Makefile, excessive trailing newlines."

    This reverts commit 080f14a.
    Robin De Schepper authored and Helveg committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    4ffeb35 View commit details
    Browse the repository at this point in the history
  2. Added hclass35 to Makefile

    Helveg committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    987e799 View commit details
    Browse the repository at this point in the history
  3. Revert "Removed traling whitespaces and double newline at eof"

    This reverts commit 046fab4.
    Robin De Schepper authored and Helveg committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    393939b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6d25bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3722763 View commit details
    Browse the repository at this point in the history