• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

mrocklin / dask / 2642

Builds Branch Commit Type Ran Committer Via Coverage
2642 cudf-registration exclude dask collections from meta check push 09 Jan 2019 08:29PM UTC mrocklin travis-ci pending completion   set done
2640 blockwise test old atop behavior push 09 Jan 2019 08:03PM UTC mrocklin travis-ci pending completion   set done
2639 cudf-registration Add lazy registration for cudf This is similar to how we handle cupy or pydata/sparse today push 08 Jan 2019 07:41PM UTC mrocklin travis-ci pending completion   set done
2638 auto-chunks-creation Use chunks="auto" in array creation routines This uses the chunks="auto" option in array creation routines like ones, zeros, random, arange, and so on. ```python >>> import dask.array as da >>> x = da.ones((10000, 10000)) >>> x.chunks ((2500, 2... push 06 Jan 2019 02:45AM UTC mrocklin travis-ci pending completion   set done
2637 auto-chunks-creation Use chunks="auto" in array creation routines This uses the chunks="auto" option in array creation routines like ones, zeros, random, arange, and so on. ```python import dask.array as da x = da.ones((10000, 10000)) x.chunks ``` push 06 Jan 2019 02:24AM UTC mrocklin travis-ci pending completion   set done
2636 pool-kwarg py27 compat push 04 Jan 2019 09:29PM UTC mrocklin travis-ci pending completion   set done
2635 pool-kwarg Support pool= keyword argument in threaded/multiprocessing get functions push 04 Jan 2019 07:32PM UTC mrocklin travis-ci pending completion   set done
2634 blockwise rename dask.array.atop to dask.array.blockwise push 03 Jan 2019 01:17AM UTC mrocklin travis-ci pending completion   set done
2633 blockwise Move dask/array/top.py code to dask/blockwise.py Now that dask.dataframe is also using this code we choose to rename it away from top (tensor operation) to a more generic term, blockwise. We also move it down to root level. For now we keep the ... push 02 Jan 2019 09:14PM UTC mrocklin travis-ci pending completion   set done
2621 read-csv-blocksize flake8 push 30 Dec 2018 04:55PM UTC mrocklin travis-ci pending completion   set done
2615 parquet-cleanup Move handling of parquet series out from low level functions push 29 Dec 2018 05:49PM UTC mrocklin travis-ci pending completion   set done
2613 repr-data Change DataFrame._repr_data to method This makes it simpler to inherit for downstream classes push 27 Dec 2018 09:48PM UTC mrocklin travis-ci pending completion   set done
2612 from-pandas-parallel-types Use parallel_types() in from_pandas This is now down rather than checking the Pandas types explicitly. This helps with inheritance from downstream libraries. push 27 Dec 2018 02:41AM UTC mrocklin travis-ci pending completion   set done
2610 dataframe-atop minor cleanup push 24 Dec 2018 05:45AM UTC mrocklin travis-ci pending completion   set done
2609 config-update-none Treat None as missing in config when updating Sometimes users provide None/null in configuration to indicate that they don't have a value. Previously this would break when we went to merge configurations. Now we accept merging a dict into None,... push 21 Dec 2018 10:40PM UTC mrocklin travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • …
  • 97
  • 98
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc