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.5.1"
age = 0

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

+++
  • Loading branch information
cranko committed May 26, 2023
2 parents 24fb5b7 + 0626ee5 commit 05e5691
Show file tree
Hide file tree
Showing 19 changed files with 46 additions and 46 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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).


# pypa:pywwt 0.19.0 (2023-03-08)

- Allow the roll angle of the WWT camera to be both read and written (#349,
Expand Down
40 changes: 13 additions & 27 deletions ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,48 +6,34 @@ parameters:
default:

- name: linux_37
vmImage: ubuntu-20.04
vmImage: ubuntu-22.04
vars:
PYTHON_SERIES: "3.7"

- name: linux_38
vmImage: ubuntu-20.04
vmImage: ubuntu-22.04
vars:
PYTHON_SERIES: "3.8"

- name: linux_39
vmImage: ubuntu-20.04
vmImage: ubuntu-22.04
vars:
PYTHON_SERIES: "3.9"

- name: macos_37
vmImage: macos-11
vars:
PYTHON_SERIES: "3.7"

- name: macos_38
vmImage: macos-11
- name: macos_39
vmImage: macos-12
vars:
PYTHON_SERIES: "3.8"
PYTHON_SERIES: "3.9"

- name: windows_37
vmImage: windows-2019
- name: macos_310
vmImage: macos-12
vars:
PYTHON_SERIES: "3.7"
PYTHON_SERIES: "3.10"

- name: windows_39
vmImage: windows-2019
- name: windows_310
vmImage: windows-2022
vars:
PYTHON_SERIES: "3.9"

# 2020 Oct: the Windows / Python 3.8 build seems to hang forever in the test
# suite. No clues as to why, and the package complement is virtually identical
# to what's used for 3.7. Just skip the test for now.
#
#- name: windows_38
# vmImage: windows-2019
# vars:
# PYTHON_SERIES: "3.8"
PYTHON_SERIES: "3.10"

jobs:
- ${{ each build in parameters.builds }}:
Expand Down Expand Up @@ -163,7 +149,7 @@ jobs:
source activate-conda.sh
conda activate build
set -x
\conda install -y jupyterlab
\conda install -y jupyterlab jupyter_contrib_nbextensions
jupyter nbextension list
jupyter serverextension list
jupyter labextension list
Expand Down
12 changes: 6 additions & 6 deletions ci/azure-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- ${{ if parameters.isMainDev }}:
- job: dummy_setup_only
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- template: azure-job-setup.yml

- ${{ if parameters.isRelease }}:
- job: branch_and_tag
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
variables:
- group: Deployment Credentials
steps:
Expand All @@ -47,7 +47,7 @@ jobs:
- job: github_releases
dependsOn: branch_and_tag # otherwise, GitHub creates the tag itself
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
variables:
- group: Deployment Credentials
steps:
Expand All @@ -64,7 +64,7 @@ jobs:
- job: python_publish
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
variables:
- group: Deployment Credentials
steps:
Expand All @@ -91,7 +91,7 @@ jobs:
- job: npm_publish
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
variables:
- group: Deployment Credentials
steps:
Expand All @@ -113,7 +113,7 @@ jobs:

- job: zenodo_publish
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
variables:
- group: Deployment Credentials

Expand Down
2 changes: 2 additions & 0 deletions ci/azure-job-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ steps:
set -euo pipefail
source activate-conda.sh
set -x
# workaround for the Windows CI image:
conda install -y brotlipy
conda config --add channels conda-forge
conda config --set channel_priority strict
conda update -y --all
Expand Down
2 changes: 1 addition & 1 deletion ci/azure-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:

- job: sdist
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest

# Need Zenodo credentials to generate DOIs during formal releases. But make
# sure not to provide credentials otherwise (although Azure has its own checks
Expand Down
12 changes: 6 additions & 6 deletions ci/zenodo.json5
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
],
"language": "eng",
"license": "BSD-3-Clause",
"publication_date": "2023-03-08",
"title": "pypa:pywwt 0.19.0",
"publication_date": "2023-05-26",
"title": "pypa:pywwt 0.19.1",
"upload_type": "software",
"version": "0.19.0"
"version": "0.19.1"
},
"conceptdoi": "10.5281/zenodo.7164147",
"record_id": "7709624",
"doi": "10.5281/zenodo.7709624",
"bucket_link": "https://zenodo.org/api/files/5de8f4e9-57b7-42c8-9eb1-2f45eb01587c"
"record_id": "7972317",
"doi": "10.5281/zenodo.7972317",
"bucket_link": "https://zenodo.org/api/files/149211ce-a0cd-4bab-ae1b-12dfc814041d"
}
6 changes: 6 additions & 0 deletions frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 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
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"@jupyter-widgets/base": "^2 || ^3 || ^4 || ^5 || ^6",
"@wwtelescope/research-app": "^0.14",
"@wwtelescope/research-app": "^0.14.2",
"underscore": "^1"
},
"description": "AAS WorldWide Telescope from Python",
Expand Down Expand Up @@ -42,5 +42,5 @@
"clean": "shx rm -rf dist",
"pywwt-export": "npm run build && npm pack && node pywwt-export.js"
},
"version": "1.5.0"
"version": "1.5.1"
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ annotated_files = [
]

[tool.cranko.internal_dep_versions]
"npm:pywwt" = "thiscommit:2022-12-01:HPOQ2Hc"
"npm:pywwt" = "thiscommit:2023-05-25:53DGAAv"
4 changes: 2 additions & 2 deletions pywwt/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 19, 0, 'final', 0) # cranko project-version tuple
version_info = (0, 19, 1, 'final', 0) # cranko project-version tuple

_specifier_ = {
"alpha": ".a",
Expand All @@ -18,5 +18,5 @@
)

# The strings are auto-updated by Cranko during formal releases:
version_doi = "10.5281/zenodo.7709624"
version_doi = "10.5281/zenodo.7972317"
concept_doi = "10.5281/zenodo.7164147"
2 changes: 1 addition & 1 deletion pywwt/jupyter.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

__all__ = ["WWTJupyterWidget", "WWTLabApplication", "connect_to_app"]

_npm_version = "^1.4.0" # cranko internal-req npm:pywwt
_npm_version = "^1.5.1" # cranko internal-req npm:pywwt
VIEW_MODULE_VERSION = _npm_version
MODEL_MODULE_VERSION = _npm_version

Expand Down
Binary file modified pywwt/tests/data/refimg_qt_full_step5/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step5/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step5/d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step5/f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step6/a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step6/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step6/c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pywwt/tests/data/refimg_qt_full_step6/d.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 05e5691

Please sign in to comment.