-
Hi everyone,
I wrote the specification for Par2 a long time ago. I'm working on the code for a new version of Par. It will include:
1. Reed-Solomon encoding with [James S. Plank's correction]…
-
* [ ] sin
* [ ] cos
* [ ] tan
* [ ] asin
* [ ] acos
* [ ] atan
* [ ] atan2
* [ ] sinh
* [ ] cosh
* [ ] tanh
* [ ] asinh
* [ ] acosh
* [ ] atanh
-
This is with unireedsolomon 1.0 via `pip install unireedsolomon`. The `decode_fast()` function seems to fail when it shouldn't. I've gotten failures with 4 errors for (255,247) and 8 errors for (255,2…
-
*One Ring to rule them all.*
This task ticket aims at discussing and reorganizing the ways to implement an abstraction of the field of real numbers (resp. complex numbers), as well as its interacti…
-
The repository interface in OpenSearch enables storing snapshot data in an external object store. It is implemented as a plugin interface, and the OpenSearch bundle by default ships with multiple plug…
-
Hey there,
I came from this post you posted on StackOverflow (thank you very much!). Your project is very interesting and i would be very interested in including it in my [pyFileFixity project](htt…
-
When using the `depth` function from the Depth package, the depth of a ring seems to be one larger than it is supposed to be whenever the ring is a quotient ring of a polynomial ring that includes "a"…
-
When I was trying to implement the ring interface for Oscar, I stumbled upon the following oddity:
```promote_rule(fmpz, Int)```
gives ```fmpz``` as expected. But
```promote_rule(gfp_elem, I…
-
Julian Rüth ([@saraedum](https://gitlab.com/sagemath/dev/tracmirror/saraedum)) opened a merge request at https://gitlab.com/sagemath/sage/-/merge_requests/32:
---
```markdown
Implement exte…
-
When trying to run the following code that I built with PyInstaller, I get the error below thrown.
```
import galois
GF8 = galois.GF(2**8, 'x^8+x^4+x^3+x+1')
GF1 = galois.GF(2)
GF32 = galois.…