Releases: joshua-hampton/ncas_amof_netcdf_template
2.1.2
Release notes
Fixed error in util.get_times()
where the returned day_of_year
variable was returning incorrect values (#70).
What's Changed
- Change in running tests by @joshua-hampton in #68
- Corrected calculation of day_of_year variable by @joshua-hampton in #71
- Version Update PR by @github-actions in #72
Full Changelog: 2.1.1...2.1.2
2.1.1
Release notes
Fixes error in util.get_times()
where the file_date
variable would not be created correctly - units such as month and day needed zero padding, and seconds should only have been returned as an integer rather than a float.
What's Changed
- Correct error in creating file_dates by @joshua-hampton in #66
- Version Update PR by @github-actions in #67
Full Changelog: 2.1.0...2.1.1
2.1.0
Release notes
This version adds the ability to directly change the tagged release version of the AMOF vocabularies, where all the information about instruments, attributes, variables, and dimensions are stored. This means that users can easily stay up to date with any changes that might occur.
- This tag release value was previously available in the
values.py
file and could be changed there, however that is not easy to find when the package was installed, nor easy to make quick changes to. - The tag release value is set to
latest
by default. This will find and use the latest tagged release of the vocabularies, meaning users don't have to keep up-to-date themselves with releases in that repository. values.py
now contains functions that get the URLs for the vocabularies repository as well as getting the latest tagged release version, replacing the variables that were previously defining these.
Other small changes:
setup.py
has been removed and replaced withpyproject.toml
in accordance with pip's encouragement away fromsetup.py
- package has been checked with Python 3.11
- all links to documentation should now refer to the stable version, rather than the latest version, and documentation includes new functions in
values.py
What's Changed
- Update .readthedocs.yaml by @joshua-hampton in #51
- Run tests on python 3.11 by @joshua-hampton in #54
- Update branch to main by @joshua-hampton in #55
- AMF_CVs tag release version as parameter to functions by @joshua-hampton in #56
- Update update_docs branch to main by @joshua-hampton in #57
- Update docs by @joshua-hampton in #59
- Update actions by @joshua-hampton in #60
- pyproject.toml transition by @joshua-hampton in #61
- Update version number in pyproject.toml by @joshua-hampton in #62
- update_version action fixes by @joshua-hampton in #63
- Version Update PR by @github-actions in #64
Full Changelog: 2.0.1...2.1.0
2.0.1
Release notes
Minor bug fixes from version 2.0.0, plus added information on conda installation.
What's Changed
- Added conda install info by @joshua-hampton in #40
- Update to docs by @joshua-hampton in #43
- Update workflows by @joshua-hampton in #44
- Bug fixes by @joshua-hampton in #46
- Update docs from fix on issue #41 by @joshua-hampton in #47
- Spacing around version by @joshua-hampton in #48
- Version Update PR by @github-actions in #49
Full Changelog: 2.0.0...2.0.1
2.0.0
2.0.0-beta
Release notes
Version 2.0.0 will be the first version of this module made available through pip (and possibly conda). This beta release is available to weed out any final lingering bugs and issues before the full release.
v1.1.1 - Final release of code as submodule
Final submodule version
Tagged release of the final version before switching to release as a python package rather than using as submodule.
What's Changed
- Started to add workflows in preparation for package release
- Added copy of wiki before deleting it - now replaced by documentation on readthedocs.org
Full Changelog: v1.1.0...v1.1.1
v1.1.0 Update
What's Changed
New features
- Added verbose levels to create_netcdf.py 282e6d6
- Update to README for verbose-ness by @joshua-hampton in #14
- Check to see if metadata is integer or float, rather than just writing string 1b0016b
Full Changelog: v1.0.1...v1.1.0
v1.0.1 - Correction to requirements.txt
What's Changed
- Update requirements.txt by @joshua-hampton in #11
- included missing dependency and added version limit for numpy to maintain Python 3.7 use.
Full Changelog: v1.0.0...v1.0.1
v1.0.0 Release
First full release of ncas_amof_netcdf_template
Release of v1.0.0 of the ncas_amof_netcdf_template
module for creating NCAS-AMF-2.0.0 compliant netCDF files.
This release utilises the git submodule approach for including this code in software for individual NCAS AMOF instruments, as demonstrated in this version of ncas-aws-8 software.