Releases: UBC-MDS/522_group_27
Releases · UBC-MDS/522_group_27
3.0.0
2.0.0
Milestone 3:
- Abstracted code from the literate code report document (*.ipynb) to scripts (.py files)
- Converted the the literate code document to a *.qmd file.
- Edited *.qmd report file so that it's sole job is to narrate the analysis, display analysis artifacts (i.e., figures and tables), and nicely formatted the report.
- Updated project's computational environment (added click, tabulate, quarto)
Full Changelog: 1.0.0...2.0.0
1.0.0
These are the items completed for release 1.0.0:
- Upgrade the project's computational environment to a container.
- Add data validation checks to the data analysis.
- Update environment.yml file to use specific versions for each dependency.
- Update README.md to be more specific for setting up the environment.
- Add UBC email to personal settings to ensure commits are properly tied to each person.
0.0.1
-
Draft a team work contract
-
Set-up a public GitHub repository
-
Create an appropriate file and directory structure for a data analysis project
-
Add the data analysis as a literate code document (Jupyter or Quarto)
-
Ensure the computation environment reproducible through a virtual environment