-
### Things to check first
- [X] I have searched the existing issues and didn't find my feature already requested there
### Feature description
It would be nice to have encoding and decoding of Pyt…
-
### Quick Description
I think I mentioned this a few times already, it would be nice to create readers from arrays or to convert writers to readers.
The following functions should be helpful:
`…
-
**Describe the bug**
In testing arrays for https://github.com/linkml/linkml/pull/1887 , I test an array declared as an `int` type using a pydantic `conlist` as the innermost type, and give a test cas…
-
**Is your feature request related to a problem? Please describe.**
When handling problems with multiple parameter and data dimensions, passing them as arrays poses a high risk of typos/hard to find e…
-
### Description
This RFC proposes adding support for a `find` method to [`@stdlib/array/fixed-endian-factory`](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/fixed-…
-
We have a concept of Array constant, and we have a way to manipulate it after reading a model etc.
However, the simplifier does not seem to be using it. In particular, if we have an array to which we…
-
We don't know the size of an array returned from native code. There's nothing we can do except let users deal with it if they know that size. @tritao suggests we use a special class called CArray whic…
-
Topics like Stack , Queue , Binary Search , Strings , Arrays , DP ,Trees , Graph
-
Consider two masked arrays:
```
In [40]: a = np.ma.array([True] * 3, mask=[False] * 3)
In [41]: b = np.ma.array([True] * 3)
```
The only difference is that one has an all-false mask and the other h…
-
![Bild](https://github.com/humdek-unibe-ch/sh-shp-formula_parser/assets/79153609/5ee6c604-0f44-4ced-9305-113ab5b2bc38)
In the picture we can see that the days without data entries have no markers o…