Skip to content

Releases: deshima-dev/decode

Update release

13 Jun 11:13
faede67
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

Update release

29 Nov 06:43
b4bface
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

Update release

24 Nov 08:27
0a27c92
Compare
Choose a tag to compare

Important notes

  • The support of Python 3.6 is dropped from this version.

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.6.0

Update release

04 Aug 06:51
19f3db7
Compare
Choose a tag to compare

This release closes #15.

  • Fix wrong version of pyyaml (^3.13^5.3) in pyproject.toml
    • Also update poetry.lock
  • 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

03 Aug 09:58
21c0888
Compare
Choose a tag to compare

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

03 Aug 09:21
8b70f18
Compare
Choose a tag to compare

This release closes the following issues.

  • Format codes #9
    • Format codes by Black
    • Check grammar by Flake8
    • Remove codes that cause errors
      • unused variables
      • undefined variables
      • wrong spelling
  • Release v0.5.7 #11
    • Update version numbers written in:
      • pyproject.toml
      • decode/init.py
      • docs/conf.py
      • tests/test_metadata.py

Refactoring release

03 Aug 08:10
f82d0e4
Compare
Choose a tag to compare

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

02 Sep 18:03
Compare
Choose a tag to compare
  • 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

23 Oct 10:44
Compare
Choose a tag to compare
  • 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

22 Aug 08:05
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

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 Koyo
  • dc.fromcube() made by Akio
  • dc.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