-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed dynamic instance variables in `Component`. * Component `dt` now treated as an optional keyword argument. * Added monitor forward hooks (in-memory buffers). * Monitors and legacy data hooks now support custom attribute logging. * Runtime improvements to encourage hook usage in practice. * Added monitor example usage to basic_experiment tutorial. * Minor file/directory creation fixes. * Connections and weights now passed as arguments to Synapse, facilitating programmatic initialization with new config classes. * Synapse connection topology (mode and proportion) now sought and applied at instantiation (`kwargs.pop()``). * Model class no longer inherits from BaseEstimator. * Cleaned up method signatures. * Added private method for batch serving. * Base class `fit()` now invokes `_serve()`. * Moved legacy `draw` method from Model to Network. * Misc docstring improvements. * Legacy tests passing. * Bump to 0.4.0.
- Loading branch information
Showing
5 changed files
with
25 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters