Skip to content

Commit

Permalink
Release/0.2.4 (#83)
Browse files Browse the repository at this point in the history
* Refactor (#74)

* Azure Pipelines replaced by GitHub Actions

* GitHub Actions refactored

* Experiment tests deactivated

* Black applied to all Python files

* PR fixes

* Fix default Latex "rank" macro for score tables (#75)

* Small fixes.

* Fix default rank macro for Latex tables.

* Fix string quotes.

* Fix bracket location.

* Some fixes for the score tables (#76)

* Small fixes.

* Fix default rank macro for Latex tables.

* Fix string quotes.

* Fix bracket location.

* Some fixes.

* Feature/experiment scoring (#77)

* Small fixes.

* Allow to customize the scoring method used.

* Fix URL in UCR datasets. (#79)

* Release 0.2.3 (#80)

* Update UCR link. (#82)

* Release 0.2.4

---------

Co-authored-by: Carlos Ramos Carreño <[email protected]>
  • Loading branch information
daviddiazvico and vnmabus authored Aug 8, 2023
1 parent 74fb4e4 commit 900cd42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "scikit-datasets"
version = "0.2.3"
version = "0.2.4"
description = "Scikit-learn-compatible datasets"
readme = "README.md"
requires-python = ">=3.8"
Expand Down
2 changes: 1 addition & 1 deletion skdatasets/repositories/ucr.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

from .base import fetch_zip as _fetch_zip

BASE_URL: Final = "http://www.timeseriesclassification.com/ClassificationDownloads/"
BASE_URL: Final = "https://www.timeseriesclassification.com/aeon-toolkit/"


def _target_conversion(
Expand Down

0 comments on commit 900cd42

Please sign in to comment.