Releases: ocean-uhh/seagliderOG1
Releases · ocean-uhh/seagliderOG1
Release list
v0.0.2
What's Changed
- [FIX] Generate attribute 'id' and var 'platform_serial_number' by @eleanorfrajka in #51
- changes made to load and convert other glider formats by @tillmrtz in #48
- [FEAT] Add logging functionality by @eleanorfrajka in #52
- [FEAT] Add sensors + calcoef for oxygen by @eleanorfrajka in #53
- [TEST] Wrote more tests for utilities by @eleanorfrajka in #54
- [TEST] Added tests to test_tools.py by @eleanorfrajka in #55
- [MAJOR] Renamed functions in readers, added test_readers by @eleanorfrajka in #56
- [TEST] Adding tests for convertOG1 + min python version tested increased from 3.8-->3.10 by @eleanorfrajka in #57
- [DOCS] Add project structure by @eleanorfrajka in #63
- [FEAT] Update function process_dataset for different dimension name conventions by @tillmrtz in #62
- [CLEANUP] Change organisation
ifmeo-hamburgtoocean-uhhby @eleanorfrajka in #68 - [CLEANUP] Update workflows and environment by @eleanorfrajka in #69
- [CLEANUP] Update docstrings and signatures by @eleanorfrajka in #70
- [CLEANUP] Numpy-docstrings and type annotations by @eleanorfrajka in #73
- [FIX] Both demo notebooks should run now. Added some data for the path testing by @tillmrtz in #67
- [CLEANUP] Move config/ into seagliderOG1/ by @eleanorfrajka in #74
New Contributors
Full Changelog: v0.0.1alpha4...v0.0.2
v0.0.1alpha4
Move to http://github.com/ifmeo-hamburg/
What's Changed
- [FEAT] Deploy documents by @eleanorfrajka in #44
- [fix] Change URLs for new repo location by @eleanorfrajka in #47
Full Changelog: v0.0.1alpha3...v0.0.1alpha4
v0.0.1alpha3
What's Changed
- [FIX] Change environment name to release in pypi.yml by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/43
Full Changelog: eleanorfrajka/seagliderOG1@v0.0.1alpha...v0.0.1alpha3
v0.0.1alpha2
Re-release to troubleshoot pyproject.toml for dynamic versioning.
What's Changed
- [FEAT] Change pip to micromamba in tests.yml by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/39
- [bug] Fixing tests.yml using micromamba instead of pip for env by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/41
- feat: Adding docs with nbconvert and docs.yml by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/42
Full Changelog: eleanorfrajka/seagliderOG1@v0.0.0-alpha...v0.0.1alpha2
SeagliderOG1 v0.0.1
Testing the release again.
What's Changed
- [FEAT] Change pip to micromamba in tests.yml by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/39
- [bug] Fixing tests.yml using micromamba instead of pip for env by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/41
- feat: Adding docs with nbconvert and docs.yml by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/42
Full Changelog: eleanorfrajka/seagliderOG1@v0.0.0-alpha...v0.0.1alpha
Seaglider OG1 v0.0.0
First release using pypi.
What's Changed
- Initial edits to load Seaglider netcdf files. by @eleanorfrajka in eleanorfrajka#1
- [feat] Created functions within fetchers.py to handle loading data from local or remote server by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/2
- [feat] Starting to think about conversion to OG1 by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/3
- [feat] Added functionality to better visualise variables and attributes in Seaglider basestation *nc file by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/4
- [feat] First attempt - Seaglider data in OG1 format by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/5
- [feat] Cleaned code and moved code into functions by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/6
- [breaking change] Changed naming of functions in plotters.py and fetchers.py by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/9
- [BREAKING CHANGE] Added PROFILE_NUMBER, extra attributes, and LATITUDE_GPS, LONGITUDE_GPS and TIME_GPS by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/10
- Updated variable names for Vertical velocities by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/11
- [feat] Updated time_coverage_start in attributes + general cleanup by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/17
- [BREAKING CHANGE] Modularised the conversion: Converts one basestation file at a time to OG1 format by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/19
- [feat] Now converts multiple basestation files by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/23
- [feat] Create a notebook to show how to run a full mission by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/24
- [refactor] Cleaned up files, renamed notebooks more usefully, updated registry. by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/25
- [FEAT] Handling of missing coordinates by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/26
- [REFACTOR] Create _validate_coords for xarray concatenation by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/27
- [FEAT] Added tests and reordered demo by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/28
- [TEST] update tests.yml for more OS and python versions by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/29
- [REFACTOR] Use yaml files for vocabularies & attributes by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/30
- [REFACTOR] Move development notebooks to subfolder by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/32
- fix/test: Change convertOG1 - var attributes by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/33
- [FEAT] Added sensors for sbe41 (Unpumped CTD) and wlbb2f (Wetlabs chi/470/700) by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/34
- [FEAT] Release to test PyPI by @eleanorfrajka in https://github.com/eleanorfrajka/seagliderOG1/pull/38
New Contributors
- @eleanorfrajka made their first contribution in eleanorfrajka#1
Full Changelog: https://github.com/eleanorfrajka/seagliderOG1/commits/v0.0.0-alpha