v2.0.0.dev5
Pre-release
Pre-release
Changes
- Removed numpy array stuff
- Re-added raw data output (
self.data
) to report class - Re-added
to_json(...)
method to report class
Bug fixes
- Fixed a bug that converted numerical values to strings
- Fixed a bug where presenting an invalid filter value to a report type with a required filter would raise a
KeyError
rather thanInvalidRequest