-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a24f78
commit ef9c017
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,4 @@ The toolbox follows the `Semantic Versioning <https://semver.org/>`_ scheme. | |
.. toctree:: | ||
|
||
v2 | ||
v201 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |