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

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

+++
  • Loading branch information
cranko committed May 30, 2023
2 parents 05e5691 + fd5495e commit e01dab2
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 26 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# pypa:pywwt 0.19.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).


# pypa:pywwt 0.19.1 (2023-05-26)

- Use version 0.14.2 of the research app in the bundled widget frontend, to get
Expand Down
17 changes: 6 additions & 11 deletions ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ parameters:
type: object
default:

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

- name: linux_38
vmImage: ubuntu-22.04
vars:
Expand All @@ -20,10 +15,10 @@ parameters:
vars:
PYTHON_SERIES: "3.9"

- name: macos_39
vmImage: macos-12
- name: linux_310
vmImage: ubuntu-22.04
vars:
PYTHON_SERIES: "3.9"
PYTHON_SERIES: "3.10"

- name: macos_310
vmImage: macos-12
Expand Down Expand Up @@ -165,7 +160,7 @@ jobs:
- job: coverage
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- template: azure-job-setup.yml
parameters:
Expand Down Expand Up @@ -212,7 +207,7 @@ jobs:

- job: docs
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- template: azure-job-setup.yml
parameters:
Expand Down Expand Up @@ -242,7 +237,7 @@ jobs:
- job: codestyle
pool:
vmImage: ubuntu-20.04
vmImage: ubuntu-latest
steps:
- template: azure-job-setup.yml
parameters:
Expand Down
7 changes: 4 additions & 3 deletions ci/azure-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ jobs:
pool:
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
# to not provide secrets during PR builds).
# Need Zenodo credentials to generate DOIs during formal releases. Try not to
# provide credentials otherwise, but note that a malicious PR could just
# remove this filter -- that's why modern CI systems don't provide secrets
# during PR builds in the first place.
${{ if and(eq(variables['Build.SourceBranchName'], 'rc'), ne(variables['build.reason'], 'PullRequest')) }}:
variables:
- group: Deployment Credentials
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-05-26",
"title": "pypa:pywwt 0.19.1",
"publication_date": "2023-05-30",
"title": "pypa:pywwt 0.19.2",
"upload_type": "software",
"version": "0.19.1"
"version": "0.19.2"
},
"conceptdoi": "10.5281/zenodo.7164147",
"record_id": "7972317",
"doi": "10.5281/zenodo.7972317",
"bucket_link": "https://zenodo.org/api/files/149211ce-a0cd-4bab-ae1b-12dfc814041d"
"record_id": "7987685",
"doi": "10.5281/zenodo.7987685",
"bucket_link": "https://zenodo.org/api/files/db500b73-92b4-42b1-bb0e-dabbaa7b3fc8"
}
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.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
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.2",
"@wwtelescope/research-app": "^0.14.3",
"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.1"
"version": "1.5.2"
}
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:2023-05-25:53DGAAv"
"npm:pywwt" = "thiscommit:2023-05-30:zDqoE1g"
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, 1, 'final', 0) # cranko project-version tuple
version_info = (0, 19, 2, '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.7972317"
version_doi = "10.5281/zenodo.7987685"
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.5.1" # cranko internal-req npm:pywwt
_npm_version = "^1.5.2" # cranko internal-req npm:pywwt
VIEW_MODULE_VERSION = _npm_version
MODEL_MODULE_VERSION = _npm_version

Expand Down

0 comments on commit e01dab2

Please sign in to comment.