Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/sagemath/conway-polynomials
Python interface to Frank Lübeck's Conway polynomial database
https://github.com/sagemath/conway-polynomials
bc96ebf4b41c01d98b4d2f34100c215fbeedd2d3 authored 11 months ago by Michael Orlitzky <[email protected]>
d0bfe792a5a7aebefe9e418457160c4839ef5ca3 authored 11 months ago by Michael Orlitzky <[email protected]>
fbc68106a537c2ae1ea9dca332b8146c51813425 authored 11 months ago by Gonzalo Tornaría <[email protected]>
40b344999adb6521f19770dd08b25db7ed6a697d authored 11 months ago by Michael Orlitzky <[email protected]>
3aa170e0b9373ac778b341d1eaf2fe331dddee8b authored 11 months ago by Gonzalo Tornaría <[email protected]>
Jump through some hoops to add type information to the new
_open_database() function. The return...
eceb7a3daf0e3557af6bc024992a9cc5825cff00 authored 12 months ago by Michael Orlitzky <[email protected]>
Closes: https://github.com/sagemath/conway-polynomials/pull/2
2e1533f30b1d02222572016613f4468aa2d87f1b authored 12 months ago by Gonzalo Tornaría <[email protected]>9c9897fd91ccec29e8fdf414568e761a462f468a authored about 1 year ago by Michael Orlitzky <[email protected]>
Use numpydoc format to describe the inputs/outputs cleanly.
0a28aac72f5b2b63675ad4fbb76209f7085f9a64 authored about 1 year ago by Michael Orlitzky <[email protected]>507b0a58464306d534d3fb570b387f9489a62237 authored about 1 year ago by Michael Orlitzky <[email protected]>
We switch from open(dbpath, "rt") to dbpath.open("r") because, in this
context, dbpath is an imp...
8c42e63c8c0f82862a726958e2c088e5b267ed03 authored about 1 year ago by Michael Orlitzky <[email protected]>
34b95295fba0a1b02f388db104beed30d42beed1 authored about 1 year ago by Michael Orlitzky <[email protected]>
ee0721066b567a836a4814fb0f4cac56c821b6d3 authored about 1 year ago by Michael Orlitzky <[email protected]>
0177cc9c46d6a0e42edaaf59c6760bf8af118ea6 authored about 1 year ago by Michael Orlitzky <[email protected]>
fe1c2508dc7bc53a30327d09afcdc3886e64c36d authored about 1 year ago by Michael Orlitzky <[email protected]>
c6cd7ad1edf44b48174097e79eb51c68a8ac9718 authored about 1 year ago by Michael Orlitzky <[email protected]>
I started reading off the degrees instead of the coefficients...
6109e4606df914febe3112a0757d491ad84487e6 authored about 1 year ago by Michael Orlitzky <[email protected]>
Since pyproject.toml points to COPYING (and not LICENSE), this line is
needed to ensure that LIC...
9633730f923b9ff1b0a0d626cd63690b2097f3f9 authored about 1 year ago by Michael Orlitzky <[email protected]>
If you're redistributing this package or a derivative work, the GPLv3
says that you should inclu...
a5d597f8cbc4b9e5c16afa842dfe25443d89f46b authored about 1 year ago by Michael Orlitzky <[email protected]>
28556af88af27d6fcd1a33824936db510c4aec15 authored about 1 year ago by Michael Orlitzky <[email protected]>
9677da3a31faf7d4d1ff9a7412e87bba2d3f7a77 authored about 1 year ago by Michael Orlitzky <[email protected]>
The "list" of coefficients is homogeneous (of type int), so a tuple is
more appropriate than a l...
7e587b79bb6dd914a92e67dabc5368c3f623688f authored about 1 year ago by Matthias Koeppe <[email protected]>
0a5a9f6ea03eb155400a083c7cca019d7b396617 authored about 1 year ago by Michael Orlitzky <[email protected]>
1647ad2dfd4ad5ff8c716f2b622a6f411781d0e6 authored about 1 year ago by Michael Orlitzky <[email protected]>
0e39250bb7300e6e9200765ac73492d386f99aa3 authored about 1 year ago by Michael Orlitzky <[email protected]>
We require python >= 3.9 for runtime access to the data file as
described in
https://setuptoo...
517b1051ea1342bf9d55ffd7b0a9ffd6868d649c authored about 1 year ago by Michael Orlitzky <[email protected]>3901b6dbc20a7b0c1de725f3bde936670a36ec5e authored about 1 year ago by Michael Orlitzky <[email protected]>
d5c1fbfae5bb158e930ba37156f97dac2ad814fb authored about 1 year ago by Michael Orlitzky <[email protected]>
776b660eea1a90bc56af4918cf66dc696a7893a5 authored about 1 year ago by Michael Orlitzky <[email protected]>
eda68c5c60215a64d680be4d154a3a39cd96ddd5 authored about 1 year ago by Michael Orlitzky <[email protected]>
c2f1b2ae95bd15a0f93e715ee4869c53d49ecc9f authored about 1 year ago by Michael Orlitzky <[email protected]>
First commit to the repository. Add the upstream data file that is the
heart of this project. We...