-
I have the following folder structure:
```
tokens
/core.json
/light-colors.json
/dark-colors.json
```
`light-colors.json` and `dark-colors.json` have identically named attributes but ha…
-
This change means that genfromtxt now ignores `names=('column1','column2')` when `unpack=True` is passed. Instead of giving a named/rec array as before, a list of arrays with no names is given. Is thi…
-
Related discussions:
- #8
- #17
- #5
# History
For years we've debated the question of whether sequence collections would be ordered or unordered. In #17 we determined that the digests **w…
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
Be able to support reading [ORC file format](https://orc.apache.org/) into Arrow arrays
…
-
This issue is about to what extent the swap operator could be supported on arrays. (The swap operator is currently named `` but there is some discussion about renaming it in #8545).
It might be app…
-
I am using tensorflow 2.13.0 and keras 2.13.1. I got this error? could you please advise what is the version of compitable TensorFlow
```
ModuleNotFoundError Traceback (most …
-
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
We should be able to compile.
The benefit of this is that we can speed up complex / nested…
-
Can be handled either by smaller arrays, buffers, textures for all cellbased data, or (my favourite version) by simply discarding fragments on cells with the wrong indicator.
Any rendering mode can…
-
Hello friends,
I am thinking why this very good software has not the **associative arrays**... (sorry vectors..)
I found a lot of workarounds using some kind of search functions, e.g.: [here](http…
-
Hi,
I want the RuntimeTypeAdapterFactory to differentiate between the derived class types and then deserialize the derived instance using a JsonDeserializer.
However, if I register RuntimeTypeAdap…