This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
Releases: nanten2/N-CONST
Releases · nanten2/N-CONST
v1.1.0
New Features
- Support Python 3.10+
Bug Fixes
None.
What's Changed
- Change Python version to support by @KaoruNishikawa in #61
- Version 1.1.0 by @KaoruNishikawa in #63
Full Changelog: v1.0.5...v1.1.0
v1.0.5
New Features
- Full support of
dict
methods inDataClass
Bug Fixes
None.
What's Changed
- Support dict methods in
DataClass
by @KaoruNishikawa in #57 - Version 1.0.5 by @KaoruNishikawa in #59
Full Changelog: v1.0.4...v1.0.5
v1.0.4
New Features
None.
Bug Fixes
- Fix version solving error when installing N-CONST
What's Changed
- Version 1.0.4 by @KaoruNishikawa in #51
Full Changelog: v1.0.3...v1.0.4
v1.0.3
New Features
None.
Bug Fixes
None.
What's Changed
- Update dependency version by @KaoruNishikawa in #45
- Add issue templates by @KaoruNishikawa in #47
- Version 1.0.3 by @KaoruNishikawa in #49
Full Changelog: v1.0.2...v1.0.3
v1.0.2
New Features
- Addition of
dict
methods for the data format shared across this package.
Bug Fixes
None.
What's Changed
- Dict methods by @KaoruNishikawa in #41
- Update version by @KaoruNishikawa in #43
Full Changelog: v1.0.1...v1.0.2
v1.0.1
New Features
- Change of module name;
kisa
module is renamedpointing
module.
Bug Fixes
None.
What's Changed
- API changes by @KaoruNishikawa in #36
- Add documentation workflow by @KaoruNishikawa in #38
- v1.0.1 by @KaoruNishikawa in #39
Full Changelog: v1.0.0...v1.0.1
v1.0.0
The initial stable version.
This package provides:
constants
: constant parameters of NANTEN2 observatoryobsparams
: parser for observation parameter file generated by OBS-Script-Softwarekisa
: parser for instrumental error parameter file
v0.3.2
Changed the way to get the package's version.
v0.3.1
This is a bug fix version.
- Resolved an issue related to a missing dependency.
v0.3.0
A bug fix with minor change in constants module.
- Now
Constants
objects can easily be created by passing CSV file of certain format.