Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Nov 15, 2024
1 parent 98c5ec5 commit 8491158
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

- Force ``bounding_box`` to always be returned as a ``F`` ordered box. [#522]

- Add warning filter to asdf extension to prevent the ``bounding_box`` order warning for gwcs
objects originating from a file. [#526]

0.21.0 (2024-03-10)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion gwcs/tests/test_wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1469,4 +1469,4 @@ def test_no_bounding_box_if_read_from_file(tmp_path):
# Check that no warning is issued for the bounding box of this WCS object
with warnings.catch_warnings():
warnings.simplefilter("error")
wcs_from_file.bounding_box
wcs_from_file.bounding_box

0 comments on commit 8491158

Please sign in to comment.