Releases: transientskp/pyse
Releases · transientskp/pyse
v0.3.2
What's Changed
- Vectorized source extraction
- Fix values attribute override by @HannoSpreeuw in #57
- extract, as called from reverse_se, needs anl as a second positional argument. by @HannoSpreeuw in #58
- README: clarify some terminology by @suvayu in #61
- Port tkp changes to accessors by @tmillenaar in #63
- Reimplement dataaccessor by @HannoSpreeuw in #66
- Compute moments for thin islands differently by @HannoSpreeuw in #75
- Move tests from TraP by @suvayu in #80
New Contributors
- @tmillenaar made their first contribution in #63
Full Changelog: v0.3.1...v0.3.2
v.0.3.1: bug fix release
- Fixes left over UTF8 string encoding issue from Python 2 to 3 transition. This was causing an error when reading a casa table.
- Update implementation of various cached properties
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Fix no clipping when source density is high by @HannoSpreeuw in #8
- Try ray for multithreaded kappa sigma clipping of subimages by @HannoSpreeuw in #12
- Fix runtimewarnings from nosetests. by @HannoSpreeuw in #10
- Faster interpolation than scipy.ndimage.map_coordinates for the linear case. by @HannoSpreeuw in #14
- Accelerate label islands by @HannoSpreeuw in #15
- Unit tests failed because of grid.shape=(1,1) for a number of these tests. by @HannoSpreeuw in #16
- Kappa sigma clipping using dask by @HannoSpreeuw in #13
- Parallel fitting by @HannoSpreeuw in #17
- Parallel fitting by @HannoSpreeuw in #18
- Migrate CI to GitHub Actions by @jdswinbank in #19
- Use newer version of kernsuite by @jdswinbank in #20
- Don't store data in Git LFS. by @jdswinbank in #22
- Fudge max pix and maximum pixel method variance should only be called once per image by @HannoSpreeuw in #25
- Make PySE run on multiple cores and fix a bug in the clipping algorithm. by @HannoSpreeuw in #28
- Timing individual modules is redundant in production code. by @HannoSpreeuw in #31
- This should enable a correct import of MutableMapping. by @HannoSpreeuw in #37
- Add dask to setup by @HannoSpreeuw in #38
- Added cmp function by @HannoSpreeuw in #39
- This should enable a pytest based CI by @HannoSpreeuw in #41
- Clean up package build by @suvayu in #48
New Contributors
- @jdswinbank made their first contribution in #19
- @suvayu made their first contribution in #48
Full Changelog: v0.2.2...v0.3.0
Fix Python 2 support for pyse command
changes since v0.2.1:
- Not python 2 compatible. (#1)
v0.2.1
python3 support is working properly now.
first release
first release after fork, no cleanup and additional features yet. The TKP accessor code is still in here.