Skip to content

Commit

Permalink
changelog and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed Jun 12, 2024
1 parent f6316fb commit 7e5ba20
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
version 1.2.3 (not yet released)
-------------

Changes

- bundle cfitsio 4.4.0.

Bug Fixes

- Reading images with empty slices was returning data
- Using cfitsio 4.4.0 fixes a bug reading HIERARCH+CONTINUE keywords

version 1.2.2
-------------
Expand Down
2 changes: 2 additions & 0 deletions fitsio/tests/test_header.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,5 +510,7 @@ def test_write_key_dict():

assert h['test'] == keydict['value']
assert h.get_comment('test') == keydict['comment']


if __name__ == '__main__':
test_header_write_read()

0 comments on commit 7e5ba20

Please sign in to comment.