Skip to content

Commit

Permalink
chore: add changelog (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
renaudjester authored Feb 11, 2025
1 parent 3a24f78 commit ef9c017
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/changelog/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ The toolbox follows the `Semantic Versioning <https://semver.org/>`_ scheme.
.. toctree::

v2
v201
24 changes: 24 additions & 0 deletions doc/changelog/v201.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Release 2.0.1
=====================

Patch release with bug fixes and improvements.

General
''''''''

Fixes
------------------

* Fixed some typos in the documentation.
* Fixed broken links to binaries in the documentation when releasing a new version. They now point to the same version as the version of the documentation.

Subset
''''''''

Fixes
------------------

* Fixed a bug where input just outside the range of the dataset would not be handled correctly.
* Fixed a bug when using the 'nearest' method for a subset selection, it would not always return the correct extreme points.
* Fixed a bug where ``pandas.Timestamp`` could not be used as input for the subset command.
* Improve the evaluation of the size of the file that the subset command will save locally.

0 comments on commit ef9c017

Please sign in to comment.