File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
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.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " sarxarray"
7
- version = " 1.0.2 "
7
+ version = " 1.1.0 "
8
8
requires-python = " >=3.10"
9
9
dependencies = [
10
10
" dask[complete]" ,
You can’t perform that action at this time.
0 commit comments