-
I recently started thinking about implementing the v3 of the zarr specs, which also include sharding as an extension, in which several chunks are stored into a single storage unit. One problem that ar…
-
Hello Nikolaos,
I have looked at your code for graphene in a coordinate stretch and tried to implement the same in my simulations.
When working with a coordinate stretch only along the wave propaga…
-
use case: x-outliers, distance measure for models with multiple exog. #7951
If we have two or more exog arrays and we column_stack them, then we can have duplicated columns, and stacked array x_all…
-
```
import zarr
store = zarr.DirectoryStore('data')
r = zarr.open_group(store=store)
z = r.full('myArray', 42, shape=(), dtype='i4', compressor=None)
print(z.oindex[...])
```
#### Problem d…
-
I propose we add some data fields to ping_info describing the physical geometry of the receiver and transmitter for multi beam sonars. This geometry affects the shape of the pulses emitted-from and l…
-
By design, `ReactiveArray` mirrors the functionality of native `Array`s as closely as feasible. The major difference is, that instead of returning plain values and new `Array`s, it returns `ReactivePr…
-
As originally discussed in #12279, depending on the specific application, there could be different requirements for Base Modelica output. At one end of the spectrum, if Base Modelica output is fed int…
-
Hello DoEgen Team,
First of all, I would like to express my gratitude for your efforts in developing this useful package.
I have a question regarding the analysis capabilities of DoEgen when the …
-
I'd like to revisit the discussion from https://github.com/data-apis/array-api/issues/177 about adding support for indexing with arrays of indices, because this is by far the largest missing gap in fu…
-
Continuing discussion https://github.com/JuliaArrays/StaticArrays.jl/issues/745#issuecomment-613920126
> If you are going to think about these things remember that append-only datasets are a thing …