Skip to content

Commit

Permalink
Release commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-release-info-v1
[[projects]]
qnames = ["pywwt", "npm"]
version = "1.2.0"
age = 0

[[projects]]
qnames = ["pywwt", "pypa"]
version = "0.12.0"
age = 0

+++
  • Loading branch information
cranko committed Jun 14, 2021
2 parents 4ab3129 + cd686b2 commit d5bbb14
Show file tree
Hide file tree
Showing 32 changed files with 220 additions and 402 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# pypa:pywwt 0.12.0 (2021-06-14)

- A variety of internal cleanups relating to the HTML and JS files that are
bundled with pywwt. These shouldn't affect anything user-visible, yet,
but we want to publish the cleaned-up code to validate that everything is
still working correctly.
- Some improvements to the documentation and test suite.


# pypa:pywwt 0.11.3 (2021-06-09)

- Another attempt to get ReadTheDocs to update the "stable" version of the
Expand Down
7 changes: 4 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ prune **/node_modules
graft pywwt/nbextension
include pywwt/labextension/*.tgz

# Other static resource files
graft pywwt/interactive_figure
graft pywwt/web_static

# Documentation
graft docs
exclude docs/\#*
prune docs/build
prune docs/gh-pages
prune docs/dist

# Examples
graft examples

# Tests
graft tests
prune tests/build
Expand Down
4 changes: 2 additions & 2 deletions docs/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ You can remove a layer by either doing::

or::

>>> wwt.layers.remove(layer)
>>> wwt.layers.remove_layer(layer)

If you don't have a reference to the layer, you can always do::

>>> wwt.layers.remove(wwt.layers[0])
>>> wwt.layers.remove_layer(wwt.layers[0])
97 changes: 0 additions & 97 deletions examples/jupyter/example.ipynb

This file was deleted.

204 changes: 0 additions & 204 deletions examples/windows/pywwt_example.ipynb

This file was deleted.

Binary file not shown.
7 changes: 7 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 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
Expand Down
Loading

0 comments on commit d5bbb14

Please sign in to comment.