Recent Releases of gliderpy
gliderpy - v1.0.0
What's Changed
- Granular warning and import failures for the optional deps by @ocefpaf in https://github.com/ioos/gliderpy/pull/144
- Add a summary method by @ocefpaf in https://github.com/ioos/gliderpy/pull/146
- add summary to the docs by @ocefpaf in https://github.com/ioos/gliderpy/pull/147
#146 introduced an API change where instead of passing a single dataset_id
to the fetcher
, one should always pass a list to the GliderDataFetcher
class .dataset_ids
. The return is a dictionary of augmented pandas dataframes organized in a dictionary using the dataset_id as keys.
NB: We could use xarray higher lever object here instead, however, the lack of monotonic time and depth in the data makes this really awkward and I'm not convinced the benefits are worth it.
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.3.2...v1.0.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf 15 days ago

gliderpy - v0.3.2
What's Changed
- gsw should also be optional by @ocefpaf in https://github.com/ioos/gliderpy/pull/140
- Add search for by @ocefpaf in https://github.com/ioos/gliderpy/pull/142
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.3.1...v0.3.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf 17 days ago

gliderpy - v0.3.1
What's Changed
- make optional deps realy optional by @ocefpaf in https://github.com/ioos/gliderpy/pull/139
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.3.0...v0.3.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf about 2 months ago

gliderpy - v0.3.0
What's Changed
- Add pandas-flavor to requirements.txt by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/103
- Creating plotting.py with pandas-flavor by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/104
- Adding test_plotting in tests by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/107
- Updating plot_track from gliderpy by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/108
- Delete plotter.py again by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/112
- Add ax kwargs to the plotting functions by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/114
- Increase test coverage by @ocefpaf in https://github.com/ioos/gliderpy/pull/81
- Adding function ctd_plot and solving conflicts by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/115
- New notebook by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/122
- Changes for new name plot_cast by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/126
- Add Python 3.13 to the test matrix. by @ocefpaf in https://github.com/ioos/gliderpy/pull/130
- Creating new function plot_ts for TS diagram by @FloraSauerbronn in https://github.com/ioos/gliderpy/pull/125
- handled optional dependencies in pyproject.toml as mentioned in #117 by @neerja-1984 in https://github.com/ioos/gliderpy/pull/134
- Move optional dependencies to test file by @ocefpaf in https://github.com/ioos/gliderpy/pull/138
New Contributors
- @FloraSauerbronn made their first contribution in https://github.com/ioos/gliderpy/pull/103
- @neerja-1984 made their first contribution in https://github.com/ioos/gliderpy/pull/134
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.2.2...v0.3.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf about 2 months ago

gliderpy - v0.2.2
What's Changed
- dynamically update copyright year in footer by @dextrot in https://github.com/ioos/gliderpy/pull/84
- Enable all lints in ruff by @ocefpaf in https://github.com/ioos/gliderpy/pull/91
- supports same min Python as erddapy by @ocefpaf in https://github.com/ioos/gliderpy/pull/92
- Future proof gliderpy by @ocefpaf in https://github.com/ioos/gliderpy/pull/94
- Fix None dataframe bug by @ocefpaf in https://github.com/ioos/gliderpy/pull/95
- Format dates by @ocefpaf in https://github.com/ioos/gliderpy/pull/101
New Contributors
- @dextrot made their first contribution in https://github.com/ioos/gliderpy/pull/84
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.2.1...v0.2.2
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf about 1 year ago

gliderpy - v0.2.1
What's Changed
- Sort index by @ocefpaf in https://github.com/ioos/gliderpy/pull/80
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.2.0...v0.2.1
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf over 1 year ago

gliderpy - v0.2.0
What's Changed
- Update umamba gha by @ocefpaf in https://github.com/ioos/gliderpy/pull/65
- fix README by @ocefpaf in https://github.com/ioos/gliderpy/pull/66
- Update CIs by @ocefpaf in https://github.com/ioos/gliderpy/pull/67
- Minor doc changes by @ocefpaf in https://github.com/ioos/gliderpy/pull/68
- Single server by @ocefpaf in https://github.com/ioos/gliderpy/pull/72
- implements a better multiple dfs return and cache results by @ocefpaf in https://github.com/ioos/gliderpy/pull/74
- use defaults when nothing is provided by @ocefpaf in https://github.com/ioos/gliderpy/pull/75
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.1.0...v0.2.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf over 1 year ago

gliderpy - v0.1.0
What's Changed
- Modernize cis by @ocefpaf in https://github.com/ioos/gliderpy/pull/58
- Refactor
urlopen
import by @vinisalazar in https://github.com/ioos/gliderpy/pull/57 - Remove erddap uncabled server references in code by @douglasnehme in https://github.com/ioos/gliderpy/pull/59
- Add a GHA workflow to deploy the gliderpy docs by @douglasnehme in https://github.com/ioos/gliderpy/pull/60
- Modernize package... by @ocefpaf in https://github.com/ioos/gliderpy/pull/63
- add multi-dataset download to intro nb by @callumrollo in https://github.com/ioos/gliderpy/pull/56
New Contributors
- @vinisalazar made their first contribution in https://github.com/ioos/gliderpy/pull/57
- @douglasnehme made their first contribution in https://github.com/ioos/gliderpy/pull/59
Full Changelog: https://github.com/ioos/gliderpy/compare/v0.0.4...v0.1.0
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by ocefpaf about 2 years ago

gliderpy - First alpha release
All improvements from GSoC 2021 including multi-dataset download
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by callumrollo almost 4 years ago

gliderpy - test release
Third test release
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by callumrollo almost 4 years ago

gliderpy - Test release
Second test release
Hydrosphere - Ocean and Hydrology Data Access
- Python
Published by callumrollo almost 4 years ago
