Skip to content

Commit

Permalink
Merge pull request #347 from keflavich/rc0.4
Browse files Browse the repository at this point in the history
v0.4 release candidate
  • Loading branch information
keflavich authored Sep 6, 2016
2 parents 6649d1c + 57ee372 commit 5e3891c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
0.4.0 (unreleased)
0.4.0 (2016-09-06)
------------------
- Whole cube convolution & reprojection has been added, including tools to
smooth spectrally and spatially to force two cubes onto an identical grid.
(https://github.com/radio-astro-tools/spectral-cube/pull/313)
- Bugfix: files larger than the available memory are now readable again
because ``spectral-cube`` does not encourage you to modify cubes inplace
(https://github.com/radio-astro-tools/spectral-cube/pull/299)
- Cube planes with bad beams will be masked out
(https://github.com/radio-astro-tools/spectral-cube/pull/298)
- Added a new cube type, VaryingResolutionSpectralCube, meant to handle
CASA-produced cubes that have different beams in each channel
(https://github.com/radio-astro-tools/spectral-cube/pull/292)
- Added tests for new functionality in OneDSpectrum (https://github.com/radio-astro-tools/spectral-cube/pull/277)
- Added tests for new functionality in OneDSpectrum
(https://github.com/radio-astro-tools/spectral-cube/pull/277)
- Split out common functionality between SpectralCube and LowerDimensionalObject
into BaseNDClass and SpectralAxisMixinClass *Manually merged by @keflavich* (https://github.com/radio-astro-tools/spectral-cube/pull/274)
into BaseNDClass and SpectralAxisMixinClass
(https://github.com/radio-astro-tools/spectral-cube/pull/274)
- added new linewidth_sigma and linewidth_fwhm methods to SpectralCube for
computing linewidth maps, and make sure the documentation is clear that
moment(order=2) is a variance map.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
builtins._ASTROPY_PACKAGE_NAME_ = PACKAGENAME

# VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
VERSION = '0.3.3.dev'
VERSION = '0.4.0'

# Indicates if this version is a release version
RELEASE = 'dev' not in VERSION
Expand Down

0 comments on commit 5e3891c

Please sign in to comment.