Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.1.0 #549

Merged
merged 37 commits into from
Jul 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
5c84aea
Append dev to version numbers
ddobie Sep 24, 2023
9d371f3
Bump gitpython from 3.1.34 to 3.1.35 (#494)
dependabot[bot] Sep 24, 2023
658e2c5
Fix _grouped_fetch_cutouts dropping all cutouts. (#501)
ddobie Sep 26, 2023
36443f4
Bump gitpython from 3.1.35 to 3.1.37 (#505)
dependabot[bot] Oct 11, 2023
8a1fb23
Bump pillow from 9.3.0 to 10.0.1 (#504)
dependabot[bot] Oct 11, 2023
83df21d
Bump urllib3 from 1.26.11 to 1.26.17 (#503)
dependabot[bot] Oct 11, 2023
0db7982
Bump pymdown-extensions from 9.5 to 10.0 (#506)
dependabot[bot] Oct 11, 2023
442ce7b
Bump urllib3 from 1.26.17 to 1.26.18 (#507)
dependabot[bot] Oct 18, 2023
52d7b4e
Bump cryptography from 41.0.4 to 41.0.6 (#510)
dependabot[bot] Nov 29, 2023
c3da80c
Bump fonttools from 4.34.4 to 4.43.0 (#511)
dependabot[bot] Jan 10, 2024
39afc30
Bump jinja2 from 3.0.3 to 3.1.3 (#513)
dependabot[bot] Jan 11, 2024
01161a3
Bump gitpython from 3.1.37 to 3.1.41 (#512)
dependabot[bot] Jan 18, 2024
33fc1e1
Add epochs 42-51 and an extragalatic base epoch (#522)
ddobie Feb 22, 2024
f02488c
Update open_fits to check HDU list contents rather than the file exte…
ddobie Feb 28, 2024
fcfe9d0
Fix handling of unprocessed files with open_fits (#526)
ddobie Feb 29, 2024
7928cb0
Disable autoscaling for show_png_cutout (#527)
ddobie Feb 29, 2024
5027e8a
open_fits: check len(hdul) is 1, not 0 (#528)
ddobie Mar 6, 2024
7aa0d1a
Enable access to post-processed data (#515)
ddobie Mar 7, 2024
ad89aa9
Add epochs 52-57 (#532)
ddobie May 22, 2024
f550851
Correctly preload data for Query forced fitting (#534)
ddobie Jun 3, 2024
99a8355
Add epochs 58, 59, 60 + update README (#535)
ddobie Jun 25, 2024
3c44a37
Add epoch 61 (#537)
ddobie Jul 11, 2024
d9fde16
Fixed incorrect warnings when using COMBINED data (#538)
ddobie Jul 11, 2024
1f136fd
Convert all Source names to strings (#539)
ddobie Jul 11, 2024
3524cc4
Add epoch 62 (#540)
ddobie Jul 24, 2024
8a1909c
Bump jupyterlab from 3.4.4 to 3.6.7 (#514)
dependabot[bot] Jul 24, 2024
040313d
Bump cryptography from 41.0.6 to 42.0.4 (#520)
dependabot[bot] Jul 24, 2024
0abd216
Bump pillow from 10.0.1 to 10.3.0 (#530)
dependabot[bot] Jul 24, 2024
aae5b01
Bump idna from 3.3 to 3.7 (#531)
dependabot[bot] Jul 24, 2024
d68b34d
Bump zipp from 3.8.1 to 3.19.1 (#541)
dependabot[bot] Jul 24, 2024
09ce11c
Bump tornado from 6.3.3 to 6.4.1 (#542)
dependabot[bot] Jul 24, 2024
9622e63
Bump certifi from 2023.7.22 to 2024.7.4 (#543)
dependabot[bot] Jul 24, 2024
521f959
Bump urllib3 from 1.26.18 to 1.26.19 (#544)
dependabot[bot] Jul 24, 2024
f00d321
Bump pydantic from 1.9.1 to 1.10.13 (#545)
dependabot[bot] Jul 24, 2024
20a8219
Bump jinja2 from 3.1.3 to 3.1.4 (#546)
dependabot[bot] Jul 24, 2024
791c754
Bump requests from 2.31.0 to 2.32.2 (#547)
dependabot[bot] Jul 24, 2024
214ea06
Standard changes
ddobie Jul 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 31 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,47 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), with an added `List of PRs` section and links to the relevant PRs on the individal updates. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/askap-vast/vast-tools/compare/v3.0.1...HEAD)
## [3.1.0](https://github.com/askap-vast/vast-tools/releases/v3.1.0) (2024-07-26)

#### Added

- Add epoch 61 [#537](https://github.com/askap-vast/vast-tools/pull/537)
- Add epochs 58-60 [#535](https://github.com/askap-vast/vast-tools/pull/535)
- Added extra logging in Query to improve clarity of data selection [#515](https://github.com/askap-vast/vast-tools/pull/515)
- Added support for post-processed data [#515](https://github.com/askap-vast/vast-tools/pull/515)
- Added epoch 40 as a base epoch to allow query of full VAST extragalactic fields [#522](https://github.com/askap-vast/vast-tools/pull/522)
- Added support for epochs 42-51 [#522](https://github.com/askap-vast/vast-tools/pull/522)

#### Changed

- Convert all Source names to strings [#537](https://github.com/askap-vast/vast-tools/pull/537)
- Updated README [#535](https://github.com/askap-vast/vast-tools/pull/535)
- Changed default behaviour to using post-processed TILES data [#515](https://github.com/askap-vast/vast-tools/pull/515)

#### Fixed

- Fix errors when creating a Source with an int name [#537](https://github.com/askap-vast/vast-tools/pull/537)
- Fix incorrect warnings when using COMBINED data [#538](https://github.com/askap-vast/vast-tools/pull/538)
- Fix forced fitting of compressed fits files [#534](https://github.com/askap-vast/vast-tools/pull/534)
- Fix checking length of HDUl that should have been fixed by #526 [#528](https://github.com/askap-vast/vast-tools/pull/528)
- Disable auto-scaling for show_png_cutout to allow users to specify the scaling [#527](https://github.com/askap-vast/vast-tools/pull/527)
- Fix open_fits handling of unprocessed files [#526](https://github.com/askap-vast/vast-tools/pull/526)
- Update open_fits to check HDU list contents rather than the file extension [#524](https://github.com/askap-vast/vast-tools/pull/524)

#### Removed

#### List of PRs
- [#537](https://github.com/askap-vast/vast-tools/pull/537): fix: Convert all Source names to strings
- [#538](https://github.com/askap-vast/vast-tools/pull/538): fix: Fix incorrect warnings when using COMBINED data
- [#537](https://github.com/askap-vast/vast-tools/pull/537): feat: Add epoch 61
- [#535](https://github.com/askap-vast/vast-tools/pull/535): feat: Add epochs 58-60 and updated README
- [#534](https://github.com/askap-vast/vast-tools/pull/534): fix: Fix forced fitting of compressed fits files
- [#515](https://github.com/askap-vast/vast-tools/pull/515): fix, docs, feat: Support post-procesed data, make it the default and improve clarity of what data has been selected in a query.
- [#528](https://github.com/askap-vast/vast-tools/pull/528): fix: Fix checking length of HDUl that should have been fixed by #526
- [#527](https://github.com/askap-vast/vast-tools/pull/527): fix: Disable auto-scaling for show_png_cutout to allow users to specify the scaling
- [#526](https://github.com/askap-vast/vast-tools/pull/526): fix: Fix open_fits handling of unprocessed files
- [#524](https://github.com/askap-vast/vast-tools/pull/524): fix: Update open_fits to check HDU list contents rather than the file extension
- [#522](https://github.com/askap-vast/vast-tools/pull/522): fix, feat: Add support for extrgalactic queries and epochs 42-51

## [3.0.1](https://github.com/askap-vast/vast-tools/releases/v3.0.1) (2023-09-24)

Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,13 @@ Take a look at the [example notebooks](https://github.com/askap-vast/vast-tools/

## Contributors

### Active

* Adam Stewart – [Sydney Institute for Astronomy](https://sifa.sydney.edu.au/)
* Dougal Dobie – [Swinburne University of Technology/OzGrav](https://www.ozgrav.org)
* Dougal Dobie – [[Sydney Institute for Astronomy](https://sifa.sydney.edu.au/) and [OzGrav](https://www.ozgrav.org)

### Former
* Emil Lenc [CSIRO]
* Andrew O'Brien – [Department of Physics, University of Wisconsin-Milwaukee](https://uwm.edu/physics/research/astronomy-gravitation-cosmology/)
* Tara Murphy – [Sydney Institute for Astronomy](https://sifa.sydney.edu.au/)
* David Kaplan – [Department of Physics, University of Wisconsin-Milwaukee](https://uwm.edu/physics/research/astronomy-gravitation-cosmology/)
Expand All @@ -42,4 +47,4 @@ Take a look at the [example notebooks](https://github.com/askap-vast/vast-tools/
The VAST Tools development was supported by:

* The Australian Research Council through grants FT150100099 and DP190100561.

* The Australian Research Council Centre of Excellence for Gravitational Wave Discovery (OzGrav), project numbers CE170100004 and CE230100016.
5 changes: 4 additions & 1 deletion docs/components/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Select which Stokes parameter data to search in.
Valid entries are `I`, `V`, `Q` and `U`.

**`use_tiles`**
Switch to using the catalogues and images of the `TILE` type instead of the `COMBINED` (default).
Switch to using the catalogues and images `TILE` type instead of the `COMBINED`. The default is to use the `TILE` type.
Refer to [this wiki page](https://github.com/askap-vast/vast-project/wiki/Pilot-Survey-Status-&-Data){:target="_blank"} for an explanation on the two types (askap-vast GitHub membership required to access).

**`use_islands`**
Expand All @@ -207,6 +207,9 @@ I.e. no forced fit or upper limit measurements will be returned.
Return all data available at the source location. If not selected, only the data associated with the best (i.e. closest)
field will be returned.

**`corrected_data` and `post_processed_data`**
Use the corrected data (astrometric corrections applied, only available for the pilot survey) or the post-processed data (astrometric corrections and cropping applied, along with the use of compressed images). The default is now to use the post-processed data moving forward.

#### Planet Search

Planets are included in the `Query` search by using the `planets` keyword argument.
Expand Down
30 changes: 16 additions & 14 deletions notebook-examples/catalogue-crossmatching-example.ipynb

Large diffs are not rendered by default.

78 changes: 43 additions & 35 deletions notebook-examples/planet-hunting-example.ipynb

Large diffs are not rendered by default.

Loading
Loading