Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@ocefpaf ocefpaf released this 23 May 19:43
· 2 commits to main since this release
0589c05

What's Changed

#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: v0.3.2...v1.0.0