DOC Remove package loading from roadmap (#3636)

[skip CI]
This commit is contained in:
Hood Chatham 2023-03-08 08:54:38 +01:00 committed by GitHub
parent 21c4d5c23c
commit d6ce2b6edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

View File

@ -33,23 +33,6 @@ performance BLAS library such as BLIS.
See issue {issue}`1120`.
## Improvements to package loading system
Currently, Pyodide has two ways of loading packages:
- {js:func}`pyodide.loadPackage` for packages built with Pyodide and
- {py:func}`micropip.install` for pure Python packages from PyPI.
The relationship between these tools is currently confusing.
Our goal is to have three ways to load packages: one with no dependency
resolution at all, one with static dependency resolution which is done ahead of
time, and one for dynamic dependency resolution. Ideally most applications can
use static dependency resolution and repls can use dynamic dependency
resolution.
See issues {issue}`2045` and {issue}`1100`.
## Find a better way to compile Fortran
Currently, we use f2c to cross compile Fortran to C. This does not work very