Skip to content

Commit 2c47eb6

Browse files
authored
Merge pull request #68 from TUDelftGeodesy/release_1_1_0
Release 1 1 0
2 parents afdc397 + 2fa0310 commit 2c47eb6

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

docs/CHANGELOG.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,4 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6-
7-
[0.1.0] - 2023-11-06
8-
********************
9-
10-
Added
11-
-----
12-
13-
The first version of the SARXarray package. The following functionalities are implemented:
14-
- Data loading function for large SAR/interferogram stack;
15-
- Basic SAR raster operations: multi-look, coherence, and MRM;
16-
- Scatterer selection based on amplitude dispersion;
17-
- Relevant docs and tests.
6+
See [releases](https://github.com/TUDelftGeodesy/sarxarray/releases) in the sarxarray repository for more details.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sarxarray"
7-
version = "1.0.2"
7+
version = "1.1.0"
88
requires-python = ">=3.10"
99
dependencies = [
1010
"dask[complete]",

0 commit comments

Comments
 (0)