Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@alimanfoo alimanfoo released this 19 Jan 16:15
· 3 commits to master since this release

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.