Skip to content

Releases: petl-developers/petlx

v1.0.0

19 Jan 16:15

Choose a tag to compare

Version 1.0 is a new major release of petlx to coincide with version 1.0 release of petl. The petlx package has been completely reorganised in this release, and several
areas of functionality have been migrated to petl. The major
changes are described below.

  • The petlx.xls module has been migrated to petl.io.xls
  • The petlx.xlsx module has been migrated to petl.io.xlsx
  • The petlx.array module has been migrated to petl.io.numpy
  • The petlx.dataframe module has been migrated to petl.io.pandas
  • The petlx.hdf5 module has been migrated to petl.io.pytables
  • The petlx.index module has been migrated to petl.io.whoosh
  • The petlx.interval module has been migrated to petl.transform.intervals
  • The display() and displayall() functions from the petlx.ipython module have been migrated to petl.util.vis
  • The petlx.tabix module has been renamed to petlx.bio.tabix
  • The petlx.gff3 module has been renamed to petlx.bio.gff3
  • The petlx.vcf module has been renamed to petlx.bio.vcf

See the petlx docs for complete API documentation.

v0.18

15 Oct 13:12

Choose a tag to compare

Issues and pull requests resolved in this release:

Contributors:

Thanks also to @tikibug.

v0.16

30 Jun 15:13

Choose a tag to compare

Changes include a new package petlx.index with initial support for working with text indexes via the Whoosh library, and some minor improvements to the petlx.intervals package.

Full change log is available at https://github.com/alimanfoo/petlx/issues?milestone=16&page=1&state=closed

v0.15

09 Apr 16:35

Choose a tag to compare