Skip to content

Releases: capitalone/locopy

Version 0.3.3

05 Nov 22:00
93afeb0
Compare
Choose a tag to compare

Updates:

  • Minor bug fix for insert_dataframe_to_table method in the Snowflake class (#60)

Version 0.3.2

01 Nov 22:38
34b20c3
Compare
Choose a tag to compare

Updates:

  • General cleanup of the code base/linting
  • Bumping up pytest and pytest-cov versions
  • Pandas to Snowflake Support (#57)
  • Adding support for SQLite (#56) (Note: Tweak to allow for compatibility for those who are interested in usage. Not a primary use case)

Version 0.3.1

03 Apr 02:34
Compare
Choose a tag to compare

Additional functionality added with some minor clean up and fixes:

  • Support for csv, parquet, and json in snowflake copy/unload
  • Logging is now dependent on loguru
  • Bumping up PyYAML>=5.1 in requirements.txt

Version 0.3.0

12 Feb 15:26
d7b683e
Compare
Choose a tag to compare

Major refactoring of code base to allow for extensibility

  • Snowflake support has now been added
  • Upgrade of dependencies (boto3, PyYAML, Sphinx, etc)
  • Documentation updates (SQL injection, Snowflake examples)
  • General house keeping and cleaning up

Version 0.2.0

21 Nov 13:50
5fcaf72
Compare
Choose a tag to compare

Some breaking changes to the API from the previous release. While no new functionality has been added it is more of a refactor to improve future enhancements:

  • Splitting up of classes into more distinct units
  • Cmd and S3 are now S3 (for AWS S3 functionality), Database for basic DBAPI class interface, and Redshift for Load/Unload capabilities which inherits from S3 and Database.
  • Clean up of some of the docs, Exceptions, and testing also.

Version 0.1.1

31 Jul 19:52
3905514
Compare
Choose a tag to compare

First release to public GitHub!