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_operations
to 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_floordivide
by @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