-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Implemented basic __repr__ Signed-off-by: Elena Khaustova <[email protected]> * Updated __repr__ Signed-off-by: Elena Khaustova <[email protected]> * Removed __str__ Signed-off-by: Elena Khaustova <[email protected]> * Updated _describe() for CachedDataset Signed-off-by: Elena Khaustova <[email protected]> * Made pretty_repr protected Signed-off-by: Elena Khaustova <[email protected]> * Reverted width parameter to default Signed-off-by: Elena Khaustova <[email protected]> * Updated printing params Signed-off-by: Elena Khaustova <[email protected]> * Updated printing width Signed-off-by: Elena Khaustova <[email protected]> * Disable sorting Signed-off-by: Elena Khaustova <[email protected]> * Disable sorting Signed-off-by: Elena Khaustova <[email protected]> * Updated test_str_representation Signed-off-by: Elena Khaustova <[email protected]> * Updated cached dataset tests Signed-off-by: Elena Khaustova <[email protected]> * Updated data catalog tests Signed-off-by: Elena Khaustova <[email protected]> * Updated core tests Signed-off-by: Elena Khaustova <[email protected]> * Updated versioned dataset tests Signed-off-by: Elena Khaustova <[email protected]> * Updated tests for lambda dataset Signed-off-by: Elena Khaustova <[email protected]> * Updated tests for memory dataset Signed-off-by: Elena Khaustova <[email protected]> * Set width to maxsize Signed-off-by: Elena Khaustova <[email protected]> * Removed top-level keys sorting Signed-off-by: Elena Khaustova <[email protected]> * Updated tests Signed-off-by: Elena Khaustova <[email protected]> * Updated release notes Signed-off-by: Elena Khaustova <[email protected]> * Decoupled describe from pretty printing Signed-off-by: Elena Khaustova <[email protected]> * Returned old __str__ to avoid a breaking change Signed-off-by: Elena Khaustova <[email protected]> * Updated tests Signed-off-by: Elena Khaustova <[email protected]> * Replaced deprecation comment with TODO Signed-off-by: Elena Khaustova <[email protected]> --------- Signed-off-by: Elena Khaustova <[email protected]> Co-authored-by: Nok Lam Chan <[email protected]>
- Loading branch information
1 parent
1b785fb
commit f54f463
Showing
7 changed files
with
101 additions
and
7 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
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