-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release request commit created with Cranko.
+++ cranko-rc-info-v1 [[projects]] qnames = ["pywwt", "pypa"] bump_spec = "minor bump" +++
- Loading branch information
Showing
9 changed files
with
68 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,6 +14,7 @@ dependencies: | |
- krb5 | ||
- lxml | ||
- matplotlib | ||
- nbclassic | ||
- nodejs | ||
- notebook | ||
- numpydoc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,99 +1,8 @@ | ||
# rc: micro bump | ||
# See elsewhere for changelog | ||
|
||
- Require the version 0.15.0 of the research app, to get new settings for | ||
various grid colors (#355, @Carifio24). | ||
This project’s release notes are curated from the Git history of its main | ||
branch. You can find them by looking at [the version of this file on the | ||
`release` branch][branch] or the [GitHub release history][gh-releases]. | ||
|
||
|
||
# npm:pywwt 1.5.2 (2023-05-30) | ||
|
||
- Require the version 0.14.3 of the research app, to get a fix for communicating | ||
information about catalog sources (#353, @pkgw; pulls in | ||
WorldWideTelescope/wwt-webgl-engine#251, @Carifio24). | ||
|
||
|
||
# npm:pywwt 1.5.1 (2023-05-26) | ||
|
||
- Require the version 0.14.2 of the research app, to get a fix for HiPS | ||
catalogs loaded in HTTPS contexts (#352, @pkgw). | ||
|
||
|
||
# npm:pywwt 1.5.0 (2023-03-08) | ||
|
||
- Require version 0.14 of the research app, to get messages allowing the roll | ||
state of the WWT camera to be read and written (#349, @Carifio24). | ||
|
||
|
||
# npm:pywwt 1.4.0 (2022-12-01) | ||
|
||
- Require version 0.12 of the research app, to get the latest improvements | ||
including the Vue 3 update (#342, @pkgw). | ||
|
||
|
||
# npm:pywwt 1.3.3 (2022-01-19) | ||
|
||
- Require version 0.9.2 of the research app, to ensure we have support for | ||
naming imageset layers (#326, @pkgw) | ||
|
||
|
||
# npm:pywwt 1.3.2 (2022-01-14) | ||
|
||
- Fix up license annotations | ||
- Require the latest research-app, version 0.9 | ||
|
||
|
||
# npm:pywwt 1.3.1 (2021-10-14) | ||
|
||
- Fix a dumb string-processing bug in the URL canonicalization code that broke | ||
the widget in Jupyter environments where the "base URL" is nontrivial (#314, | ||
@pkgw). | ||
|
||
|
||
# npm:pywwt 1.3.0 (2021-09-24) | ||
|
||
- Bundle the research app in the pywwt distribution; currently requiring version | ||
0.7.1 (#301, #313, @pkgw). Compared to the previous release of this package, | ||
this includes a ton of new features: HiPS catalogs with data retrieval, tiled | ||
FITS, and lots of UI polish! | ||
- Port the ipywidgets frontend to use the research app | ||
- Modify the internal APIs to allow the app to come and go, not just become | ||
ready once | ||
|
||
|
||
# npm:pywwt 1.2.0 (2021-06-14) | ||
|
||
- New release to track internal cleanups in the pywwt Python code; the built-in | ||
widget HTML is now served from `$baseurl/wwt/widget/`, instead of | ||
`$baseurl/wwt/wwt.html`. | ||
- Internal cleanups. | ||
|
||
|
||
# npm:pywwt 1.1.1 (2021-01-27) | ||
|
||
- Proclaim compatibility with the 4.x series of @jupyter-widgets/base. This | ||
should get the widget to work in the JupyterLab 3.x series. | ||
|
||
|
||
# npm:pywwt 1.1.0 (2020-10-22) | ||
|
||
- The Jupyter widget has reworked multi-view management to behave much better | ||
when there are multiple views for the same widget model, or when views are | ||
hidden and recreated. | ||
- The Jupyter widget now exposes a _viewConnected trait to indicate the case | ||
when the widget has been created, but there are no active views presented to | ||
the user. This isn't wired up to the Python layer, but it could be useful | ||
later. | ||
|
||
|
||
# npm:pywwt 1.0.0 (2020-10-21) | ||
|
||
- Address #258 by transmitting WWT clock information using a reference point and | ||
a rate, rather than constantly transmitting the current time. Dramatically | ||
reduces JS <=> Python traffic. | ||
- Tidy up the JavaScript files. | ||
|
||
|
||
# npm:pywwt 0.9.1 (2020-10-18) | ||
|
||
- First release with version number decoupled from the pywwt Python package. | ||
- No code chages, but internal reorganizations including the use of Cranko for | ||
release automation. | ||
[branch]: https://github.com/WorldWideTelescope/pywwt/blob/release/frontend/CHANGELOG.md | ||
[gh-releases]: https://github.com/WorldWideTelescope/pywwt/releases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters