Changelog¶
Version numbers comply with the Sementic Versioning Specification (SemVer).
Unreleased¶
- Make minor tweaks to the code.
v0.1.0 (2017-01-11)¶
Changed¶
- Rewrite everything from scratch. Changes are not backwards compatible.
v0.0.3 (2014-12-07)¶
Added¶
- Add a
__hash__()method for theMDagPath,MFnDependencyNode, andMObjectclasses.
Changed¶
- Make minor tweaks to the code.
v0.0.2 (2014-06-22)¶
Added¶
- Add a
bnn_asFunctionSet()method to theMObjectandMDagPathclasses. - Add a
bnn_getFunctionSet()method to theMObjectclass. - Add a new internal module for data caching.
Changed¶
- Prepend the missing
bnnidentifiers for the test routines. - Make minor tweaks to the code.
v0.0.1 (2014-06-21)¶
- Initial release.