-
BPO | [1289118](https://bugs.python.org/issue1289118)
--- | :---
Nosy | @tim-one, @rhettinger, @mdickinson, @abalkin, @vstinner
Files | [dt.diff](https://bugs.python.org/file8372/dt.diff "Uploaded as …
-
## Question
@trilinos/belos
Situation:
We're using a Krylov solver to solve a time-dependent problem. The tolerance gets scaled by the initial residual norm in each time step. Since the time-dep…
-
release: october 2022
Wanted:
- Infrastructure:
- [x] cpython-3.10.6
- [x] cpython-3.11.0 (10% to 25% speed-up vs 3.10 on interactive Python applications)
- [x] github as a full second…
-
To deal with integer arithmetic overflow we do the following:
1. add checked integer arithmetic intrinsics named `checked_add`, `checked_mul`, etc.
2. have a compiler switch that uses these everywhere…
-
BPO | [5288](https://bugs.python.org/issue5288)
--- | :---
Nosy | @gvanrossum, @tim-one, @mdickinson, @abalkin, @vstinner, @benjaminp
PRs | python/cpython#2896python/cpython#4699
Files | [issue5288-pr…
-
Within the CMUF Entropy WG, we are presently discussing the definition of "full entropy" with respect to SP800-90A/SP800-90B. One proposed definition effectively comes from the 2012 draft of the SP800…
-
Hi, I just update pfsense to the version 2.5 and the pfsense_aggregate module is not working anymore. This is the trace:
```
TASK [Setup two vlans, three aliases, six rules, four separators, and d…
-
Arbitrary precision integer arithmetic as [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) was standardised in JavaScript, and is pretty much implement…
-
@timholy What all functionality would be a good start for this package?
- show
- in
- length
- subset
- . or *, ∩ (intersection)
- +, ∪ (union)
- isequal
Currently doing `ClosedSet`. For this, if som…
-
We can pass numbers to vertex shaders in a predefined fashion as vertex data. After the shader does calculations on the data, we can use transform feedback to get back the results.
```
GLfloat data[]…