Metadata-Version: 2.1
Name: MDSdata
Version: 0.1.4
Summary: A package providing the datasets for the MDS-book.
Home-page: https://github.com/MDS-book/
License: MIT
Author: Stefan Sandfeld
Author-email: mds-book@proton.me
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Requires-Dist: numpy (>=1.26.2,<2.0.0)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: tqdm (>=4.66.1,<5.0.0)
Project-URL: Repository, https://github.com/MDS-book/MDS-data
Description-Content-Type: text/markdown

# MDS-data

This is a package through which the example datasets of the MDS-book can be easily imported.



## Change Log

#### 0.1.4 (, 2024)
- fine tune the wrapper function `load_...()`
- add Iris dataset (DS-1) and Fisher-1936 paper
- adapt show_MDS4_chemical_elements.py 

#### 0.1.3 (Feb 2, 2024)
- add "Alpaydin" NIST dataset (DS-2 light)
- add function wrapper around (M)DS-x classes to provide intuitive 
- refactor package structure

#### 0.1.2 (Jan 30, 2024)
- remove temporary files
- add, edit and extent documentation of datasets
- add MNIST dataset (DS-2)

#### 0.1.1 (Dec 26, 2023)
- cleanup pyproject.toml and README.md

#### 0.1.0 (Dec 26, 2023)
- first release

