Skip to content

Releases: UBC-MDS/dsci-522-group-23

Milestone 4

17 Dec 02:44
6e708f0
Compare
Choose a tag to compare

In this release, we:

  • Created a Makefile to act as a driver script to rule them all.
  • Abstracted some code from your scripts to functions in a separate file, and write tests for those functions
  • Addressed feedback to improve the project

This release marks the completion of Milestone 4

Milestone 3

08 Dec 18:57
Compare
Choose a tag to compare

This release includes the following updates to the project:

  1. Analysis Scripts:
  • Code from the original report has been abstracted into 6 scripts to modularize the analysis process.
    Each script represents a distinct step in the analysis pipeline and supports command-line arguments for flexibility and reproducibility.
  • Usage instructions for each script, including required arguments, are documented in the README.md.
  1. Report Update:
  • The original analysis document has been converted to a Quarto (.qmd) file.
  • The report now focuses solely on narrating the analysis and presenting visualizations
  1. Computational Environment:
  • Dependencies have been updated and documented to ensure smooth execution of the analysis and scripts. (eg. quarto and tabulate)

Milestone 2: Create a Container and Data Validation Checks

01 Dec 00:15
a6aebad
Compare
Choose a tag to compare

In this release, we upgraded our project’s computational environment to a container and added data validation checks to our data analysis.

This released marks the completion of Milestone 2.

Milestone 1: Basic Report and Conda Environment Setup

24 Nov 00:21
0e73a8b
Compare
Choose a tag to compare

In this release, we created the foundation of our project, which consists of:

  • A notebook report containing the analysis
  • 2 .yml files to create a reproducible conda environment
  • A basic github page to display the report html output
  • Other .md files

This released marks the completion of Milestone 1