Skip to content

Commit

Permalink
Release request commit created with Cranko.
Browse files Browse the repository at this point in the history
+++ cranko-rc-info-v1
[[projects]]
qnames = ["pywwt", "npm"]
bump_spec = "micro bump"

[[projects]]
qnames = ["pywwt", "pypa"]
bump_spec = "micro bump"

+++
  • Loading branch information
cranko committed May 26, 2023
2 parents 695a3d8 + 26c3ebd commit 0626ee5
Show file tree
Hide file tree
Showing 16 changed files with 39 additions and 39 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# rc: minor bump
# rc: micro bump

- 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,
@Carifio24).
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
8 changes: 7 additions & 1 deletion frontend/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# rc: minor bump
# rc: micro bump

- 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).
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 @@ -43,4 +43,4 @@
"pywwt-export": "npm run build && npm pack && node pywwt-export.js"
},
"version": "0.0.0-dev.0"
}
}
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"
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 0626ee5

Please sign in to comment.