How to contribute

Go to repository on GitHub Contact us via email

History and the underlying motivation

The project started in 2021 with two main technical motivations:

  • the Google Colab team released in February 2021 an upgrade to their system to use a non-default python version. This effectively detached their system from any (non-trivial) Ubuntu upstream package which uses python, which meant that custom packaging was needed to support Google Colab.

  • the gcc suite available on Google Colab was too old for some of the target libraries in this project.

The first motivation is still valid nowadays, while the second one has been superseded by later Google Colab updates.

Contributing: small donations through GitHub Sponsors

Small donations can be sent through the GitHub Sponsors program.

Contributing: reporting broken packages

Please report broken packages by opening a new GitHub issue.

Contributing: maintaining a package

Packages are released automatically following a weekly schedule for end user packages, and a monthly schedule for the rest of the supported packages. To manually release an updated version of an existing package without waiting for the schedule, proceed as follows:

  1. If an issue has been opened on our GitHub tracker reporting a broken package, please assign the issue to yourself to let users/maintainers know that you are working on it.

  2. Go to the scheduled release workflow on our GitHub Actions and manually trigger a new build from the Run workflow dropdown. Make sure to insert the name of the library to build.

  3. [Optional, but suggested if the reported issue was not detected by CI] After a successful workflow, please double check existing tests on an actual Colab runtime, by clicking on the Open in Colab badges in the README file in the package subfolder.

  4. [Optional, but suggested if the reported issue was not detected by CI] Similarly, double check existing tests of any downstream dependency of the updated package. See our dependency graph to determine downstream packages that need checking.

Please get in touch with us by email if you are interested in helping maintaining a package.