Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add changelog #279

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.