deep-foundation / deep-packages

This is repository for packages that are published only in NPM.
https://github.com/orgs/deep-foundation/projects/12
The Unlicense
0 stars 0 forks source link

Software compatibility public database #53

Open Konard opened 6 months ago

Konard commented 6 months ago

For example:

Version             Python version  Compiler        Build tools
tensorflow-2.15.0       3.9-3.11            Clang 16.0.0        Bazel 6.1.0
tensorflow-2.14.0       3.9-3.11            Clang 16.0.0        Bazel 6.1.0
tensorflow-2.13.0       3.8-3.11            Clang 16.0.0        Bazel 5.3.0

There should be a package that creates a system that allows to know which software is compatible with which software. It may be as useful as Stack Overflow, because a lot of bugs related to this compatibility issue between versions. And only this information may be enough to solve issues. Target audience is not limited to programmers, gamers and other software users may benefit from it.