forked from pydata/xarray
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit and format number of displayed dimensions in repr (pydata#5662)
* Truncate dims * better name and no typing * Use limited formatting on dataarrays * limit unindexed dims, code cleanup * typing * typing * typing * typing * typing * handle hashables * Add test for element formatter * Update test_formatting.py * remove the trailing whitespace * Remove trailing whitespaces * Update whats-new.rst * Update whats-new.rst * Move to breaking changes instead * Add typing to tests. * With OPTIONS typed we can add more typing * Fix errors in tests * Update whats-new.rst
- Loading branch information
Showing
3 changed files
with
139 additions
and
19 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