Skip to content

Releases: UBC-MDS/522_group_27

3.0.0

17 Dec 05:16
690db54
Compare
Choose a tag to compare
  • Added data analysis pipeline using GNU Make
  • Abstracted code into three functions and a corresponding test suite
  • Made changes to project based on reviewer feedback

2.0.0

08 Dec 01:25
c2eb635
Compare
Choose a tag to compare

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

30 Nov 21:05
35c3754
Compare
Choose a tag to compare

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

23 Nov 20:44
Compare
Choose a tag to compare
  • 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