Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

39 lines (29 loc) · 1.21 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PEP 440 and uses Semantic Versioning.

[0.4.0]

Changed

  • Rename repository from Back-Projection to the Stanford Radar Group SAR Processor (SRG)

[0.3.1]

Fixed

  • Double-slash in call to sentinel_raw_process_cpu.

[0.3.0]

Fixed

  • Fixed createDEMcop.py to handle missing tiles, now fill missing tiles with zeros.
  • Added createDEMcop_hz.py to keep original version accessible.
  • printf formatting data types in azimuth_compress.cu to match input data.

Changed

  • File permissions for Python files to make them executable.

Removed

  • Vendored FFTW libary.
  • Compiled C/C++ binaries

[0.2.0]

Added

  • A new version of the processor was delivered by the Stanford team, which enables SBAS processing.

Changed

  • A new version of the processor was delivered by the Stanford team. All existing code was replaced.

[0.1.0]

Added

  • Versioned releases are now published to GitHub and changes are tracked in CHANGELOG.md