Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 1.07 KB

CHANGES.md

File metadata and controls

53 lines (30 loc) · 1.07 KB

Changelog

Major changes to profound are documented here. Version numbers for the project follow the conventions described in :pep:440 and Semantic versioning 2.0.0 <http://semver.org/>_, with the exceptions that:

  • versions below 1.0.0 will be numbered as 0.major.minor-or-patch

  • versions above 1.0.0 will be numbered as major.minor.patch, as is typical

0.7.0 (2025-01-14)

Add new query type RNADiffusionMaskedQuery

0.6.0 (2024-12-17)

  • More constraints on Boltz
  • Promoter activity parameter change (pre-release) and new way to see tracks

0.5.0 (2024-12-16)

Added Boltz structure inference

0.4.0 (2024-12-13)

Added diffusion models

0.3.2 (2024-11-18)

Fixing the github release pipeline

0.3.0 (2024-11-18)

Added support for promoter activity inference.

0.2.0 (2024-11-15)

Full API overhaul, now with class-based queries and responses.

0.1.0 (2024-11-01)

  • First version for Github and release
  • Added documentation

0.0.3 (2024-10-28)

  • Added UTR model and ESM
  • Added batch inference

0.0.2 (2024-10-18)

  • First version, AAO only