Releases: deshima-dev/decode
Releases · deshima-dev/decode
Update release
What's Changed
- Bump pillow from 8.4.0 to 9.0.0 by @dependabot in #41
- Bump ipython from 7.29.0 to 7.31.1 by @dependabot in #42
- Use xarray-dataclasses for creating array or cube by @astropenguin in #49
- Use morecopy for copying function by @astropenguin in #50
- Release v0.7.0 by @astropenguin in #53
New Contributors
- @dependabot made their first contribution in #41
Full Changelog: v0.6.1...v0.7.0
Update release
What's Changed
- Use TOML for FITS information by @astropenguin in #36
- Update directory structure by @astropenguin in #38
- Release v0.6.1 by @astropenguin in #40
Full Changelog: v0.6.0...v0.6.1
Update release
Important notes
- The support of Python 3.6 is dropped from this version.
What's Changed
- Require init.py in sub-packages by @Hoshock in #20
- Update development environment by @astropenguin in #27
- Update supported Python versions by @astropenguin in #29
- Release v0.6.0 by @astropenguin in #31
New Contributors
Full Changelog: v0.5.9...v0.6.0
Update release
This release closes #15.
- Fix wrong version of pyyaml (
^3.13
→^5.3
) inpyproject.toml
- Also update
poetry.lock
- Also update
- Update version numbers (0.5.8 → 0.5.9) written in:
pyproject.toml
decode/__init__.py
docs/conf.py
tests/test_metadata.py
Update release
This release closes #13.
- Update Python requirements (>=3.6.1 → >= 3.6)
- Also update poetry.lock
- Update version numbers (0.5.7 → 0.5.8) written in:
- pyproject.toml
- decode/init.py
- docs/conf.py
- tests/test_metadata.py
Update release
This release closes the following issues.
Refactoring release
This release closes the following issues.
- Release v0.5.6 #7
- Use Poetry for package management
- Use GitHub Actions for testing and publishing package
- Update version numbers written in Python scripts
Update release
- Remove joke functions
- Use Travis CI to do auto testing and docs building
- Docs are now hosted in the
gh-pages
branch
Bug fix and update of plot functions
plot_chmap
now returns mappable and does not plot colorbar inside it- Delete default styles of xlabel, ylabel, and title of plot functions
- Fix
plot_timestream
(before that an error occurs when plotting)
v0.5
Removed
dc.models.skewgauss()
dc.models.r_subtraction()
dc.models.savgol_filter()
dc.models.rsky_calibration()
dc.plot.plotweather()
Implemented
dc.models.gauss_fit()
made by Koyodc.fromcube()
made by Akiodc.plot.plot_chmap()
made by Tsuyoshi
Updated
plotcoords()
=>plot_tcoords()
(backward compatibility has been held)plottimestream()
=>plot_timestream()
(backward compatibility has been lost)plotspectrum()
=>plot_spectrum()
(backward compatibility has been held)savefits()
- casaviewer has been supported
- still should be upgraded
Miscellaneous
- implemented
deprecation_warning
decorator - changed some of the internal structures
- made the logger fucntions a standard way