- Nothing changed yet.
- Added constructor for ModelMetadata that accepts an object rather than a string, better searching for metadata.
- Fixed a bug that raised "object has no attribute '__module__'" exception when looking for metadata of an instance from an extension module (#22)
- Removed versioneer; use zest.releaser instead
- Changed command line interface to use click (#20)
- Query a model by class or name
- Deploy to PyPI from Travis
- Fixed continuous integration on Travis
- General package clean up
- Fixed a bug where the yaml loader failed to correctly parse numbers represented in scientific notation
- Fixed a typo in mmd-stage command that caused it to crash