-
Notifications
You must be signed in to change notification settings - Fork 669
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* changed groupby function to accept multiple attributes #1839 * Added version number to versionadded field * erroneously changed versionadded field instead of adding versionchanged * Added tests for groupby function using multiple attributes as arguments * Updated documentation of groupby function. Updated CHANGELOG and AUTHORS * Corrected formatting of versionchanged field * multiple functions are passed to groupby as a list. Updated tests acordingly * updated docs and CHANGELOG to latest version of PR * updated CHANGELOG * Modified output of groupby to flattened dict. Added dictionary flattening function to utils * tests updated according to changes to groupby * Added tests for flatten_dict function * updated CHANGELOG * now testing for string_types in groupby. explicit cast on groupby tests * added test on string types to groupby tests * documentation formatting * added check for and decode of bytes string * added bytes string compatibility * cleaned code and style formatting * corrected issues with output when using one attribute
- Loading branch information
1 parent
5a232a3
commit 8f950b6
Showing
6 changed files
with
154 additions
and
21 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
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