Closed rafa-be closed 2 months ago
There are a few deprecated APIs that should be discarded in Parfun 7.0.0.
Removing these old APIs will simplify the decorator's type signature.
Deprecated APIs include:
@parafun(partition_on=..., partition_with=...)
dfs_by_row()
partition_dfs_by_chunk()
dfs_by_group()
partition_dfs_group_by()
lists_by_chunk()
zip_partition_on_args()
lists_concat()
concat_lists()
unzip()
partition_nested()
https://github.com/Citi/parfun/pull/14
There are a few deprecated APIs that should be discarded in Parfun 7.0.0.
Removing these old APIs will simplify the decorator's type signature.
Deprecated APIs include:
@parafun(partition_on=..., partition_with=...)
;dfs_by_row()
,partition_dfs_by_chunk()
,dfs_by_group()
,partition_dfs_group_by()
;lists_by_chunk()
,zip_partition_on_args()
;lists_concat()
,concat_lists()
,unzip()
;partition_nested()
;