Releases: radio-astro-tools/spectral-cube
Releases · radio-astro-tools/spectral-cube
v0.6.7
What's Changed
- CI: adding explicit sphinx config into RTD config by @bsipocz in #938
- Bumped minimum version of Python to 3.10 and updated infrastructure by @astrofrog in #951
- MAINT: cleanup for unsupported old version by @bsipocz in #954
- CI: limit CI for the main branch by @bsipocz in #955
- MAINT: remove openfiles usage by @bsipocz in #953
- MAINT: cleanup deprecations by @bsipocz in #956
- MAINT: cleanup astropy_init by @bsipocz in #958
- BUG: fix command in tox by @bsipocz in #959
- Bump OpenAstronomy/github-actions-workflows from 1 to 2 in /.github/workflows in the actions group by @dependabot[bot] in #962
- Astropy stokescoords support by @preshanth in #963
- Remove redundant text from README.rst by @keflavich in #965
- Try bumping min version of joblib to fix hanging job in oldestdeps by @e-koch in #966
- Avoid copying of arrays by dask with dask>=2024.12.0 by @astrofrog in #968
- Remove author e-mail addresses by @keflavich in #970
- Bump the actions group in /.github/workflows with 2 updates by @dependabot[bot] in #976
- Update smoothing.rst by @SpacialTree in #977
- Bump actions/setup-python from 5 to 6 in /.github/workflows in the actions group by @dependabot[bot] in #980
- Bump the actions group in /.github/workflows with 2 updates by @dependabot[bot] in #983
Full Changelog: v0.6.6...v0.6.7
v0.6.6
What's Changed
- Fix bad link in issue 848 by @keflavich in #897
- Fix ds9 region usage in issue 867 by @ParfenovS in #899
- MNT: upgrade upload/download-artifact GitHub actions by @neutrinoceros in #898
- Replace distutils.LooseVersion with packaging.version by @olebole in #901
- MAINT: codecov is defunct by @bsipocz in #875
- Bump the actions group in /.github/workflows with 3 updates by @dependabot in #912
- Fix tests for numpy 2.0 by @e-koch in #917
- BUGFIX: Argmax/argmin raywise needs to return int by @keflavich in #924
- Pass kwargs through moments & add progressbar by @keflavich in #923
- Fix dask statistics by @keflavich in #922
- fix for 915: account for different use cases of median by @keflavich in #916
- remove Python2 crumbs by @a-detiste in #907
- Bump codecov/codecov-action from 4 to 5 in /.github/workflows in the actions group by @dependabot in #932
- Regression fix: if how='slice' or 'ray', we do not want to warn by @keflavich in #929
- Pin zarr<3 until support for structured dtypes is provided by @e-koch in #937
New Contributors
- @ParfenovS made their first contribution in #899
- @dependabot made their first contribution in #912
- @a-detiste made their first contribution in #907
Full Changelog: v0.6.5...v0.6.6
v0.6.5
What's Changed
- Fix deprecated import path [#892] by @keflavich in #893
Full Changelog: v0.6.3...v0.6.5
v0.6.3
What's Changed
- Find the real CASA beamtable by @AlecThomson in #879
- MNT: Clean up _astropy_init.py by @pllim in #891
New Contributors
- @AlecThomson made their first contribution in #879
Full Changelog: v0.6.2...v0.6.3
v0.6.2
What's Changed
- Fix failing newview by @keflavich in #886
See https://github.com/radio-astro-tools/spectral-cube/releases/tag/v0.6.1 for more details.
Full Changelog: v0.6.0...v0.6.2
v0.6.1
What's Changed
- Avoid memory issues when computing statistics by @astrofrog in #752
- Don't use bottleneck in statistics() by @astrofrog in #753
- Remove if statement that stops tox from running tests by @e-koch in #759
- Added stokes_data public method by @Kitchi in #751
- Add logo to docs by @keflavich in #756
- Revert "Add logo to docs" by @keflavich in #762
- install with --upgrade by @keflavich in #758
- add github link to index by @keflavich in #769
- allow multiple cubes to be passed to stack_cube by @keflavich in #745
- Add logo by @keflavich in #763
- Add a new subcube cutout example by @keflavich in #767
- Attempt to fix Windows build failures on CI by @keflavich in #779
- Update README.rst author list by @keflavich in #780
- Add basic reprojection documentation by @keflavich in #776
- Pass
self.allow_huge_operationsto convolve_fft` by @keflavich in #725 - Issue 772: dask apply_along_axis missing kwargs by @keflavich in #773
- Bugfix: change isinstance checks to base class by @keflavich in #782
- Avoid non-lazy reading by @keflavich in #783
- Restore
test_apply_everywhere_floordivideby @dhomeier in #788 - Fix for issue 785: only warn if beam units unspecified by @keflavich in #790
- MNT: modernize yt usage by @neutrinoceros in #793
- Add function to show rendered dask array by @e-koch in #797
- Add a developing with spectral-cube docs page by @e-koch in #798
- Remove py36 from testing grid by @keflavich in #813
- Fix uneven chunks with spectral_interpolate and dask by @e-koch in #816
- Avoid redundant full-cube-passes when region submasking by @keflavich in #801
- Fix for issue 803: don't try to multiply by None by @keflavich in #804
- Expand setup.cfg requirements by @keflavich in #818
- Improve the error message when all beams are masked out by @keflavich in #651
- Update ds9 regions parser usage by @keflavich in #805
- Fix conversion between Jy/sr and K if beam is not set by @SmirnGreg in #809
- WIP fix for 821: test spectral smooth on windows by @keflavich in #823
- Run CI on a cron job by @keflavich in #822
- Fix issue 819: allow comparison to unitless scalar numbers by @keflavich in #820
- Handle beam tables with >1 stokes component: fix for #825 by @e-koch in #826
- Pass kwargs to reproject by @keflavich in #828
- add documentation for reading lower-dimensional objects by @keflavich in #834
- Check that loop_in_thread can be imported by @keflavich in #841
- Allow general filter use instead of just median filters by @keflavich in #812
- Attribute stokes_type by @preshanth in #765
- scipy.ndimage.filters -> scipy.ndimage by @keflavich in #843
- Add cube mosaicking by @SpacialTree in #829
- mosaic_cubes: pass on kwargs by @keflavich in #844
- MAINT: fix for np 1.24 by @bsipocz in #858
- CI: fixing version updates for actions and tox by @bsipocz in #855
- BUG: revert errenous merge conflict by @bsipocz in #860
- cube_utils: more useful error message when BUNIT unknown by @ashill in #863
- cleanup unused pkg_resources import by @neutrinoceros in #866
- BUG: handle deprecation warning from numpy 1.25 (np.product is deprecated in favour of np.prod) by @neutrinoceros in #865
- MAINT: cleanup more remnants from the travis badge by @bsipocz in #861
- Bugfix: len test for beams by @keflavich in #852
- Expand test coverage by @keflavich in #854
- Small fix: don't check meta if it's None by @keflavich in #871
- handle numpy.find_common_type's deprecation by @neutrinoceros in #883
New Contributors
- @Kitchi made their first contribution in #751
- @dhomeier made their first contribution in #788
- @neutrinoceros made their first contribution in #793
- @SmirnGreg made their first contribution in #809
- @SpacialTree made their first contribution in #829
- @ashill made their first contribution in #863
Full Changelog: v0.6.0...v0.6.1
Release v0.4.5
release tag v0.4.5
v0.4.4
v0.4.3 release
version 0.4.3 (changelog)
Version 0.4.2 release
v0.4.2 create v0.4.2 release