Skip to content

Releases: openscilab/opr

Version 0.3

06 Feb 14:51
c97321a
Compare
Choose a tag to compare

Added

  • __iter__ overload
  • double_runs property #40
  • repeats method #41
  • name property #42

Changed

  • single_runs property updated
  • Test system modified

Removed

  • single_run_length function

Version 0.2

09 Jan 13:37
64de7fe
Compare
Choose a tag to compare

Added

  • __eq__ overload
  • __str__ overload
  • gc_clamp property #28
  • single_runs property #29

Changed

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

Removed

  • property deleter & setter #34

Version 0.1

27 Nov 14:15
cd7cd43
Compare
Choose a tag to compare

[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