-
I was surprised to find that SELRANGE only checks for invalid bit-slices in a word, and does not check out-of-range indexing of outer dimensions. The most concise example I could make is below, basi…
-
I think a super ini-style format capable of expressing any data structure easily is not what I really want. I like the flat looking of ini files. It is also easy to edit with any text editor, the best…
ghost updated
8 years ago
-
# description
I have examined some alternative implementations of the `flooding_correction()` method.
The motivation of this method, as best as I can tell, is to ensure there are no "windows" ([…
-
The [documentation](https://docs.scipy.org/doc/numpy/reference/generated/numpy.flatiter.html) about flatiter object says that:
1. It allows iterating over the array as if it were a 1-D array, either …
-
I am trying to read an hdf5 file that contains a scalar field arranged in a 3D rectangular grid. Is there a suggested way to load the data in vaex ?
```
[srinivm] $ h5ls data_7.500E-04.h5/data
C…
-
## Now
it only supports a flat array items in the `` component.
## Expected result
Supports [`InfiniteData`](https://tanstack.com/query/v4/docs/react/guides/initial-query-data) type from `@ta…
-
In making the text renderer for https://tabletree.io and http://fhtr.org/textclock I had to do a couple of optimizations to get decent performance. THREE.js objects are pretty heavy, so you'll run int…
-
This is a sketch of how to add new columns to a `uproot.dask` call in a lazy way. The example here is resolving cross-references, which we would rather do at typetracer time using the mixin class sinc…
-
Not sure if I'll get around to make a PR to fix some of these, so at least sharing notes:
Exercise 1: State up front that ray.get() works on arrays of object ids, not just individual object ids.
…
-
is there a method to get all the errors in an array ? (even if they are nested)
when validating a hash for instance :
```
required do
hash :params do
required do
string :a…