Releases: c-proof/pyglider
Releases · c-proof/pyglider
0.0.7
This is just a test to try and get pypi to run.
What's Changed
- MNT: pypi workflow by @jklymak in #192
- DOC: minor change to test pypi workflow by @jklymak in #193
- DOC: minor change to test pypi workflow by @jklymak in #194
- MNT: version change 0.0.7 by @jklymak in #195
- MNT: version change by @jklymak in #196
- MNT by @jklymak in #197
Full Changelog: 0.0.6...0.0.7
0.0.6
Fixes to datetime handling. Better IOOS compliance.
What's Changed
- FIX: bad maxgap default by @jklymak in #169
- Fix tests to passing by @cassandra-elmer in #173
- TST: update slocum by @jklymak in #175
- FIX: fix NaN in u, v by @jklymak in #176
- FIX: make times floating point seconds, not integer seconds by @jklymak in #177
- FIX: time for profiles by @jklymak in #178
- FIX: standarise time encoding to float seconds since 1970 by @callumrollo in #180
- Fix cf compliance by @jklymak in #181
- Support python 3.11 & 3.12 by @callumrollo in #183
- move tests to micromamba and update gh-actions versions by @callumrollo in #184
- Fix mission number by @jklymak in #185
- ENH: add more log decodng variables by @jklymak in #186
- ENH: slocum - don't find profile indices if profile_min_time or profi… by @jklymak in #187
- Fix rad degrees by @jklymak in #189
New Contributors
- @cassandra-elmer made their first contribution in #173
Full Changelog: 0.0.5...0.0.6
modernize, dbd reader,
Version with dbdreader as the slocum backend and many fixes.
What's Changed
- ENH: slocum logfile parser by @jklymak in #81
- TST: move examples back by @jklymak in #85
- Incorporate Julia Putko's changes by @hvdosser in #86
- pyglider additions, adding argopandas as submodule by @juliaputko in #51
- remove plotting by @jklymak in #89
- DOC: document utils by @jklymak in #82
- MNT: smalle tidying by @jklymak in #90
- DOC: cleanup for removed plotting by @jklymak in #91
- Add readthedocs.yml by @jklymak in #92
- DOC: rtd by @jklymak in #93
- clean up requirements by @jklymak in #94
- FIX: get example data from cproof by @jklymak in #97
- Doc add Apache License by @jklymak in #98
- FIX by @jklymak in #99
- DOC: add gitlink, improve version handling by @jklymak in #100
- DOC: Readme by @jklymak in #101
- deduplicate timestamps with check by @callumrollo in #96
- Update header check in Slocup.py to work with the new gliders by @hvdosser in #103
- Trying to fix the floating point check in slocum.py by @hvdosser in #104
- Fix slocum by @jklymak in #105
- Modified seaexplorer.py so it will run without .gli files present by @hvdosser in #107
- In merge_rawnc, move 'badfiles' into the same for-loop as 'goodfiles' by @hvdosser in #108
- Enh use dbdreader by @jklymak in #109
- FIX: slot in shorter O2 data by @jklymak in #110
- FIX/DOC: fix the github link for cproof by @jklymak in #112
- FIX: line up missing data better - may be slow by @jklymak in #113
- FIX: typo by @jklymak in #114
- ENH: use reindex_like to line up times by @jklymak in #115
- ENH/SEAEXP: allow dropna for very large raw payload files by @jklymak in #117
- fix conda install commands by @callumrollo in #122
- use polars for seaexplorer data file load by @callumrollo in #120
- Update NGDAC reference by @callumrollo in #126
- Add attributes to the time variable in netcdf files by @hvdosser in #127
- FIX: refactor dbdreader code to just do one pass by @jklymak in #118
- Fix time variable attributes for IOOS metadata by @hvdosser in #129
- Revert "Fix time variable attributes for IOOS metadata" by @jklymak in #130
- Add codecov by @jklymak in #132
- Fix codecov by @jklymak in #134
- Update depth and time attributes for IOOS and fix tests by @hvdosser in #131
- Fixed time_profile variable units to be IOOS compliant. by @hvdosser in #141
- raise error if no valid timebase specified by @callumrollo in #139
- replace 9999 data values with nan by @callumrollo in #143
- ENH: fnamesuffix by @jklymak in #148
- interpolate over nans of pld sensors by @callumrollo in #140
- Fix for slocums, to interpolate over gaps smaller than 'maxgap' by @hvdosser in #149
- Fix for SeaExplorer code to avoid interpolating over large gaps by @hvdosser in #150
- fix dbdreader below 0.4.15 by @callumrollo in #156
- Update for modified dbdreader api by @smerckel in #157
- pin polars < 0.16 by @callumrollo in #154
- Added a FillValue for u, v to allow profile submission to IOOS by @hvdosser in #152
- Correct a bug in ncprocess for u,v metadata check by @hvdosser in #158
New Contributors
- @juliaputko made their first contribution in #51
- @smerckel made their first contribution in #157
Full Changelog: 0.0.2alpha...0.0.5
0.0.2.alpha
Pre-alpha release to get pypi working.