Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
13 changes: 1 addition & 12 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,4 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


[0.1.0] - 2023-11-06
********************

Added
-----

The first version of the SARXarray package. The following functionalities are implemented:
- Data loading function for large SAR/interferogram stack;
- Basic SAR raster operations: multi-look, coherence, and MRM;
- Scatterer selection based on amplitude dispersion;
- Relevant docs and tests.
See [releases](https://github.com/TUDelftGeodesy/sarxarray/releases) in the sarxarray repository for more details.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "sarxarray"
version = "1.0.2"
version = "1.1.0"
requires-python = ">=3.10"
dependencies = [
"dask[complete]",
Expand Down
Loading