Skip to content

Releases: devincornell/doctable

Released Docs and Code for doctable v2.0.

29 Nov 12:35
Compare
Choose a tag to compare

This is the first major release after the redesign, and was pushed to PyPi about a week and a half ago.

DocTable v1.0 Complete

02 Nov 13:29
Compare
Choose a tag to compare

Final release that supports sqlalchemy <= 1.40.

Future releases will have a changed interface, with backwards compatibility coming later.

Doctable v0.94 Published on PyPI

27 Jul 01:48
Compare
Choose a tag to compare
  • enabled use of persistent_connection, defaulted to False (low impact on performance)
  • created more elaborate example for multiple tables

v0.7

19 Jun 21:43
Compare
Choose a tag to compare

Changed all connections to use ConnectEngine to manage connections. This works better with concurrent connections.

Moved connection data to ConnectEngine (connectengine.py) and all schema parsing to schemas.py.

22 May 03:17
Compare
Choose a tag to compare

Has little impact on the interface except that working with multiple tables should be much easier and more extendable for the future.

Separated Distribute class, fixed some bugs, etc.

19 Jan 21:25
Compare
Choose a tag to compare

just removed gutenberg from examples

16 Jan 15:03
Compare
Choose a tag to compare

moved to github devincornell/gutenberg
Note: should potentially also move nss
Also link irsrecords on doctable website.

Switched DocTable->DocTableLegacy, DocTable2->DocTable, added DocParser

07 Dec 19:38
Compare
Choose a tag to compare

removed cpickle (now just regular pickle) and tokens (realized from benchmarking that storing lists/tuples with pickle is much more efficient)

27 Oct 22:15
Compare
Choose a tag to compare

Switch DocTable to use cPickle for improved performance.

18 Oct 20:52
Compare
Choose a tag to compare