-
-
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", "npm"] bump_spec = "micro bump" [[projects]] qnames = ["pywwt", "pypa"] bump_spec = "micro bump" +++
- Loading branch information
Showing
4 changed files
with
44 additions
and
9 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 |
---|---|---|
@@ -1,8 +1,27 @@ | ||
# See elsewhere for changelog | ||
# rc: micro bump | ||
|
||
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]. | ||
- Proclaim compatibility with the 4.x series of @jupyter-widgets/base. This | ||
should get the widget to work in the JupyterLab 3.x series. | ||
|
||
[branch]: https://github.com/WorldWideTelescope/pywwt/blob/release/frontend/CHANGELOG.md | ||
[gh-releases]: https://github.com/WorldWideTelescope/pywwt/releases | ||
# 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. |
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