Skip to content

Releases: astropenguin/ndradex

v0.3.1 (2023-05-19)

18 May 17:49
20bafa2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0 (2023-05-19)

18 May 17:37
b3ff1ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

Bug-fix release

27 Oct 13:58
c0d2664
Compare
Choose a tag to compare

This release closes the following issues.

  • #25 Do not include pyproject.toml to source distribution
  • #27 Release v0.2.2

Update release

05 Oct 04:23
c2af066
Compare
Choose a tag to compare

This version has a critical bug (#17). Please use v0.2.0 until the next version (v0.2.2) is released.

This release closes the following issues. Since they are for refactoring, no additional, updated, or removed features are included in this release.

  • #7 Linting and formatting
  • #11 Use GitHub Actions for testing, linting, and formatting
  • #12 Remove etc submodules
  • #21 Release v0.2.1

Update release

02 Sep 15:31
Compare
Choose a tag to compare
  • Make use the fullname of a datafile (e.g., 'co.dat') as a query in the ndradex.run() function
    • user can still use a query without extension (e.g., 'co'), but it will be deprecated in the future
  • Default user config (~/.config/ndradex/config.toml) is now empty
    • this means that default parameter values of the ndradex.run() function is exactly used

Bug fix release

02 Sep 14:36
Compare
Choose a tag to compare
  • Fix #4 by specifying required versions of dependent Python packages in setup.cfg

Update release

16 May 09:39
Compare
Choose a tag to compare
  • Add work_dir option to ndradex.run() function
    • user can specify the path of directory under which a temporary directory for intermediate files is created (automatically deleted after the function is finished)
  • Update the method of QN string formatting
  • Update README
  • Some refactoring in the LAMDA class

Update release

12 May 12:36
Compare
Choose a tag to compare
  • Change the number of maximum iterations in RADEX (9999 → 999999)

Bug-fix and update release

08 May 18:57
Compare
Choose a tag to compare
  • Fix the wrong behavior of timeout option
    • in v0.1.5, timeout is used for the entire calculation
    • now timeout is correctly used for a single RADEX calculation
  • Rename progress bar option (barprogress)
  • Update the behavior of progress bar when keyboard interruption

Update release

07 May 08:47
Compare
Choose a tag to compare
  • Add an option for toggling progress bar to ndradex.grid.run() function
    • you can now disable to show the bar using bar=False