-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from khaeru/report-message-data
- Reporter: - add exceptions: KeyExistsError, MissingKeyError, ComputationError. - full_key(): handle a wider set of inputs. - reporting.key: move Key here from reporting.utils - name, dims, and tag are all now read-only public properties. - cache str() and repr() for a small speed gain - add methods drop(), append(), add_tag(). - use new methods in from_str_or_key(). - reporting.attrseries: move AttrSeries here from reporting.utils - add methods dims(), transpose(), to_dataframe() - sel(): avoid dropping indices in certain cases. - reporting.utils: use upper-case consistently for global RENAME_DIMS, UNITS - computations.write_report: handle str path argument. - Expand documentation.
- Loading branch information
Showing
14 changed files
with
654 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.