Add change log to docs

pull/103/head
JulioV 2020-12-04 16:21:22 -05:00
parent fdd61521f8
commit 621885ee86
2 changed files with 16 additions and 0 deletions

15
docs/change-log.md 100644
View File

@ -0,0 +1,15 @@
# Change Log
## v0.1.0
- New and more consistent docs (this website). The [previous docs](https://rapidspitt.readthedocs.io/en/latest/) are marked as beta
- Consolidate [configuration](../setup/configuration) instructions
- Flexible [time segments](../setup/configuration#time-segments)
- Simplify Fitbit behavioral feature extraction and [documentation](../features/fitbit-heartrate-summary)
- Sensor's configuration and output is more consistent
- Update [visualizations](../visualizations/data-quality-visualizations) to handle flexible day segments
- Create a RAPIDS [execution](../setup/execution) script that allows re-computation of the pipeline after configuration changes
- Add [citation](../citation) guide
- Update [virtual environment](../developers/virtual-environments) guide
- Update analysis workflow [example](../workflow-examples/analysis)
- Add a [Code of Conduct](../code_of_conduct)
- Update [Team](../team) page

View File

@ -115,4 +115,5 @@ nav:
- Code of Conduct: code_of_conduct.md
- FAQ: faq.md
- Team: team.md
- Change Log: change-log.md
- Citation: citation.md