Skip to content

Releases: MWATelescope/giant-squid

giant-squid 1.1.0

19 Aug 06:53
44bd0c1
Compare
Choose a tag to compare

1.1.0 - 2024-08-19

  • Add new option to submit-vis, submit-conv and submit-meta: delivery-format. Currently only tar is supported.
    • This option only applies when delivery=scratch
  • Add new option to submit-volt: from_channel and to_channel. Supplying these parameters will restrict the downloaded voltage data to only the specified receiver coarse channel numbers.
    • This option is only valid for MWAX_VCS and MWAX_BUFFER mode observations.
    • MWA receiver coarse channels are numbered 0-255 with the center frequency (in MHz) of each channel calculdated via 1.28 * receiver_channel_number. There are 24 coarse channels per observation. The channel range is inclusive
  • Per-obsid non-fatal errors will no longer stop giant-squid from submitting subsequent jobs when using submit-vis, submit-conv, submit-volt and submit-meta with multiple obsids. Instead it will log the error and continue.

Full Changelog: v1.0.3...v1.1.0

giant-squid 1.0.3

23 May 01:58
Compare
Choose a tag to compare

giant-squid 1.0.2

16 May 04:23
Compare
Choose a tag to compare

giant-squid 1.0.1

15 May 06:48
Compare
Choose a tag to compare

giant-squid 1.0.0

14 May 00:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v1.0.0

v0.8.0

22 Nov 06:32
Compare
Choose a tag to compare

Commits

  • f954554: Bump webpki from 0.22.0 to 0.22.2 (dependabot[bot]) #14
  • 57c6424: Added scratch delivery, updated deps and enabled use of MWA_ASVO_HOST environment variable for testing. Fixes #15,#16 (Greg Sleap)

v0.7.0

01 Aug 00:39
2d4b14e
Compare
Choose a tag to compare

Commits

  • 2648813: Added voltage download submission option. Fixes #12 (Greg Sleap) #13

v0.6.0

04 Jul 05:30
Compare
Choose a tag to compare

Commits

  • 86ac1ba: fixes #9 enable hash by default, add --skip-hash (Dev Null) #10
  • 5821085: πŸ”– Release v0.6.0 (Dev Null)

v0.5.3

30 Jun 07:48
Compare
Choose a tag to compare

Commits

  • aa6a153: actually handle io errors if they occur (Dev Null) #7
  • 18ddffc: cleanup, clearer logging (Dev Null) #7
  • 4f2d18e: use --locked for CI (Dev Null) #8
  • c3cc66f: lock it in (Dev Null) #8
  • 8853343: test with MSRV from cargo.toml (Dev Null) #8
  • 5e521a0: πŸ”– Release v0.5.3 (Dev Null)

v0.5.2

14 Mar 04:51
Compare
Choose a tag to compare

Commits

  • c4fd78d: Finished changes to data types for compatibility with new API changes, tests passing (Harrison Barlow) #2
  • e171d24: dockerfile and coverage (Dev Null) #2
  • 13e28ed: handle updated submit job response schema (Dev Null) #2
  • ac54f6b: add wait command, (Dev Null) #2
  • 71dc2ba: allow for filtering jobs list on type, status (curtin_devn) #2
  • e978983: fix linter warnings (curtin_devn) #2
  • e39a0d3: zip -> tar (Christopher H. Jordan) #2
  • a9e0f01: Improve error handling. (Christopher H. Jordan) #2
  • dce3dfa: Handle astro jobs (Harrison Barlow) #2
  • fd48acf: Error handling, change to astro jobs (Harrison Barlow) #2
  • 6a2a2b1: Updated readme (Harrison Barlow) #2
  • 87c249e: Removed expiry_days option (Harrison Barlow) #2
  • f22aa25: more flexible job list filters. (curtin_devn) #2
  • b188a41: fix job list filter for state=error (curtin_devn) #2
  • 85fe05e: Tests for submit functions: (Harrison Barlow) #2
  • 4c0d213: Merge branch 'json' of github.com:MWATelescope/giant-squid into json (Harrison Barlow) #2
  • bb95496: Added backoff (Harrison Barlow) #2
  • 2ae181e: Refactor download function and add backoff (Harrison Barlow) #2
  • e863967: Add api key secret to actions workflow (Harrison Barlow) #2
  • c7dcf2b: Added api key to code coverage workflow (Harrison Barlow) #2
  • 0fc898a: Print file type in the panic message if it is not astro or acacia (Harrison Barlow) #2
  • 66a3153: Use a u16 for priority so that a user can submit more than 128 jobs (Harrison Barlow)
  • 66d458e: Updated parameter names for API compatibility (Harrison Barlow)
  • 604d022: fix #5 - upgrade prettytable to 0.10.0 (Dev Null)
  • 8b80cb6: fix release workflow (Dev Null)
  • 4ca8c65: πŸ”– Release v0.5.1 (Dev Null)
  • 4a36662: run tests on toolchain 1.63 (Dev Null)
  • b74d8c0: test with no default features (Dev Null)
  • 5170d04: autofmt (Dev Null)
  • 140e7e2: pin task-local-extensions v0.1.2 (Dev Null)
  • 43b92c9: don't test toolchain 1.63 on macos (Dev Null)
  • 8baab62: πŸ”– Release v0.5.2 (Dev Null)