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

Commit

Permalink
Updated changelog and citation.cff
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmweel committed Mar 25, 2019
1 parent 703b9ed commit 2a6f5d1
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
35 changes: 34 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
# Changelog

## version x.x
## version 0.9

- Added a large amount of documentation
- Available at https://satsense.readthedocs.io/en/latest/
- Includes:
- Installation instructions
- Example notebook for feature extraction
- API Documentation and docstrings

- Bug fixes:
- Histogram of Gradients
- fixed the absolute sine difference calculation
- Fixed the padding around the data when splitting the generator.
- Fixed the generation of windows

- Development:
- Added automated versioning
- Increased code maintainability

## version 0.8
- Initial release
- Features included:
- Histogram of Gradients
- Pantex
- NDVI
- also available:
- RgNDVI (Red-green based)
- RbNDVI (Red-blue based)
- NDSI (Snow Cover Index)
- NDWI (Water Cover Index)
- WVSI (Soil Cover Index)
- Lacunarity
- SIFT
- Texton
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ license: "Apache-2.0"
message: "If you use this software, please cite it using these metadata."
repository-code: "https://github.com/DynaSlum/satsense"
title: Satsense
date-released: 2018-10-15
version: "0.8"
date-released: 2019-03-25
version: "0.9"
...

0 comments on commit 2a6f5d1

Please sign in to comment.