Skip to content
This repository was archived by the owner on Aug 31, 2024. It is now read-only.

Commit 2a6f5d1

Browse files
committed
Updated changelog and citation.cff
1 parent 703b9ed commit 2a6f5d1

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

Diff for: CHANGELOG.md

+34-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
11
# Changelog
22

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

Diff for: CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ license: "Apache-2.0"
4040
message: "If you use this software, please cite it using these metadata."
4141
repository-code: "https://github.com/DynaSlum/satsense"
4242
title: Satsense
43-
date-released: 2018-10-15
44-
version: "0.8"
43+
date-released: 2019-03-25
44+
version: "0.9"
4545
...

0 commit comments

Comments
 (0)