What’s new#

0.8.0 (2025-05-12)#

New features#

Breaking changes#

Deprecations#

Bug fixes#

Documentation#

0.7.1 (2023-07-21)#

New features#

Bug fixes#

Documentation#

  • Add a link to the github repository.

0.7.0 (2023-07-17)#

New features#

Breaking changes#

  • get_window_func() now accepts only one positional argument and all other arguments must be named.

Bug fixes#

Documentation#

0.6.1 (2022-02-24)#

New features#

Breaking changes#

  • A single Nan now contaminates the data over the kernel emprise in xoa.filter.convolve() since na_thres is set to zero by default [PR40].

  • xoa now requires the gsw package.

Bug fixes#

Documentation#

0.6.0 (2022-02-24)#

Empty with non existing tag.

0.5.1 (2021-10-13)#

New features#

  • Switch the CI workflow to github [PR36].

Bug fixes#

0.5.0 (2021-10-12)#

New features#

Bug fixes#

Breaking changes#

0.4.0 (2021-09-02)#

New features#

Breaking changes#

Bug fixes#

Documentation#

v0.3.1 (2021-05-21)#

New features#

Breaking changes#

  • Rename the cf and sigma keyword of xoa.register_accessors() respectively to xcf and decode_sigma to match the default name of accessors.

  • Rename the sigma accessor to decode_sigma.

Bug fixes#

  • Fix the access to the xoa executable on windows.

  • Fix the minimal version for xarray [PR23].

Documentation#

  • Add a “How to start” section.

  • Accessors are now documented separately with sphinx-autosummary-accessors [PR20].

  • The Hycom-GDP example now uses xoa.plot.plot_flow().

v0.3.0 (2021-05-12)#

New features#

Bug fixes#

  • Fix u and v CF config [PR6]

0.2.0#

New features#

Breaking changes#

Deprecations#

Bug fixes#

Documentation#