Releases: fugue-project/fugue
Releases · fugue-project/fugue
0.9.4
What's Changed
- Fix compatibility issues by @goodwanghan in #567
- Unpins pandas version by @nasaul in #566
New Contributors
Full Changelog: 0.9.3...0.9.4
0.9.3
What's Changed
- Adding security warnings to Flask RPCServer by @kvnkho in #564
- Resolve security vulnerability of flask server by @goodwanghan in #565
Full Changelog: 0.9.2...0.9.3
0.9.2
What's Changed
- Add dict[str,Any] as supported input and output by @goodwanghan in #547
- Support python 3.12 by @goodwanghan in #549
- Issue 551: Added support for
collections.abc.Callablein function_wrapper.py by @kondziolka9ld in #552 - Fix Ibis test in python 3.8 by @goodwanghan in #553
- Fix compatability issues by @goodwanghan in #556
- Fix compatibility issues, remove row(dict) annotation support from transformer input by @goodwanghan in #561
- Release 0.9.2 by @goodwanghan in #563
New Contributors
- @kondziolka9ld made their first contribution in #552
0.9.2.dev2
Fixed a couple of compatibility issues.
Support `dict[str,Any]` as transformer input and output
Add dict[str,Any] as supported input and output (#547) * Add dict[str,Any] as supported input and output * update * fix
0.9.1
0.9.0
0.9.0
- 482 Move Fugue SQL dependencies into extra
[sql]and functions to become soft dependencies - 504 Create Fugue pytest fixtures and plugins
- 541 Change table temp view names to uppercase
- 540 Fix Ray 2.10+ compatibility issues
- 539 Fix compatibility issues with Dask 2024.4+
- 534 Remove ibis version cap
- 505 Deprecate
as_ibisin FugueWorkflow - 387 Improve test coverage on 3.10, add tests for 3.11
- 269 Spark and Dask Take 1 row without sorting optimization
0.9.0.dev4 Prepare for 0.9.0 release
Change temp view name to uppercase, fix various build issues (#536) * Change temp view name to uppercase * update * update * Update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * update * fix codecov
Fix some compatibility issues
Fix some compatibility issues
Test and dep refactoring
0.9.0.dev2 Fix PYPI publish (#532)