-
```
Just watch R Hettinger's pycon video where he talks about namedtuple
(collections.namedtuple) It would be great if you added this as an option like
'asdict'.
Since you can build the dict, you…
-
We're running a few benchmarks of pulse sequences to try and resolve underflow errors that we're getting in one of our cooling experiments. We've found that loops over array's marked as kernel invari…
-
## 🚀 Feature
Allow dim in softmax to be: dim (python:int or tuple of python:ints).
## Motivation
This would allow calculation of softmax over arbitrary dimensions, which is useful in some con…
-
Hey, I love toolz, but the one thin I've been missing is a possibility to create lambdas in a less verbose way.
At some point I had installed a library (which I can't seem to find anymore) that crea…
-
What about allowing in-place operations for tuples like so:
```
(a, b) += (c, d) # equivalent to a+= c; b +=d
A = (1, 2, 3)
B = (2, 3, 4)
C = A * B # looks a bit like matrix manipulation but is…
-
We currently generate a *lot* of code to provide python level getters and setters for native class attributes.
I think we could avoid generating almost all of it and instead use a pretty small coll…
-
> As mentioned on #128, I'm not the nerd to do any heavy `rust` lifting, so this is very much a _please write me some code_ :pray: feature request rather than an _intent to experiment_ :hammer_and_wre…
-
Hi!
I'm getting this error when I asked it to perform a simple operation: open a folder on the desktop.
```
(base) ***@*** computer_use_ootb % python app.py
/opt/homebrew/Caskroom/miniconda/ba…
-
Nim `Tuple` **with names** :arrow_right: Python `collections.NamedTuple`:
```nim
proc foo(u: any): auto {.exportpy.} =
result = (scheme: u.scheme, username: u.username, password: u.password, ho…
-
Click to expand!
### Issue Type
Bug
### Source
binary
### Tensorflow Version
tf 2.9.1
### Custom Code
Yes
### OS Platform and Distribution
MacOs
### Mobile device
-
### Python version
…