Skip to content

Releases: pczarnik/mnists

v0.4.1

06 Jul 21:07
Compare
Choose a tag to compare

Changes

  • fixed incorrect labels for EMNIST-Letters (off-by-one error)
  • added missing classes attribute for EMNIST-ByMerge

v0.4.0

31 May 20:50
Compare
Choose a tag to compare

Changes

  • added Kuzushiji49 dataset
  • added missing class names for KMNIST and EMNIST datasets

v0.3.1

31 May 15:56
Compare
Choose a tag to compare

Changes

  • new and improved docs
  • getters e.g. train_images(), test_labels() are now explicit
  • underhood refactor

v0.3.0

31 May 09:03
Compare
Choose a tag to compare

Changes:

  • Added EMNIST dataset split into Balanced, ByClass, ByMerge, Digits, Letters subsets
  • Added optional progress bars with tqdm

v0.2.1

26 May 15:05
Compare
Choose a tag to compare

Changes:

  • Faster mirror for MNIST dataset (used by tensorflow)

v0.2.0

06 May 11:32
Compare
Choose a tag to compare

Breaking changes:

  • For backward compatibility with old mnist package arrays are now accessible via getters, changed from .train_images to .train_images().

Minor changes:

  • Made "Dataset not found" error more verbose.

v0.1.0

03 May 23:18
Compare
Choose a tag to compare

MNISTs 0.1.0