Metadata-Version: 2.1
Name: pyhasse.core
Version: 0.1.5
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
Description-Content-Type: text/x-rst
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.5 (2019-03-05)
------------------

- set long_description_content_type to text/x-rst

0.1.4 (2018-12-26)
------------------

- css class removed 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)
------------------
- license changed to MIT
- changed the format of the date in this file

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

- documentation improved

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

- first release



