Skip to content

Releases: joshua-hampton/ncas_amof_netcdf_template

2.1.2

20 Feb 08:42
8dd25ba
Compare
Choose a tag to compare

Release notes

Fixed error in util.get_times() where the returned day_of_year variable was returning incorrect values (#70).

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

13 Jan 09:54
39c6708
Compare
Choose a tag to compare

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

11 Jan 10:30
759f73c
Compare
Choose a tag to compare

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 with pyproject.toml in accordance with pip's encouragement away from setup.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

Full Changelog: 2.0.1...2.1.0

2.0.1

08 Dec 14:23
6580efa
Compare
Choose a tag to compare

Release notes

Minor bug fixes from version 2.0.0, plus added information on conda installation.

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

01 Dec 12:07
e566c12
Compare
Choose a tag to compare

Release notes

Package release of ncas_amof_netcdf_template module - available from PyPI with conda-forge release coming soon.

Functionality is the same as previous, just an easier route for installation. Version number bumped to denote step change in code distribution.

2.0.0-beta

30 Nov 09:00
63fac10
Compare
Choose a tag to compare
2.0.0-beta Pre-release
Pre-release

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

30 Nov 07:56
Compare
Choose a tag to compare

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

03 Nov 12:10
Compare
Choose a tag to compare

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

27 Oct 10:38
193d9b5
Compare
Choose a tag to compare

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

24 Oct 14:56
Compare
Choose a tag to compare

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.