Metadata-Version: 2.4
Name: custardpy
Version: 0.8.0
Summary: Hi-C analysis tools by Python3
Home-page: https://github.com/rnakato/custardpy
Author: Ryuichiro Nakato
Author-email: rnakato@iqb.u-tokyo.ac.jp
License: GPL3.0
Keywords: Hi-C analysis,3D genome,NGS
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: numpy>=1.18
Requires-Dist: pandas>=1.3.0
Requires-Dist: scipy>=1.3
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: matplotlib>=3.2.2
Requires-Dist: seaborn>=0.11.1
Requires-Dist: h1d>=0.2.0
Requires-Dist: hic-straw>=1.3.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# CustardPy (PyPI)

- Python 3.7+

## Installation

The core component of CustardPy can be installed using pip3:
The following are required before installing CustardPy:

    pip3 install custardpy

## ChangeLog

- 0.7.8 (2026.3.16)
   - Bug fix in `plotInsulationScore` where the matplotlib.pyplot was not imported.

- 0.7.6 (2025-06-27)
   - Lint check with Ruff.

- 0.7.2 (2024-03-05)
   - Fixed the error messages in `plotHiCfeature_module.py`

- 0.7.1 (2024-03-03)
   - Added the function `plot_SamplePair_triu`

- 0.7.0 (2024-03-03)
   - Added this ChangeLog
   - Create `plotHiCfeature_module.py`
   - Add `__version__` to __init__.py
