Skip to content

Commit

Permalink
Merge c5791b8 into 35b7f90
Browse files Browse the repository at this point in the history
  • Loading branch information
C. E. Brasseur committed Aug 22, 2019
2 parents 35b7f90 + c5791b8 commit d0a722f
Show file tree
Hide file tree
Showing 8 changed files with 757 additions and 19 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
@@ -1,6 +1,6 @@
0.5 (unreleased)
----------------

- Adding fits_cut function [#17]

0.4 (2019-06-21)
----------------
Expand Down
1 change: 1 addition & 0 deletions astrocut/__init__.py
Expand Up @@ -24,3 +24,4 @@ class UnsupportedPythonError(Exception):
if not _ASTROPY_SETUP_: # noqa
from .make_cube import CubeFactory # noqa
from .cube_cut import CutoutFactory # noqa
from .cutouts import fits_cut # noqa

0 comments on commit d0a722f

Please sign in to comment.