-
When checking for correct parsing of very long exponents in PR [#3655](https://github.com/astropy/astropy/pull/3655#issuecomment-130096672) I came upon a general inconsistency in the treatment of num…
-
On x86 (32bit) targets that cannot use SSE2 instructions (this includes the tier 1 i686 targets with flags that disable SSE2 support, such as `-C target-cpu=pentium`), floating-point operation can ret…
-
There have been a few updates to the moderate path float parsing algorithms in [minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical), which can either provide performance benefits or reduc…
-
@shadySource @allanzelener does retrain_yolo.py shows the mAP score aswell...if not how can i calculate it?
-
Hello,
I compiled xmr-stak-amd but when running i always get some errors. It might be driver bug. Using "ROCm" partialy opensource driver, but opencl should be AMD-APP
```
[2017-06-13 12:25:15] :…
-
Add `long double` overload for `from_chars()` to fully mimic `std::from_chars`. See https://en.cppreference.com/w/cpp/utility/from_chars overload no.4
-
Although S-57 attribute catalogue defines a format for type Float that does not always fulfil the need for some features (ex : xxx.x for RADIUS), it is possible to use larger values (ex: 1500 for RADI…
-
~~I think this is due to the `same_kind` casting in numpy 1.10, and~~ I don't know whether this is considered a bug.
``` python
>>> import numpy as np
>>> probs = np.array([0.4, 0.4, 0.2], dtype=np.f…
-
### Reproducing code example:
```python
import numpy as np
np.exp(8j * np.arctan(np.array(1, dtype=np.float16))).imag
np.exp…
-
I have a boinc system that runs Einstein at home just fine on my vega56, so I'm fairly confident the base system works. But the milkyway@home client strangly fails to find the device:
```
./milky…