Recent Releases of ndradex

ndradex - v0.3.1 (2023-05-19)

What's Changed

  • Fix pyproject.toml by @astropenguin in https://github.com/astropenguin/ndradex/pull/52

Full Changelog: https://github.com/astropenguin/ndradex/compare/v0.3.0...v0.3.1

- Python
Published by astropenguin almost 3 years ago

ndradex - v0.3.0 (2023-05-19)

What's Changed

  • Support Python 3.8-3.11 by @astropenguin in https://github.com/astropenguin/ndradex/pull/41
  • Build RADEX at the first import instead of on the build by @astropenguin in https://github.com/astropenguin/ndradex/pull/42
  • Add consts module by @astropenguin in https://github.com/astropenguin/ndradex/pull/43
  • Update utils module by @astropenguin in https://github.com/astropenguin/ndradex/pull/45
  • Update radex module by @astropenguin in https://github.com/astropenguin/ndradex/pull/46
  • Fix LAMDA property for calculating critical densities by @astropenguin in https://github.com/astropenguin/ndradex/pull/48
  • Release v0.3.0 by @astropenguin in https://github.com/astropenguin/ndradex/pull/50

Full Changelog: https://github.com/astropenguin/ndradex/compare/v0.2.2...v0.3.0

- Python
Published by astropenguin almost 3 years ago

ndradex - Bug-fix release

This release closes the following issues.

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

- Python
Published by astropenguin over 5 years ago

ndradex - Update release

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

- Python
Published by astropenguin over 5 years ago

ndradex - Update release

  • 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

- Python
Published by astropenguin over 6 years ago

ndradex - Bug fix release

  • Fix #4 by specifying required versions of dependent Python packages in setup.cfg

- Python
Published by astropenguin over 6 years ago

ndradex - Update release

  • 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

- Python
Published by astropenguin almost 7 years ago

ndradex - Update release

  • Change the number of maximum iterations in RADEX (9999 → 999999)

- Python
Published by astropenguin almost 7 years ago

ndradex - Bug-fix and update release

  • 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

- Python
Published by astropenguin almost 7 years ago

ndradex - Update release

  • Add an option for toggling progress bar to ndradex.grid.run() function
    • you can now disable to show the bar using bar=False

- Python
Published by astropenguin almost 7 years ago

ndradex - Docs-update release

  • Update README
    • add basic documentation
  • Update docstrings related to README

- Python
Published by astropenguin almost 7 years ago

ndradex - Update release

  • Custom path of RADEX binary directory
    • User can set an environment variable, NDRADEX_BINPATH, to specify the directory where RADEX binaries are placed.
    • Note that this feature may be used only for development use and normal user don't need to set it up.
  • Update MANIFEST.in
    • Stop using graft because unnecessary files are possible to be included.

- Python
Published by astropenguin almost 7 years ago

ndradex - Initial release

- Python
Published by astropenguin almost 7 years ago