Skip to content

Releases: zbrookle/dataframe_sql

ENH: Bump sql to ibis

Choose a tag to compare

@zbrookle zbrookle released this 18 Apr 17:55
816d00e

This update includes all enhancements from the latest release of sql_to_ibis

SQL to Ibis Update

Choose a tag to compare

@zbrookle zbrookle released this 02 Mar 20:15
fbbc24d
  • This update includes the latest changes to sql to ibis - tables with the same column names can now be joined

Sql to ibis update

Choose a tag to compare

@zbrookle zbrookle released this 09 Dec 17:07
5d8f365
  • 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)

Choose a tag to compare

@zbrookle zbrookle released this 30 Nov 22:19
68a6280
  • 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

Choose a tag to compare

@zbrookle zbrookle released this 10 Sep 18:27
40c59ff

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

New Backend Pre-release
Pre-release

Choose a tag to compare

@zbrookle zbrookle released this 27 Jul 20:24
1765760

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

Choose a tag to compare

@zbrookle zbrookle released this 04 Jun 04:13
v0.1.9

BUG: Add include package data

BUG: Should fix installation and publishing pipeline

Choose a tag to compare

@zbrookle zbrookle released this 04 Jun 03:53
v0.1.8

BUG: Fix setup.py more

BUG: Fix publishing pipeline

Pre-release

Choose a tag to compare

@zbrookle zbrookle released this 04 Jun 03:43
v0.1.7

BUG: Fix pypi publishing problems

BUG: Couldn't import package, not installing correctly

Choose a tag to compare

@zbrookle zbrookle released this 04 Jun 03:31
2b6ca35
Merge pull request #27 from zbrookle/fix_installation

BUG: Fix installation. No packages listed in setup