Skip to content

Commit

Permalink
Finalize FunctionWrapper refactoring (#445)
Browse files Browse the repository at this point in the history
* Remove SQLite

* Remove SQLite

* Finalize FunctionWrapper refactoring
  • Loading branch information
goodwanghan authored Mar 19, 2023
1 parent 0d992de commit b38d9f3
Show file tree
Hide file tree
Showing 17 changed files with 127 additions and 520 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [430](https://github.com/fugue-project/fugue/issues/430) Support Polars DataFrames
- [434](https://github.com/fugue-project/fugue/issues/434) Make Transformations data format aware
- [408](https://github.com/fugue-project/fugue/issues/408) Remove SQLite support
- [444](https://github.com/fugue-project/fugue/issues/444) Clean up FunctionWrapper

## 0.8.1

Expand Down
8 changes: 0 additions & 8 deletions docs/api/fugue.collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ fugue.collections
.. |FugueDataTypes| replace:: :doc:`Fugue Data Types <tutorial:tutorials/appendix/generate_types>`


fugue.collections.function\_wrapper
-----------------------------------

.. automodule:: fugue.collections.function_wrapper
:members:
:undoc-members:
:show-inheritance:

fugue.collections.partition
---------------------------

Expand Down
238 changes: 0 additions & 238 deletions fugue/collections/function_wrapper.py

This file was deleted.

2 changes: 1 addition & 1 deletion fugue/dataframe/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
LocalDataFrameIterableDataFrame,
)
from .dataframes import DataFrames
from .function_wrapper import DataFrameFunctionWrapper
from .function_wrapper import DataFrameFunctionWrapper, fugue_annotated_param
from .iterable_dataframe import IterableDataFrame
from .pandas_dataframe import PandasDataFrame
from .utils import (
Expand Down
Loading

0 comments on commit b38d9f3

Please sign in to comment.