forked from pool/python-dask-expr
- Update to 1.1.13
* Use task-based rechunking as default (#1131) Hendrik Makait * Improve performance of DelayedsExpr through caching (#1132) Hendrik Makait - Release 1.1.12 * Fix concat axis 1 bug in divisions (#1128) Patrick Hoefler * Bump pyarrow>=14.0.1 minimum versions (#1127) James Bourbeau * Fix scalar detection of columns coming from sql (#1125) Patrick Hoefler OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-dask-expr?expand=0&rev=9
This commit is contained in:
92
python-dask-expr.changes
Normal file
92
python-dask-expr.changes
Normal file
@@ -0,0 +1,92 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 8 14:24:41 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.1.13
|
||||
* Use task-based rechunking as default (#1131) Hendrik Makait
|
||||
* Improve performance of DelayedsExpr through caching (#1132)
|
||||
Hendrik Makait
|
||||
- Release 1.1.12
|
||||
* Fix concat axis 1 bug in divisions (#1128) Patrick Hoefler
|
||||
* Bump pyarrow>=14.0.1 minimum versions (#1127) James
|
||||
Bourbeau
|
||||
* Fix scalar detection of columns coming from sql (#1125)
|
||||
Patrick Hoefler
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 30 10:55:19 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Skip some tests on 32-bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 29 14:38:23 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 1.1.11
|
||||
* Make split_out for categorical default smarter #1124 Patrick
|
||||
Hoefler
|
||||
* Avoid calling `array`` attribute on ``cudf.Series`` #1122
|
||||
`Richard (Rick) Zamora
|
||||
* Introduce ToBackend` expression #1115 `Richard (Rick) Zamora
|
||||
* Fix result index of merge #1121 Patrick Hoefler
|
||||
* Fix projection for Index class in read_parquet #1120 Patrick
|
||||
Hoefler
|
||||
* Register read_parquet` and `read_csv` as "dispatchable" #1114
|
||||
`Richard (Rick) Zamora
|
||||
* Fix merging when index name in meta missmatches actual name
|
||||
#1119 Patrick Hoefler
|
||||
* Fix tuples as on argument in merge #1117 Patrick Hoefler
|
||||
* Drop support for Python 3.9 #1109 Patrick Hoefler
|
||||
- Release 1.1.10
|
||||
* Fixup remaining upstream failures #1111 Patrick Hoefler
|
||||
* Fix some things for pandas 3 #1110 Patrick Hoefler
|
||||
- Release 1.1.9
|
||||
* Patch release for Dask 2024.7.0
|
||||
- Release 1.1.8
|
||||
* Fix shuffle blowing up the task graph #1108 Patrick Hoefler
|
||||
* Link fix in readme #1107 Ben
|
||||
* Fix from_pandas with chunksize and empty df #1106 Patrick
|
||||
Hoefler
|
||||
* Fix deepcopying FromPandas class #1105 Patrick Hoefler
|
||||
* Skip test if optional xarray cannot be imported #1104 Sandro
|
||||
- Release 1.1.7
|
||||
* Patch release for Dask 2024.7.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 04:34:30 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 1.1.6:
|
||||
* Patch release for Dask 2024.6.2
|
||||
* Fix resample divisions propagation
|
||||
* Fix categorize if columns are dropped
|
||||
* Fix projection to empty from_pandas
|
||||
* Fix meta for string accessors
|
||||
* Use is_categorical_dtype dispatch for sort_values
|
||||
* Fix read_csv with positional usecols
|
||||
* Fix isin for head computation
|
||||
* Fix isin with strings
|
||||
* Use ensure_deterministic kwarg instead of config
|
||||
* Add cache argument to lower_once
|
||||
* Fix non-integer divisions in FusedIO
|
||||
* Fix dropna before merge
|
||||
* Fix sort_values for unordered categories
|
||||
* Fix to_parquet in append mode
|
||||
* reduce pickle size of parquet fragments
|
||||
* Generalize get_dummies
|
||||
* Add support for DataFrame.melt
|
||||
* Fix default name conversion in ToFrame
|
||||
* Optimize when from-delayed is called
|
||||
* Fix delayed in fusing with multipled dependencies
|
||||
* Fix None min/max statistics and missing statistics generally
|
||||
* Fix xarray integration with scalar columns
|
||||
* Fix shape returning integer
|
||||
* Fix bug in Series reductions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 12:43:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Remove extra source file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 26 18:00:13 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Initial specfile for v1.0.13
|
||||
- Required by and versions must by in sync with dask
|
Reference in New Issue
Block a user