Skip to content

Commit

Permalink
Fix changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Nov 6, 2024
1 parent 010b6f3 commit 6785c2d
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,21 @@ axes.

Bug Fixes
~~~~~~~~~
- Update ``get_bounds()`` to support mappable non-CF axes using
``"bounds"`` attr by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/708

- Update ``get_bounds()`` to support mappable non-CF axes using ``"bounds"`` attr by
`Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/708

Documentation
~~~~~~~~~~~~~
- Add link to SciPy talk in docs by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/704

- Add link to SciPy talk in docs by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/704

DevOps
~~~~~~~~~~~~
- Adopt ``ruff`` as the central tool for linting, formatting, and import

- Adopt ``ruff`` as the central tool for linting, formatting, and import
sorting by `Tom Vo`_ in https://github.com/xCDAT/xcdat/pull/702
- Update numpy constraint to ``>=2.0.0,<3.0.0`` by `Tom Vo`_ in
- Update numpy constraint to ``>=2.0.0,<3.0.0`` by `Tom Vo`_ in
https://github.com/xCDAT/xcdat/pull/711,
https://github.com/xCDAT/xcdat/pull/712

Expand Down Expand Up @@ -94,10 +97,10 @@ notebooks and documentation are up to date with the latest and relevant informat
Bug Fixes
~~~~~~~~~

- Fixes regrid2 mapping output to input ordering by `Jason Boutte`_
in https://github.com/xCDAT/xcdat/pull/653
- Update ``add_missing_bounds()`` to convert ``np.timedelta64`` to ``pd.Timedelta``
to support Xarray's datetime component accessor `_Jiwoo Lee` in https://github.com/xCDAT/xcdat/pull/660
- Fixes regrid2 mapping output to input ordering by `Jason Boutte`_
in https://github.com/xCDAT/xcdat/pull/653
- Update ``add_missing_bounds()`` to convert ``np.timedelta64`` to ``pd.Timedelta``
to support Xarray's datetime component accessor `_Jiwoo Lee` in https://github.com/xCDAT/xcdat/pull/660

Documentation
~~~~~~~~~~~~~
Expand Down

0 comments on commit 6785c2d

Please sign in to comment.