v3.0.0
What's Changed
- Added access to epochs 21-41
- Refactor the add_obs_date testing by @ajstewart in #299
- New epoch tools by @ddobie in #298
- Add warning to query docs re: Dask RuntimeError by @ddobie in #317
- Change postagestamps to use offset axis ticks/labels instead of absolute coordinates by @ddobie in #315
- Improve MOC generation by @ddobie in #323
- New release & multi-frequency handling by @ddobie in #311
- Allow query epochs to be specified as list or string by @ddobie in #327
- Fix metadata for islands queries by @ddobie in #328
- Expand access to TILES data by @ddobie in #325
- Fixed pandas append deprecation by @ajstewart in #337
- Fix eta-v matplotlib plot by @ddobie in #340
- Added pylint workflow for pull requests by @ajstewart in #338
- Correctly implement legend on lightcurve by @ddobie in #345
- Add check for existence of requested data to Query init by @ddobie in #346
- Set dask npartition to minimum of ncpu or number of unique sources by @ddobie in #363
- Fix access to RACS data by @ddobie in #358
- Remove epoch 12 user warning by @ddobie in #361
- Fix find_fields not returning RACS-mid fields by @ddobie in #368
- Fix query search_around_coordinates option by @ajstewart in #365
- Fix RACS tiles get_selavy_paths by @ddobie in #373
- Add function to create WISE color-color plots by @marxide in #379
- Update numpy to ~1.22.1 by @marxide in #380
- Fix eta-V bokeh plotting and add logging to PipeRun class. by @ddobie in #383
- Fix read_selavy arguments in Query._get_cutout by @ddobie in #389
- Change self.planets to be an empty list if no input is provided by @ddobie in #391
- Fix query docs and logging by @ddobie in #398
- Add file validation by @ddobie in #370
- Correctly handle conversion from RACS -> VAST field names by @ddobie in #405
- Change output file naming scheme by @ddobie in #403
- Fix fits cutout function naming by @ddobie in #407
- Fix stokes I hardcoding by @ddobie in #410
- Added corrected_data argument to Source class by @ddobie in #412
- Correctly handle empty groups in match_planet_to_field by @ddobie in #416
- Enable full survey access by @ddobie in #408
- Expand epoch specification in Query to allow ints and not require "x" to be appended to partial pilot epochs by @ddobie in #421
- Add dask scheduler switch by @ddobie in #430
- Query all fields by @ddobie in #418
- Ensure selected_fields is defined for all cases by @ddobie in #435
- Correctly handle show_all_png_cutouts(save=True) file naming by @ddobie in #437
- Updated RACS dec limit to +50 by @ddobie in #438
- Expand default value of max_sep in Query to 1.5 by @ddobie in #440
- Serialise beam centre coords to speed up Fields init by @ddobie in #431
- Updated VASTMOCS to correctly handle fields with/without 'A' suffix by @ddobie in #452
- Fix 'A' field suffix issue in planet matching and correctly handle empty df in init_sources by @ddobie in #453
- Update read_selavy to force all flux & flux err values to be positive by @ddobie in #463
- Update docs and fix errors by @ddobie in #354
- Added warning when querying corrected data by @ddobie in #465
- Fix source product generation and enable generation of background/rms map cutouts by @ddobie in #445
- Remove duplicates in field matching by @ddobie in #472
- Fix missing RMS measurements for non-detections by @ddobie in #476
- Handle pipeline runs that use compressed fits files by @ddobie in #480
- Ensure that full image data does not persist when creating FITS cutouts from compressed HDUs by @ddobie in #483
- Account for pipeline runs with no measurement pairs file by @ddobie in #478
- Raise exception when simbad name query returns more names than there are objects queried by @ddobie in #490
Full Changelog: v2.0.0...v3.0.0