Skip to content

Latest commit

 

History

History
513 lines (437 loc) · 28.8 KB

CHANGELOG.rst

File metadata and controls

513 lines (437 loc) · 28.8 KB

Changelog

0.38.0 (2024-06-16)

0.37.0 (2023-09-09)

0.36.0 (2022-08-12)

0.35.0 (2022-07-12)

0.34.0 (2022-06-08)

0.33.1 (2022-05-03)

0.32.0 (2022-04-02)

  • Add new optional argument filter_off to :class:`pykallisto.KallistoFrame` constructor, which is useful for generating a simple count or tpm matrix.
  • Add new optional argument --dir-path to :command:`vcf-call` command for storing intermediate files.
  • Add new optional argument --gap_frac to :command:`vcf-call` command so that users can control indel calling sensitivity.
  • Add new optional argument --group-samples to :command:`vcf-call` command so that users can group samples into populations and apply the HWE assumption within but not across the populations.
  • Fix minor bug in :meth:`pyvcf.call` method when pybed.BedFrame object is given as regions.

0.31.0 (2022-03-01)

0.30.0 (2022-02-05)

0.29.0 (2021-12-19)

0.28.0 (2021-12-05)

0.27.0 (2021-11-20)

0.26.0 (2021-10-24)

0.25.0 (2021-10-09)

0.24.0 (2021-10-02)

0.23.0 (2021-09-21)

0.22.0 (2021-09-04)

0.21.0 (2021-08-16)

0.20.0 (2021-08-07)

0.19.0 (2021-07-31)

0.18.0 (2021-07-20)

0.17.0 (2021-07-08)

0.16.0 (2021-07-02)

0.15.0 (2021-06-24)

0.14.0 (2021-06-20)

0.13.0 (2021-06-16)

0.12.0 (2021-06-12)

0.11.0 (2021-06-10)

0.10.0 (2021-06-03)

0.9.0 (2021-06-01)

0.8.0 (2021-05-27)

0.7.0 (2021-05-23)

0.6.0 (2021-05-16)

0.5.0 (2021-05-06)

0.4.1 (2021-05-03)

0.3.2 (2021-04-30)

  • Rename snpeff submodule to pysnpeff.
  • Add new submodule pyvep.
  • Update :class:`pyvcf.VcfFrame` class.
  • Add new extension autodocsumm to Read the Docs.
  • Add contents to Read the Docs.

0.2.0 (2021-04-26)

  • :issue:`2`: Fix Read the Docs automodule not working properly.
  • :issue:`3`: Add new extension sphinx-issues to Read the Docs.
  • Rename submodules BedFrame, FastqFrame, and VcfFrame to pybed, pyfq, and pyvcf, respectively.
  • Add new methods to pyvcf submodule.
  • Add new methods to :class:`pyvcf.VcfFrame` class.
  • Add new submodule snpeff.

0.1.4 (2021-04-21)

  • Initial release.