Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing numpy legacy printing with array2string and remaking result… #5235

Merged
merged 5 commits into from
Apr 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Format: numpy array format (#5235)
c18dcd8dafef0cc7bbbf80dfce66f76a46ce59c5
9 changes: 9 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
coverage:
# see https://docs.codecov.com/docs/commit-status
status:
project:
default:
target: auto
# coverage can drop by up to <threshold>% while still posting success
threshold: 3%
bjlittle marked this conversation as resolved.
Show resolved Hide resolved
patch: off
4 changes: 4 additions & 0 deletions docs/src/whatsnew/latest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ This document explains the changes made to Iris for this release
pin for first use of `dask.array.ma.empty_like`_ and replaced `@tinyendian`_
workaround. (:pull:`5225`)

#. `@HGWright`_, `@bjlittle`_ and `@trexfeathers`_ removed the legacy pin for
``numpy`` array printing and replaced the test results files to match default
``numpy`` output. (:pull:`5235`)


.. comment
Whatsnew author names (@github name) in alphabetical order. Note that,
Expand Down