github jupyterlite/jupyterlite v0.1.0b17

latest releases: v0.3.0, @jupyterlite/ui-components@0.3.0, @jupyterlite/types@0.3.0...
pre-release16 months ago

0.1.0b17

(Full Changelog)

⚠️ API and Breaking Changes ⚠️

Use PipliteAddon.piplite_urls instead of LiteBuildConfig.piplite_urls

If you were configuring the piplite_urls option (described in https://jupyterlite.readthedocs.io/en/latest/howto/python/wheels.html) to ship additional wheels at build time, this configuration option has now been moved from LiteBuildConfig.piplite_urls to PipliteAddon.piplite_urls.

If using a jupyter_lite_build.json file, the configuration should look like the following:

{
  "PipliteAddon": {
    "piplite_urls": [
      "url-to-wheel1",
      "url-to-wheel2",
      "...",
    ]
  }
}

This was changed in the following PR:

CLI flags

The CLI flags have not changed.

Enhancements made

Maintenance and upkeep improvements

Contributors to this release

(GitHub contributors page for this release)

@bollwyvl | @dependabot | @github-actions | @jtpio | @stevejpurves

Don't miss a new jupyterlite release

NewReleases is sending notifications on new releases.