Changelog¶
Version numbers comply with the Sementic Versioning Specification (SemVer).
v0.2.0 (2017-01-18)¶
Added¶
- Add a
validate()function to the public interface. - Add a
forceTransformCreationparameter to thecreatePrimitive()function. - Add support for coverage.
- Add a few more tests.
- Add a few bling-bling badges to the readme.
- Add a Makefile to regroup common actions for developers.
Changed¶
- Improve the documentation.
- Improve the unit testing workflow.
- Allow commands to be defined as lists.
- Delete the
Context‘s equality operators. - Improve the error messages.
- Mock the
mayamodule instead of runningmayapyto generate the doc. - Refocus the content of the readme.
- Define the
long_descriptionandextras_requiremetadata to setuptools’ setup. - Update the documentation’s Makefile with a simpler template.
- Rework the ‘.gitignore’ files.
- Rename the changelog to ‘CHANGELOG’!
- Make minor tweaks to the code.
Fixed¶
- Fix the
parentparameter’s default value from thecreateDagNode()function.
v0.1.0 (2016-12-29)¶
- Initial release.