diff --git a/docs/change-log.md b/docs/change-log.md new file mode 100644 index 00000000..df6a6510 --- /dev/null +++ b/docs/change-log.md @@ -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 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 598f2dc9..69feb7ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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