Skip to content

Releases: WorldWideTelescope/wwt-jupyterlab

wwt_jupyterlab_extension 2.0.2

21 Aug 15:46
Compare
Choose a tag to compare

wwt_jupyterlab_extension 2.0.2 (2023-08-21)

  • Fix import of the Python module in the new JupyterLab packaging framework
    (#16, @pkgw).

wwt_jupyterlab_extension 2.0.1

21 Aug 14:57
Compare
Choose a tag to compare

wwt_jupyterlab_extension 2.0.1 (2023-08-21)

  • No code changes from 2.0.0. We're issuing a new release to stay in sync with
    the NPM package, which had a problem with its automated publishing (#15,
    @pkgw).

@wwtelescope/jupyterlab 2.0.2

21 Aug 15:46
Compare
Choose a tag to compare

@wwtelescope/jupyterlab 2.0.2 (2023-08-21)

  • No code changes, but this time let's really fix the automated NPM publishing
    (#16, @pkgw). Unfortunately when there's a problem in the automation, all you
    can really do is make a release and hope that it works ...

@wwtelescope/jupyterlab 2.0.1

21 Aug 14:57
Compare
Choose a tag to compare

@wwtelescope/jupyterlab 2.0.1 (2023-08-21)

  • No code changes, but fix the automated NPM publishing (#15, @pkgw).

wwt_jupyterlab_extension 2.0.0

18 Aug 22:10
Compare
Choose a tag to compare

wwt_jupyterlab_extension 2.0.0 (2023-08-18)

  • Update to be compatible with the JupyterLab 4.x series (#14, @pkgw). Nothing
    about the package implementation has actually changed, but because the
    dependencies all undergo major version updates, we follow the recommendation
    to apply a major version bump here as well. The 1.x series remains compatible
    with JupyterLab 2.x and 3.x, and for the time being there are no functional
    differences between the two major versions of the extension.
  • Update sponsorship branding and contact information (#14, @pkgw).

@wwtelescope/jupyterlab 2.0.0

18 Aug 22:10
Compare
Choose a tag to compare

@wwtelescope/jupyterlab 2.0.0 (2023-08-18)

  • Update to be compatible with the JupyterLab 4.x series (#14, @pkgw). Nothing
    about the package implementation has actually changed, but because the
    dependencies all undergo major version updates, we follow the recommendation
    to apply a major version bump here as well. The 1.x series remains compatible
    with JupyterLab 2.x and 3.x, and for the time being there are no functional
    differences between the two major versions of the extension.
  • Update sponsorship branding and contact information (#14, @pkgw).

wwt_jupyterlab_extension 1.4.0

07 Sep 18:28
Compare
Choose a tag to compare

wwt_jupyterlab_extension 1.4.0 (2022-09-07)

  • Start relaying mouse-movement events if the WWT app emits them (#13,
    @imbasimba). This should fix drag-and-drop operations in JupyterLab that cross
    over the WWT viewer. This functionality requires
    @wwtelescope/research-app >= 0.11.

@wwtelescope/jupyterlab 1.4.0

07 Sep 18:28
Compare
Choose a tag to compare

@wwtelescope/jupyterlab 1.4.0 (2022-09-07)

  • Start relaying mouse-movement events if the WWT app emits them (#13,
    @imbasimba). This should fix drag-and-drop operations in JupyterLab that cross
    over the WWT viewer. This functionality requires
    @wwtelescope/research-app >= 0.11.

wwt_jupyterlab_extension 1.3.2

27 Oct 04:36
Compare
Choose a tag to compare

wwt_jupyterlab_extension 1.3.2 (2021-10-27)

  • Use a yet newer version of @wwtelescope/research-app-messages — the previous
    fix was incomplete.

wwt_jupyterlab_extension 1.3.1

27 Oct 02:20
Compare
Choose a tag to compare

wwt_jupyterlab_extension 1.3.1 (2021-10-27)

  • Use a newer version of the @wwtelescope/research-app-messages dependency to
    solve a bug that caused some URLs to get modified as they pass through the
    messaging system (#10, @pkgw). This made it so that some WWT APIs that
    depended on exact URL matching wouldn't work, notably the loading of imagesets
    by URL.