-
Hi,
Speeddating in visual block mode ignores the selection boundary.
With regular vim, typing ctrl-a in visual block mode, will only change the colunms which are selected.
Eg,
With visual-b…
-
Xarray/dask are throwing a new error in this the cmip6_precip_analysis notebook.
```python-traceback
---------------------------------------------------------------------------
ValueError …
-
Currently, projected memory checks are performed as the array API operations are called:
```python
import cubed
spec = cubed.Spec(work_dir="tmp", allowed_mem=100) # not enough memory!
a = xp.as…
-
### Description
If you want to help implementing some of these Ops just leave a comment below saying which ones you are interested in. We'll give you some time to work on it (and then put it back u…
-
#### Description
The codes [https://github.com/dask/dask-ml/blob/master/dask_ml/decomposition/pca.py](url) and https://github.com/dask/dask-ml/blob/master/dask_ml/decomposition/truncated_svd.py suppo…
-
scikit-learn implementation of train test split (sklearn.model_selection.train_test_split) supports splitting data according to class labels (stratified split) by using the argument `stratify`. This i…
-
I tried to launch `:Dec2Hex` in normal mode on this line of decimal numbers:
`0, 0, 0, 0, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 5, 5, 6, 6, 7, 7, 8`
but the command converted only the first …
-
visual.txt, §3: Changing the visual area
```
When the "$" command is used with blockwise Visual mode, the right end of the
highlighted text will be determined by the longest highlighted line. This
s…
-
Cubed currently always implements the shuffle operation as an all-to-all rechunking using the [algorithm from rechunker](https://rechunker.readthedocs.io/en/latest/algorithm.html). This creates an int…
-
While searching I came across
--> Tutorial slides
--> Master's thesis: Scalability for IoT Cloud Services
on http://people.inf.ethz.ch/mkovatsc/californium.php
Is there any other documentation m…