Skip to content

Commit

Permalink
Merge pull request #66 from dougiesquire/DOC_update_release_history_v0.3
Browse files Browse the repository at this point in the history
Release v0.3.0: update release history
  • Loading branch information
dougiesquire authored Jun 28, 2021
2 parents 3144ebd + 557ef78 commit e01291b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,25 @@ Release History
---------------


v0.2.1 (not yet released)
v0.3.0
~~~~~~~~~~~~~~~~~~~~~~~~~

- Add support for histograms over non-float dtypes (e.g. datetime
objects) :issue:`25`. By
`Dougie Squire <https://github.com/dougiesquire>`_.
- Refactor histogram calculation to use dask.array.blockwise
when input arguments are dask arrays, resulting in significant
performance improvements :issue:`49`. By
`Ryan Abernathy <https://github.com/rabernat>`_,
`Tom Nicholas <https://github.com/TomNicholas>`_ and
`Gabe Joseph <https://github.com/gjoseph92>`_.
- Fixed bug with density calculation when NaNs are present :issue:`51`.
By `Dougie Squire <https://github.com/dougiesquire>`_.
- Implemented various options for users for providing bins to
xhistogram that mimic the numpy histogram API. This included
adding a range argument to the xhistogram API :issue:`13`.
By `Dougie Squire <https://github.com/dougiesquire>`_.
- Added a function to check if the object passed to xhist() is an
- Added a function to check if the object passed to xhistogram is an
xarray.DataArray and if not, throw an error. :issue:`14`.
By `Yang Yunyi <https://github.com/Badboy-16>`_.

Expand Down

0 comments on commit e01291b

Please sign in to comment.