Skip to content

Releases: alondmnt/codon-bias

v0.3.5

13 Mar 09:38

Choose a tag to compare

  • improved: input type validation

Full Changelog: v0.3.4...v0.3.5

v0.3.4

06 Mar 12:17

Choose a tag to compare

  • added: FrequencyOfOptimalCodons: weights arg (closes #5)
  • fixed: pandas v2 compatibility (closes #5)
  • improved: FrequencyOfOptimalCodons: default thresh 0.95 -> 0.8

Full Changelog: v0.3.3...v0.3.4

v0.3.3

11 Feb 02:04

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

20 Dec 04:55

Choose a tag to compare

What's Changed

  • tAI fixes/improvements by @moritzburghardt in #3
    • new: optimize_s_values method
    • new: allow custom s_values
    • fixed: handle invalid literal for int in gtrnadb table
    • fixed: CERTIFICATE_VERIFY_FAILED error on GtRNAdb

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

14 Jun 15:53

Choose a tag to compare

Full Changelog: 0.3.0...v0.3.1

v0.3.0

28 Oct 17:10

Choose a tag to compare

  • new:
    • new module: optimizers with the classes MaxWeight, MinWeight, and BalancedWeight
    • new module: random with the classes Permuter, IntraSeqPermuter and IntraPosPermuter
    • added utils.ReferenceSelector
  • changed:
    • utils.translate returns a dataframe by default
  • fixed:
    • avoid numpy deprecation warning in VectorScore's get_vector function

Full Changelog: 0.2.0...0.3.0

v0.2.0

13 Sep 15:58

Choose a tag to compare

  • new:
    • added scores.NormalizedTranslationalEfficiency
    • added scores.CodonPairBias
    • added stats.BaseCounter for nucleotide and k-mer statistics across reading frames
    • added k_mer parameter to:
      • stats.CodonCounter
      • scores.CodonAdaptationIndex
      • scores.EffectiveNumberOfCodons
      • pairwise.CodonUsageFrequency
    • added abstract class scores.WeightScore that computes a weight vector for each input sequence, with the following children:
      • scores.CodonPairBias
      • scores.EffectiveNumberOfCodons
      • scores.RelativeSynonymousCodonUsage
      • scores.RelativeCodonBiasScore
  • improved:
    • various improvements to scores.EffectiveNumberOfCodons
      • background correction
      • improved estimation
    • added count() method to counter classes
    • added pseudocount parameter to models

Full Changelog: 0.1.0...0.2.0

v0.1.0

27 Aug 19:54

Choose a tag to compare

First release.

  • stats.CodonCounter
  • scores.FrequencyOfOptimalCodons (FOP)
  • scores.RelativeSynonymousCodonUsage (RSCU)
  • scores.CodonAdaptationIndex (CAI)
  • scores.EffectiveNumberOfCodons (ENC)
  • scores.TrnaAdaptationIndex (tAI)
  • scores.RelativeCodonBiasScore (RCBS + DCBS)
  • pairwise.CodonUsageFrequency (CUFS)