You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
New features
Users can now use the MultiContainerInterface class to generate custom API classes that contain collections of
containers of a specified type. @bendichter@rly (#399)
Add ability to pass callable functions to run when adding or removing items from a LabelledDict.
An error is now raised when using unsupported functionality in LabelledDict. @rly (#405)
Raise a warning when building a container that is missing a required dataset. @rly (#413)