PyTables Changelog

What's new in PyTables 2.2.1

Apr 29, 2013
  • The `Row` accessor implements a new `__contains__` special method that allows doing things like:
  • for row in table:
  • if item in row:
  • print "Value found in row", row.nrow
  • break
  • PyTables is more friendly with easy_install and pip now, as all the Python dependencies should be installed automatically. Closes #298.