Releases: UBC-MDS/DSCI_522_Group36_taxi_fare_predictor
3.0.0 Milestone 4
Changelog
[3.0.0] - 2024-12-16
- Initial Milestone 4 Release
Added
-
Unit tests for all the functions required to run the analysis.
- The tests are in the
tests
folder. - Pull Requests:
- This change was required by milestone 4.
- The tests are in the
-
Added a Make to the Docker environment.
- Pull Requests:
- #73
-
Added a Makefile script to run the analysis pipeline
- Pull Requests:
- #58
Changed
-
Exported the scripts to run the analysis into functions.
-
READEME.md reproducibility sequence
-
Fixed bugs
run_validation.py
where it's unable to run due to missing folder structures. Removed unnecessary click commands.- Pull requests:
Fixed
-
Fixed the issues with the README.md file:
- Added a summary that includes a high-level interpretation of analysis findings and what the findings might mean.
- Added link to the project dependencies.
- Improved instructions on how to run the analysis.
- README.md file:
- Pull requests:
- This change was a fix to the issues mentioned in Milestone 1 feedback about the missing summary, dependencies, and straightforward instructions on how to run the analysis.
-
Fixed environment.yml file to include the versions of the packages used, as well as using = for reproducibility.
- environment.yml file:
- This change fixes the issues mentioned in Milestone 1 feedback about versions that are missing from environment files, as well as using >= instead of = in the file.
-
Fixed the tables in tables to not be raw code results, and added table labeling.
- Fixed tables:
- This changes fixes the issues mentioned in Milestone 1 feedback about the tables being raw code results and not having table labeling.
-
Fix the references so that 2 references don't look like they're combined into 1 reference
- Fixed references:
- This change fixes the issues mentioned in Milestone 1 feedback about 2 references looking like they are combined into 1 big reference.
-
Fixed GitHub Pages not showing correct images.
- Addressed to Adrian's comment's on the same peer review issue. (Comment 2) UBC-MDS/data-analysis-review-2024#16 (comment)
- Pull request:
-
Fixed to pin Dockerfile base image version (tag) and add a step to the docker-publish.yml workflow so that it automatically updates the docker-compose.yml file with the tag of the new image that is built and published
- This change fixes the issues mentioned in Milestone 2 feedback about Dockerfile base image version (tag) was not pinned
- Fixed Docker files:
-
Moved around files in the repository to make it more organized.
- Pull request:
- This change was a fix to the issues mentioned in Milestone 1 feedback that "Having too many files in the project root makes the project organization less understandable." and Adrian's comment's on the peer review issue that "The organization of the folders is a bit messy and hard to navigate.". (Comment 1) UBC-MDS/data-analysis-review-2024#16 (comment)
-
Added a detailed discussion on the assumptions of linear regression in the limination and next step
- Pull Requests:
- #74
- This change incorporates feedback from Adrian Leung (Comment 3) to discuss the assumptions of linear regression and the potential consequences of violating these assumptions, making the motivation for the next steps more convincing.UBC-MDS/data-analysis-review-2024#16 (comment)
-
Referenced figures explicitly in the results section
- Pull Requests:
- #74
- This change addresses feedback from Julian Daduica (Comment 1), where figures are now referenced by their exact numbers in the results section, ensuring clarity in the report.UBC-MDS/data-analysis-review-2024#16 (comment)
-
Removed unnecessary weblinks from the dataset section
- Pull Requests:
- #74
- This update fixes the issue mentioned by Julian Daduica (Comment 3) regarding redundant weblinks in the dataset section. The unnecessary weblinks in brackets were deleted, and the hyperlink remains in the reference section.UBC-MDS/data-analysis-review-2024#16 (comment)
-
Added better docstrings to modeling.py that explain the function better
- Pull Request:
- This fixes the issue mentioned by Julian Daduica (Comment 2) regarding the lack of detailed docstrings in the modeling.py file. UBC-MDS/data-analysis-review-2024#16 (comment)
[2.0.0] - 2024-12-08
Added
- Initial Milestone 3 Release
[1.0.0] - 2024-11-30
Added
- Initial Milestone 2 Release
[0.0.1] - 2024-11-23
Added
- Initial Milestone 1 Release
Changelog Tracked by Git:
Full Changelog: 2.0.0...3.0.0
2.0.0 - Milestone 3
Happy to release v2.0.0 as Milestone 3.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
Full Changelog: 1.0.0...2.0.0
Thanks to all the contributors who made this release possible.
1.0.0 - Milestone 2
Happy to release v1.0.0 as Milestone 2.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
Full Changelog: 0.0.1...1.0.0
Thanks to all the contributors who made this release possible.
0.0.1 - Milestone 1
Happy to release v0.0.1 as Milestone 1.
This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.
Full Changelog: https://github.com/UBC-MDS/DSCI_522_Group36_taxi_fare_predictor/commits/0.0.1
Thanks to all the contributors who made this release possible.