Releases: devincornell/doctable
Releases · devincornell/doctable
Released Docs and Code for doctable v2.0.
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
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
- enabled use of persistent_connection, defaulted to False (low impact on performance)
- created more elaborate example for multiple tables
v0.7
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.
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.
onward and upward!
just removed gutenberg from examples
moved to github devincornell/gutenberg
Note: should potentially also move nss
Also link irsrecords on doctable website.
Switched DocTable->DocTableLegacy, DocTable2->DocTable, added DocParser
v0.5 Updated docs.
removed cpickle (now just regular pickle) and tokens (realized from benchmarking that storing lists/tuples with pickle is much more efficient)
NOTE! This is the last version used by hugedwarves.
Switch DocTable to use cPickle for improved performance.
v0.4.3 updated version to 0.4.3.