Skip to content

Releases: red-data-tools/red-datasets

Red Datasets 0.2.0 - 2025-04-13

13 Apr 09:30
Compare
Choose a tag to compare

Fixes

  • Datasets::MNIST: Fixed a bug that dataset can't be downloaded.

Red Datasets 0.1.9 - 2025-04-08

08 Apr 06:50
Compare
Choose a tag to compare

Improvements

  • Datasets::Penguins: Changed to use POST for downloading data
    from EDI.

Red Datasets 0.1.8 - 2025-02-07

07 Feb 13:13
Compare
Choose a tag to compare

Improvements

  • Suppressed "literal string will be frozen" warnings.

    • Patch by Tsutomu Katsube
  • Datasets::HouseOfCouncillor: Added.

  • Datasets::HouseOfRepresentative: Added.

Thanks

  • Tsutomu Katsube

Red Datasets 0.1.7 - 2023-05-29

29 May 05:56
Compare
Choose a tag to compare

Improvements

  • Datasets::NagoyaUniversityConversationCorpus: Avoid using
    endless range for old Ruby.

Red Datasets 0.1.6 - 2023-05-24

24 May 07:18
Compare
Choose a tag to compare

Improvements

  • Added support for lazy loading by require "datasets/lazy".

  • Datasets::NagoyaUniversityConversationCorpus: Added.
    GH-168
    [Patch by matsuura]

  • Datasets::Wikipedia: Added support for downloading in background.

Thanks

  • matsuura