Skip to content

Releases: suhailrehman/fuzzydata

fuzzydata v0.0.11

08 Feb 20:45
Compare
Choose a tag to compare

Maintainance release. Updates SQLAlchemy and migrates CI to GitHub Actions

Full Changelog: v0.0.10...v0.0.11

fuzzydata v0.0.10

08 Feb 17:36
Compare
Choose a tag to compare
fuzzydata v0.0.10 Pre-release
Pre-release

What's Changed

  • Update SQLAlchemy pin from >=1.4.31,<2.0.0 -> >=2.0.0 by @anmyachev in #11

Full Changelog: v0.0.9...v0.0.10

fuzzydata v0.0.9

25 Jan 19:34
ad793c9
Compare
Choose a tag to compare

What's Changed

  • Update SQLAlchemy version specifier in setup.py by @anmyachev in #10

New Contributors

Full Changelog: v0.0.8...v0.0.9

fuzzydata v0.0.8

11 Mar 19:48
Compare
Choose a tag to compare
  • Adds pandas code export for Pandas and Modin workflows.
  • Writes out a python file containing all the operations in sequence.
  • Added a version stop for SQLAlchemy as the API changes break compatibility with SQLWorkflow implementation.

fuzzydata v0.0.7

07 Nov 17:55
18a7d10
Compare
Choose a tag to compare

Adds error logging on failed operation. Helps with modin-project/modin#5172

fuzzydata v0.0.6

21 Jun 20:14
Compare
Choose a tag to compare

Fixes an issue with Travis tests using newer versions of Modin

fuzzydata v0.0.5

21 Jun 19:19
Compare
Choose a tag to compare

Added a dask process option for ModinWorkflow

fuzzydata v0.0.4

08 Jun 05:54
Compare
Choose a tag to compare

Fix for modin dependency resolution. SQLAlchemy dependency restored for general use.

fuzzydata v0.0.3

07 Jun 05:00
Compare
Choose a tag to compare

CLI bug fixes and separated out modin client dependency.

What's Changed

New Contributors

Full Changelog: v0.0.2...v0.0.3

fuzzydata v0.0.2

04 Mar 05:46
Compare
Choose a tag to compare

Fixed install_requires issue with pip.
pip install fuzzydata should work now.