Skip to content

Releases: avalentino/asfsmd

asfsmd v1.4.1 (19/11/2023)

19 Nov 18:14
d6d387a
Compare
Choose a tag to compare
  • Disable progress in quiet mode.
  • Do not try to download products already on disk.
  • Add masic unit testing.
  • Enable GHA CI.
  • Fix dependencies in pyproject.toml
  • Improve typing annotations.
  • Linting and formatting.
  • Improved loading of product lists from file (refactoring).
  • New --noprogress CLI option.

asfsmd v1.4.0 (05/02/2023)

05 Feb 15:00
4678717
Compare
Choose a tag to compare
  • Support for non SLC products (including RAW).
  • Move setup configuration to pyproject.toml.
  • Improved formatting to be compatible with the black tool.

asfsmd v1.3.0 (18/12/2022)

18 Dec 11:57
825f269
Compare
Choose a tag to compare

asfsmd v1.2.0 (04/12/2022)

05 Dec 07:14
943c477
Compare
Choose a tag to compare
  • Refactoring to convert the `asfsmd.py`` module into a package.
  • Support multiple backends for remote file access: httpio, fsspec, remotezip.
    The httpio based implementation seems to be slightly faster w.r.t. the other ones.
  • Fix issue with the management of default values for the make_patterns function.
  • Improve the management of the download of large files (chunking and progress).

asfsmd v1.1.0 (03/12/2022)

03 Dec 18:08
ab6450e
Compare
Choose a tag to compare
  • Now it is possible to customize the selection of files to be downloaded.
    Beyond the manifest and the annotation files, now it is also possible to
    download:

    • calibration annotations
    • noise annotations
    • rfi annotations
    • measurement files

    Moreover now it is possible to select a specific beams or polarizations.
    Patch developed by @scottstanie and @avalentino.

asfsmd v1.0.0 (09/01/2022)

03 Dec 18:06
Compare
Choose a tag to compare

Initial release.