Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 29, 2023
1 parent 4172d5e commit 46a73a5
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
History
=======

0.6.1 (29 November 2023)
------------------------
v0.6.1 (29 November 2023)
-------------------------

This patch version adds a default value to the ``axes`` argument in
``ds.bounds.add_missing_bounds()``. The ``axes`` argument was added in
v0.6.0 and did not have a default value, which inadvertently introduced
a breaking change to the API.
``ds.bounds.add_missing_bounds()`` (``axes=["X", "Y", "T"]``). The ``axes``
argument was added in v0.6.0 and did not have a default value, which
inadvertently introduced a breaking change to the API.

``xesmf`` is now a required dependency because its core library, ESMF,
supports Windows as of Feb/2023. More information can be found
`here <https://github.com/conda-forge/esmf-feedstock/pull/65>`__.
`here <https://github.com/conda-forge/esmf-feedstock/pull/65>`_.

Bug Fixes
~~~~~~~~~

- Add defaults to add_missing_bounds by `Ana Ordonez`_ in
https://github.com/xCDAT/xcdat/pull/569

DevOps
~~~~~~

- Make xESMF a required dependency by `Tom Vo`_ in
https://github.com/xCDAT/xcdat/pull/566

Documentation
~~~~~~~~~~~~~

- Update doc: Add link to the video by `Jiwoo Lee`_ in
- Update doc: Add link to the ESFG seminar xCDAT introduction video by `Jiwoo Lee`_ in
https://github.com/xCDAT/xcdat/pull/571
- Fix v0.6.0 changelog headers for proper nesting by `Tom Vo`_ in
https://github.com/xCDAT/xcdat/pull/559

DevOps
~~~~~~

- Make xESMF a required dependency by `Tom Vo`_ in
https://github.com/xCDAT/xcdat/pull/566

**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.6.0...0.6.1

v0.6.0 (10 October 2023)
Expand Down Expand Up @@ -126,7 +126,6 @@ DevOps

**Full Changelog**: https://github.com/xCDAT/xcdat/compare/v0.5.0...v0.6.0


v0.5.0 (27 March 2023)
--------------------------

Expand Down

0 comments on commit 46a73a5

Please sign in to comment.