Skip to content

Releases: zbrookle/dataframe_sql

ENH: Bump sql to ibis

18 Apr 17:55
816d00e

Choose a tag to compare

This update includes all enhancements from the latest release of sql_to_ibis

SQL to Ibis Update

02 Mar 20:15
fbbc24d

Choose a tag to compare

  • This update includes the latest changes to sql to ibis - tables with the same column names can now be joined

Sql to ibis update

09 Dec 17:07
5d8f365

Choose a tag to compare

  • This update includes the latest changes to sql to ibis - spaces are now permitted in column names, using double quotes

SQL to Ibis Update (Along with some bug fixes)

30 Nov 22:19
68a6280

Choose a tag to compare

  • sql_to_ibis has now been updated to version 0.3.0 and includes an update to ibis
  • the updated ibis includes some set operations, like intersect and except that were previously not available
  • Included in this release are some bug fixes relating to strings and null values, for all updates to the sql dialect (there are only additions nothing should be removed) see sql_to_ibis

Documentation Updates and related information

10 Sep 18:27
40c59ff

Choose a tag to compare

This update adds the readme documentation to the PyPi page.

Also, a note for anyone following development of this package. All SQL related changes and errors are actually a part of sql_to_ibis, so when watching for new releases in terms of SQL functionality, please refer to that repo

New Backend

27 Jul 20:24
1765760

Choose a tag to compare

New Backend Pre-release
Pre-release

The backend will be switched to the package, sql_to_ibis, a different package that I wrote that interfaces with Ibis, a package using set expressions with various backends. This will remove a couple features that are currently present, which will be re added in the future when they are added to ibis's pandas backend, such as support for rank. However, overall the switch will make this package much more robust and reliable

BUG: Fix setup installation not including all files

04 Jun 04:13

Choose a tag to compare

v0.1.9

BUG: Add include package data

BUG: Should fix installation and publishing pipeline

04 Jun 03:53

Choose a tag to compare

v0.1.8

BUG: Fix setup.py more

BUG: Fix publishing pipeline

04 Jun 03:43

Choose a tag to compare

Pre-release
v0.1.7

BUG: Fix pypi publishing problems

BUG: Couldn't import package, not installing correctly

04 Jun 03:31
2b6ca35

Choose a tag to compare

Merge pull request #27 from zbrookle/fix_installation

BUG: Fix installation. No packages listed in setup