Releases: suhailrehman/fuzzydata
Releases · suhailrehman/fuzzydata
fuzzydata v0.0.11
Maintainance release. Updates SQLAlchemy and migrates CI to GitHub Actions
Full Changelog: v0.0.10...v0.0.11
fuzzydata v0.0.10
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
What's Changed
- Update
SQLAlchemy
version specifier insetup.py
by @anmyachev in #10
New Contributors
- @anmyachev made their first contribution in #10
Full Changelog: v0.0.8...v0.0.9
fuzzydata v0.0.8
- 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
Adds error logging on failed operation. Helps with modin-project/modin#5172
fuzzydata v0.0.6
Fixes an issue with Travis tests using newer versions of Modin
fuzzydata v0.0.5
Added a dask process option for ModinWorkflow
fuzzydata v0.0.4
Fix for modin dependency resolution. SQLAlchemy dependency restored for general use.
fuzzydata v0.0.3
CLI bug fixes and separated out modin client dependency.
What's Changed
- 1 code generation by @suhailrehman in #2
- Attempted fix for #3 by @suhailrehman in #5
New Contributors
- @suhailrehman made their first contribution in #2
Full Changelog: v0.0.2...v0.0.3
fuzzydata v0.0.2
Fixed install_requires
issue with pip.
pip install fuzzydata
should work now.