Skip to content

Commit

Permalink
bump version to 1.0.4; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
esheldon committed May 31, 2019
1 parent 455dd5c commit c32b78b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
version 1.0.4
---------------------------------

New Features

- support for empty keywords in header, which are supported
by the standard and are used for cosmetic comments

Bug Fixes

- Fix for inserting bit columns and appending data with bitcols
- deal with non-standard header values such as NAN
[by returning as strings
- fixed many bugs reading headers; these were a casualty of
the header reading optimizations put in for 1.0.1

version 1.0.3
---------------------------------

Expand Down
2 changes: 1 addition & 1 deletion fitsio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
usage.
"""

__version__ = '1.0.3'
__version__ = '1.0.4'

from . import fitslib # noqa

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def check_system_cfitsio_objects(self, obj_name):

setup(
name="fitsio",
version="1.0.3",
version="1.0.4",
description=description,
long_description=long_description,
long_description_content_type='text/markdown; charset=UTF-8; variant=GFM',
Expand Down

0 comments on commit c32b78b

Please sign in to comment.