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

NEWS: update for version 0.9

bc96ebf4b41c01d98b4d2f34100c215fbeedd2d3 authored 11 months ago by Michael Orlitzky <[email protected]>
pyproject.toml: bump to version 0.9

d0bfe792a5a7aebefe9e418457160c4839ef5ca3 authored 11 months ago by Michael Orlitzky <[email protected]>
Compress data file at build time

fbc68106a537c2ae1ea9dca332b8146c51813425 authored 11 months ago by Gonzalo Tornaría <[email protected]>
src/conway_polynomials/__init__.py: explain why we try both filenames

40b344999adb6521f19770dd08b25db7ed6a697d authored 11 months ago by Michael Orlitzky <[email protected]>
Allow xz compressed data file

3aa170e0b9373ac778b341d1eaf2fe331dddee8b authored 11 months ago by Gonzalo Tornaría <[email protected]>
src/conway_polynomials/__init__.py: add types for _open_database()

Jump through some hoops to add type information to the new
_open_database() function. The return...

70999ef05bbd6520c04a71de530d00f77ed9fe4c authored 11 months ago by Michael Orlitzky <[email protected]>
README.rst: add pytest instructions

eceb7a3daf0e3557af6bc024992a9cc5825cff00 authored 12 months ago by Michael Orlitzky <[email protected]>
add pytest configuration

Closes: https://github.com/sagemath/conway-polynomials/pull/2

2e1533f30b1d02222572016613f4468aa2d87f1b authored 12 months ago by Gonzalo Tornaría <[email protected]>
NEWS: add the changes for v0.8

9c9897fd91ccec29e8fdf414568e761a462f468a authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: clean up the documentation

Use numpydoc format to describe the inputs/outputs cleanly.

0a28aac72f5b2b63675ad4fbb76209f7085f9a64 authored about 1 year ago by Michael Orlitzky <[email protected]>
pyproject.toml: bump the version to 0.8

507b0a58464306d534d3fb570b387f9489a62237 authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: help out the type checker

We switch from open(dbpath, "rt") to dbpath.open("r") because, in this
context, dbpath is an imp...

25904c0534a022b8424467430a7458c799a3556b authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: add type hints

8c42e63c8c0f82862a726958e2c088e5b267ed03 authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: sanity check a random database entry

34b95295fba0a1b02f388db104beed30d42beed1 authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: use python syntax to explain the dict format

ee0721066b567a836a4814fb0f4cac56c821b6d3 authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: add a few more known examples

0177cc9c46d6a0e42edaaf59c6760bf8af118ea6 authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: emphasize that the database is cached and mutable

fe1c2508dc7bc53a30327d09afcdc3886e64c36d authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: include the README in the doctest example

c6cd7ad1edf44b48174097e79eb51c68a8ac9718 authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: fix p=2, n=5 example

I started reading off the degrees instead of the coefficients...

6109e4606df914febe3112a0757d491ad84487e6 authored about 1 year ago by Michael Orlitzky <[email protected]>
MANIFEST.in: include the new LICENSE file in the distribution

Since pyproject.toml points to COPYING (and not LICENSE), this line is
needed to ensure that LIC...

563d16ca6dcc650bd6bb1bc7cc6ec4bdf53381a5 authored about 1 year ago by Michael Orlitzky <[email protected]>
pyproject.toml: use the new COPYING file as our license

9633730f923b9ff1b0a0d626cd63690b2097f3f9 authored about 1 year ago by Michael Orlitzky <[email protected]>
COPYING,LICENSE: include GPLv3+ license text with the package

If you're redistributing this package or a derivative work, the GPLv3
says that you should inclu...

c0cfb1dc73184ab2e74ad48ecd266ebda5119433 authored about 1 year ago by Michael Orlitzky <[email protected]>
pyproject.toml: bump the version to 0.7

a5d597f8cbc4b9e5c16afa842dfe25443d89f46b authored about 1 year ago by Michael Orlitzky <[email protected]>
NEWS: mention the list -> tuple change for v0.7

28556af88af27d6fcd1a33824936db510c4aec15 authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: use tuples in description and examples

9677da3a31faf7d4d1ff9a7412e87bba2d3f7a77 authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: use tuples for coefficients

The "list" of coefficients is homogeneous (of type int), so a tuple is
more appropriate than a l...

c526823a41337c97636425f3106978c9ce3bf077 authored about 1 year ago by Michael Orlitzky <[email protected]>
.github/workflows/dist.yml: New

7e587b79bb6dd914a92e67dabc5368c3f623688f authored about 1 year ago by Matthias Koeppe <[email protected]>
pyproject.toml: add official project URLs

0a5a9f6ea03eb155400a083c7cca019d7b396617 authored about 1 year ago by Michael Orlitzky <[email protected]>
README.rst: new file describing the new project

1647ad2dfd4ad5ff8c716f2b622a6f411781d0e6 authored about 1 year ago by Michael Orlitzky <[email protected]>
MANIFEST.in: include the NEWS in the distribution

0e39250bb7300e6e9200765ac73492d386f99aa3 authored about 1 year ago by Michael Orlitzky <[email protected]>
pyproject.toml: add project metadata

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]>
MANIFEST.in: new file to include CPimport.txt in the sdist

3901b6dbc20a7b0c1de725f3bde936670a36ec5e authored about 1 year ago by Michael Orlitzky <[email protected]>
NEWS: solidify the v0.6 release date

d5c1fbfae5bb158e930ba37156f97dac2ad814fb authored about 1 year ago by Michael Orlitzky <[email protected]>
NEWS: add release notes for the forthcoming v0.6

776b660eea1a90bc56af4918cf66dc696a7893a5 authored about 1 year ago by Michael Orlitzky <[email protected]>
.gitignore: ignore build/dist products

eda68c5c60215a64d680be4d154a3a39cd96ddd5 authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/__init__.py: initial implementation

c2f1b2ae95bd15a0f93e715ee4869c53d49ecc9f authored about 1 year ago by Michael Orlitzky <[email protected]>
src/conway_polynomials/CPimport.txt: add the latest data file

First commit to the repository. Add the upstream data file that is the
heart of this project. We...

5da410ff64cb35dd95ae100cb61d25bfd13e01e8 authored about 1 year ago by Michael Orlitzky <[email protected]>