Skip to content

Commit

Permalink
Merge branch 'main' into pulse-tag-new-filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mlincett committed Dec 2, 2023
2 parents 5249593 + 3c7fdec commit 0f9d65c
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 324 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v3.16.2 (2023-11-30)

### Other

* Remove `client_starter.py` ([#243](https://github.com/icecube/skymap_scanner/issues/243)) ([`7683b4e`](https://github.com/icecube/skymap_scanner/commit/7683b4eade1c0dbd7183be855cb8a0030d84e01b))

## v3.16.1 (2023-11-29)

### Other

* Fix SkyDriver-Triggered Kill Switch for Central Server ([#241](https://github.com/icecube/skymap_scanner/issues/241)) ([`18ec863`](https://github.com/icecube/skymap_scanner/commit/18ec86315e4aca0f0a836cbbb5e6e1bcaca1c639))

## v3.16.0 (2023-11-28)


Expand Down
4 changes: 2 additions & 2 deletions dependencies-from-Dockerfile.log
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fs==2.4.12
gast==0.5.2
healpy==1.15.0
htchirp==3.0
htcondor==23.1.0
htcondor==23.2.0
html5lib==1.1
humanfriendly==10.0
hypothesis==6.36.0
Expand Down Expand Up @@ -250,7 +250,7 @@ six==1.16.0
skymap-scanner
├── ewms-pilot [required: Any, installed: 0.17.5]
│ ├── htchirp [required: Any, installed: 3.0]
│ ├── htcondor [required: Any, installed: 23.1.0]
│ ├── htcondor [required: Any, installed: 23.2.0]
│ └── oms-mqclient [required: Any, installed: 2.4.9]
│ └── wipac-dev-tools [required: Any, installed: 1.8.1]
│ ├── requests [required: Any, installed: 2.25.1]
Expand Down
4 changes: 2 additions & 2 deletions dependencies-from-Dockerfile_no_cvmfs.log
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fs==2.4.12
gast==0.5.2
healpy==1.15.0
htchirp==3.0
htcondor==23.1.0
htcondor==23.2.0
html5lib==1.1
humanfriendly==10.0
hypothesis==6.36.0
Expand Down Expand Up @@ -250,7 +250,7 @@ six==1.16.0
skymap-scanner
├── ewms-pilot [required: Any, installed: 0.17.5]
│ ├── htchirp [required: Any, installed: 3.0]
│ ├── htcondor [required: Any, installed: 23.1.0]
│ ├── htcondor [required: Any, installed: 23.2.0]
│ └── oms-mqclient [required: Any, installed: 2.4.9]
│ └── wipac-dev-tools [required: Any, installed: 1.8.1]
│ ├── requests [required: Any, installed: 2.25.1]
Expand Down
4 changes: 2 additions & 2 deletions dependencies-from-Dockerfile_pulsar.log
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fs==2.4.12
gast==0.5.2
healpy==1.15.0
htchirp==3.0
htcondor==23.1.0
htcondor==23.2.0
html5lib==1.1
humanfriendly==10.0
hypothesis==6.36.0
Expand Down Expand Up @@ -252,7 +252,7 @@ six==1.16.0
skymap-scanner
├── ewms-pilot [required: Any, installed: 0.17.5]
│ ├── htchirp [required: Any, installed: 3.0]
│ ├── htcondor [required: Any, installed: 23.1.0]
│ ├── htcondor [required: Any, installed: 23.2.0]
│ └── oms-mqclient [required: Any, installed: 2.4.9]
│ └── wipac-dev-tools [required: Any, installed: 1.8.1]
│ ├── requests [required: Any, installed: 2.25.1]
Expand Down
315 changes: 0 additions & 315 deletions resources/client_starter.py

This file was deleted.

2 changes: 1 addition & 1 deletion skymap_scanner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# is zero for an official release, positive for a development branch,
# or negative for a release candidate or beta (after the base version
# number has been incremented)
__version__ = "3.16.0"
__version__ = "3.16.2"
version_info = (
int(__version__.split(".")[0]),
int(__version__.split(".")[1]),
Expand Down
Loading

0 comments on commit 0f9d65c

Please sign in to comment.