Skip to content

Commit

Permalink
version up to 0.4 and minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Sep 6, 2016
1 parent 2cd2030 commit 57ee372
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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.
Expand All @@ -11,9 +11,11 @@
- 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 57ee372

Please sign in to comment.