Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

37 lines (34 loc) · 1.03 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.

0.2 - 2025-01-09

Added

  • __eq__ overload
  • __str__ overload
  • gc_clamp property
  • single_runs property

Changed

  • Test system modified
  • SECURITY.md updated
  • CONTRIBUTING.md updated
  • README.md updated

Removed

  • property deleter & setter

0.1 - 2024-11-27

Added

  • MeltingTemperature enum
  • Basic melting temperature calculation
  • addition and multipication operators overload
  • len magic overload
  • Primer class
  • Molecular weight calculation
  • GC content calculation
  • Sequence validation
  • Unit tests
  • complement method
  • reverse method