Skip to content

Releases: WorldWideTelescope/pywwt

pypa:pywwt 0.23.0

28 Nov 20:27
Compare
Choose a tag to compare

pypa:pywwt 0.23.0 (2023-11-28)

  • Update the Jupyter widget implementation to use ES6 class syntax (#368,
    @Carifio24). This should fix up compatibility with the 8.x series of
    ipywidgets.

We have temporarily disabled DOI registration with this release (#369, @pkgw).
The associated release artifacts will report (obviously) bogus DOIs. This is due
to a recent major update to Zenodo, which seems to have broken their APIs. Our
Cranko release automation tool has not yet been updated to handle the new
system. We intend to address that soon, but we have internal motivations to get
this release out soon (see above), so we are going ahead without the Zenodo
deposition.

npm:pywwt 1.7.0

28 Nov 20:27
Compare
Choose a tag to compare

npm:pywwt 1.7.0 (2023-11-28)

  • Update the Jupyter widget implementation to use ES6 class syntax (#368,
    @Carifio24). This should fix up compatibility with the 8.x series of
    ipywidgets.

pypa:pywwt 0.22.0

15 Sep 23:48
Compare
Choose a tag to compare

pypa:pywwt 0.22.0 (2023-09-15)

  • When using the bundled version of the WWT research app, make sure that we pull
    in the new ESM-based WebGL rendering engine, by requiring the 0.16.x version
    series of the research app (#366, #367, @pkgw). This shouldn't lead to any
    user-visible changes (or even developer-visible ones), but in an effort to
    smoke out any oversights, we take this step to help ensure that we're using
    the new code.
  • Various sponsorship branding updates (#364, #366, @pkgw).
  • Various build system and CI/CD improvements (#362, #363, @pkgw)

npm:pywwt 1.6.0

15 Sep 23:48
Compare
Choose a tag to compare

npm:pywwt 1.6.0 (2023-09-15)

  • Require the new ESM-based engine through the 0.16.x series of the research app
    (#366, @pkgw). This shouldn't lead to any user-visible changes (or even
    developer-visible ones), but in an effort to smoke out any oversights, we take
    this step to ensure that we're using the new code. This change also brings in
    a few sponsorship branding updates.

pypa:pywwt 0.21.0

28 Jul 20:02
Compare
Choose a tag to compare

pypa:pywwt 0.21.0 (2023-07-28)

  • Update pywwt to work with version 7 of the Jupyter notebook package (#356,
    @Carifio24, @pkgw). This new version is a major update on the Jupyter side,
    but it is only used in a few minor places within pywwt. The pywwt package
    should remain compatible with older versions of notebook.
  • Fix pywwt’s default ecliptic grid color to match the engine (#356,
    @Carifio24).

pypa:pywwt 0.20.0

06 Jul 14:25
Compare
Choose a tag to compare

pypa:pywwt 0.20.0 (2023-07-06)

  • Expose new engine settings relating to the display of constellations,
    coordinate grids, and their colors (#354, #355, @Carifio24). New properties
    are alt_az_grid_color, alt_az_text, constellation_pictures,
    constellation_labels, ecliptic_color, ecliptic_grid_color,
    ecliptic_text, galactic_grid_color, galactic_text, grid_color,
    grid_text, precession_chart, and precession_chart_color.
  • The new version of the engine also adds the ability to rotate the WWT view on
    touch devices with a two-finger twist gesture.

npm:pywwt 1.5.3

06 Jul 14:25
Compare
Choose a tag to compare

npm:pywwt 1.5.3 (2023-07-06)

  • Require the version 0.15.0 of the research app, to get new settings for
    various grid colors (#355, @Carifio24).

pypa:pywwt 0.19.2

30 May 20:48
Compare
Choose a tag to compare

pypa:pywwt 0.19.2 (2023-05-30)

npm:pywwt 1.5.2

30 May 20:48
Compare
Choose a tag to compare

npm:pywwt 1.5.2 (2023-05-30)

pypa:pywwt 0.19.1

26 May 01:40
Compare
Choose a tag to compare

pypa:pywwt 0.19.1 (2023-05-26)

  • Use version 0.14.2 of the research app in the bundled widget frontend, to get
    a fix for HiPS catalogs loaded in HTTPS contexts (#352, @pkgw).