File tree Expand file tree Collapse file tree 2 files changed +50
-1
lines changed
Expand file tree Collapse file tree 2 files changed +50
-1
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
33
4+ ## v1.4.0 (2025-07-10)
5+
6+ ### Continuous Integration
7+
8+ - Remove conf.py from release pipeline
9+ ([ ` 632c346 ` ] ( https://github.com/Achaad/asar-xarray/commit/632c34637210a15041805093528a1790ced7ffb9 ) )
10+
11+ ### Documentation
12+
13+ - Update license to the correct one ([ #41 ] ( https://github.com/Achaad/asar-xarray/pull/41 ) ,
14+ [ ` 534c6c1 ` ] ( https://github.com/Achaad/asar-xarray/commit/534c6c1f9756f868ffebd92ebbeea30bed5f637f ) )
15+
16+ Co-authored-by: Achaad < achaad@achaad.eu >
17+
18+ ### Features
19+
20+ - Implement envisat gtc ([ #44 ] ( https://github.com/Achaad/asar-xarray/pull/44 ) ,
21+ [ ` d5d2874 ` ] ( https://github.com/Achaad/asar-xarray/commit/d5d28741fdd51b1579f706d32b68d83d598f0d52 ) )
22+
23+ * feat: implement envisat gtc
24+
25+ * ci: update tox dependencies
26+
27+ * tests: fix test_xarray_backends.py
28+
29+ * Added direct parsing of Envisat files.
30+
31+ This corrects slant range mistake from previous version for terrain correction and it is required
32+ for further development.
33+
34+ * fix: small import error
35+
36+ * style: code style improvements
37+
38+ * tests: fix tests
39+
40+ * Fix typing
41+
42+ * A bit of code style changes
43+
44+ * Fix sonarqube issues
45+
46+ ---------
47+
48+ Co-authored-by: Anton Perepelenko <Anton.Perepelenko@cgi.com >
49+
50+ Co-authored-by: Priit Pender < priit@alloca.ee >
51+
52+
453## v1.3.1 (2025-05-21)
554
655### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = ' asar_xarray'
3- version = " v1.3.1 "
3+ version = " v1.4.0 "
44description = ' Synthetic Aperture Radar (SAR) Level-1 python mapper of ESR/ASAR products.'
55authors = [
66 { name = ' Anton Perepelenko' , email = ' anton.perepelenko@cgi.com' },
You can’t perform that action at this time.
0 commit comments