Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 1.11 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.1.0-a3 - 2024-06-14

Added

  • Matrix constructor from an iterable of rows.
  • Wheels for CPython 3.12 and PyPy 3.10.

Changed

  • Bumped Cython dependency to v3.0.

v0.1.0-a2 - 2023-04-04

Added

  • pymemesuite.common.Background to store the background model frequencies.

Changed

  • FIMO.score_motif and Motif.build_pssm now expect Background objects instead of raw Array objects with the background model frequencies.

v0.1.0-a1 - 2022-05-19

Initial alpha release (test deployment to PyPI).