Metadata-Version: 2.1
Name: pyhasse.core
Version: 0.1.4
Summary: PyHasse module: pyhasse.core
Home-page: https://pyhasse.org
Author: Rainer Bruggemann
Author-email: rainer.bruggemann@pyhasse.org
License: MIT license
Keywords: core
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: setuptools
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

====================
Module: pyhasse.core
====================

* Free software: MIT license
* Documentation: https://pyhasse.org

Features
--------

Basic module for all pyhasse modules:

- import data from csv files

Display parts of the dataset after import:

- Attributes
- Objects
- Data

Calculate:

- Zeta matrix
- Cover matrix
- Levels
- Equivalence classes
- Distances


=======
History
=======

0.1.4 (2018-12-026)
------------------

- remove css-class from output as HTML-Table
  best output for jupyter notebooks

0.1.3 (2018-12-22)
-------------------

- New test for csv import with  hypothesis

0.1.2 (2018-12-03)
------------------
- Change license to MIT
- Change format of date in this file

0.1.1 (2018-11-29)
------------------

- Documentation improved

0.1.0 (2018-11-06)
------------------

- First version


