This repository was archived by the owner on Aug 31, 2024. It is now read-only.
File tree 2 files changed +36
-3
lines changed
2 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## version x.x
3
+ ## version 0.9
4
+
5
+ - Added a large amount of documentation
6
+ - Available at https://satsense.readthedocs.io/en/latest/
7
+ - Includes:
8
+ - Installation instructions
9
+ - Example notebook for feature extraction
10
+ - API Documentation and docstrings
11
+
12
+ - Bug fixes:
13
+ - Histogram of Gradients
14
+ - fixed the absolute sine difference calculation
15
+ - Fixed the padding around the data when splitting the generator.
16
+ - Fixed the generation of windows
17
+
18
+ - Development:
19
+ - Added automated versioning
20
+ - Increased code maintainability
21
+
22
+ ## version 0.8
23
+ - Initial release
24
+ - Features included:
25
+ - Histogram of Gradients
26
+ - Pantex
27
+ - NDVI
28
+ - also available:
29
+ - RgNDVI (Red-green based)
30
+ - RbNDVI (Red-blue based)
31
+ - NDSI (Snow Cover Index)
32
+ - NDWI (Water Cover Index)
33
+ - WVSI (Soil Cover Index)
34
+ - Lacunarity
35
+ - SIFT
36
+ - Texton
Original file line number Diff line number Diff line change @@ -40,6 +40,6 @@ license: "Apache-2.0"
40
40
message : " If you use this software, please cite it using these metadata."
41
41
repository-code : " https://github.com/DynaSlum/satsense"
42
42
title : Satsense
43
- date-released : 2018-10-15
44
- version : " 0.8 "
43
+ date-released : 2019-03-25
44
+ version : " 0.9 "
45
45
...
You can’t perform that action at this time.
0 commit comments