Releases: cid-harvard/pandas-to-postgres
Releases · cid-harvard/pandas-to-postgres
v0.0.5
SQLAlchemy Update
Upgrade SQLAlchemy to address vulnerability in versions below 1.3.0
Skip Pandas type coersion when column does not exist in DataFrame
v0.0.3 Bump setup.py version
SQLAlchemy Improvements & HDF metadata changes
- Use SQLAlchemy instead of Flask-SQLAlchemy
- Refactor how we handle HDF metadata
- Py2.7 compatibility changes (removing f-strings and type hinting)
- Better logging for multiprocessing
- General bug fixes
Note: while we don't officially support Python 2.7, we try to explicitly break it with known incompatibilities.