-
Currently inexact and exact rings are not properly distinguished in our system. This makes it hard to write code that works for one kind of ring and not the other.
Also, we currently have Singular.…
-
From comments by @Gabriel439 on ipfs/ipfs#47
> This is the use case for `morte` and `annah`, providing a high quality intermediate language for distributing and storing code fragments:
> - `morte` pr…
-
This ticket add some support to submodules of `(ZZ/mZZ)^r` (e.g. containment, iteration). There is no new algorithm, we just use the code available for submodules of `ZZ^r` and the Schmidt normal fo…
-
How do you
1. Get glslc to set VULKAN define to anything other than 100. I'm requesting 1.2?
2. Get float16_t and f16vec2/3/4 and f16mat2/3/4 to be honored as types?
3. Get functions like clamp…
-
If an app written by SSE instructions is compiled to WASM, could it run on AARCH64 directly? Is there any performance data?
-
Using global variables and the usual thread synchronization, it is easy to take process-local notes as point tasks execute. However, the distribution of point tasks over (Unix) processes is in genera…
-
## Problems of `evaluate=False`
### Passing `evaluate=evaluate` causes mistake
I have some examples taken from the ongoing development of LaTeX parser:
```python
def relation(self, token…
-
I discovered Zig yesterday and have spent pretty much all my time since then delving into it and reading various materials on it. Loving it so far.
One feature that I feel is missing currently is b…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51204](https://bugs.llvm.org/show_bug.cgi?id=51204) |
| Status | NEW |
| Importance | P normal |
|…
-
I am using following versions
numpy 2.0.1
pandas 2.2.2
pandas_ta 0.3.14b0
python 3.11.14
For calculating vwap i am trying code
**oneMinDF1['vwap'] = ta.vwap(oneMinDF1.inth, oneMinDF1.intl, o…