Releases: UBC-MDS/DSCI524_Group28_date_extractor_mds
Milestone 4
Finished Milestone 4 for GitHub actions workflow for continuous integration and continuous deployment.
Contributors: @YibinLong @mindy001 @derekrodgers @Rashidikn1
What's Changed
- Milestone2fixes by @mindy001 in #58
- fix: added quotation mark by @Rashidikn1 in #59
- fix: add to readme to explain input more by @YibinLong in #60
- fix: Add missing badges to README by @derekrodgers in #61
- fix: Feedback addressed by adding additional example to function by @Rashidikn1 in #62
- fix: Feedback addressed by adding emails into the conduct file by @Rashidikn1 in #63
- Address Yajing's feedback by @YibinLong in #65
- Update Readme by @mindy001 in #64
Full Changelog: v1.1.0...v2.0.0
v1.2.1
v1.2.1 (2025-02-04)
Bug Fixes
-
Feedback addressed by Fazeeia Mohammed for Read me updates on package usage (
7e6831b
) -
Feedback addressed by yibin to fix up contributors (
ab3d743
) -
Feedback addressed by yibin to use conda in readme (
f25d0c4
)
Detailed Changes: v1.2.0...v1.2.1
v1.2.0
v1.2.0 (2025-02-04)
Bug Fixes
- Address Yajing's feedback to address how edge cases are handled (
87d2b90
)
Features
-
Addressed Yajing's feedback to add environment.yml (
857e4ac
) -
Addressed Yajing's feedback to use conda, updating readme (
4ca3f54
)
Detailed Changes: v1.1.4...v1.2.0
v1.1.4
v1.1.4 (2025-02-04)
Bug Fixes
- Feedback addressed by adding emails into the conduct file (
b64082e
)
Detailed Changes: v1.1.3...v1.1.4
v1.1.3
v1.1.3 (2025-02-02)
Bug Fixes
- Feedback addressed by adding additional example to extract_month function (
2e02e4c
)
Detailed Changes: v1.1.2...v1.1.3
v1.1.2
v1.1.2 (2025-02-01)
Bug Fixes
- Feedback addressed by derekrodgers. Mentioned by reviewers siddart-1 and interestingtj. (
b0426de
)
Detailed Changes: v1.1.1...v1.1.2
v1.1.1
Milestone 3
Wrote and published package-level documentation.
NOTE:
For each example, inside example.ipynb, each person individually completed it - For the first three (extract year, month, day), we simply put our code inside the slack channel, and Derek combined it to avoid merge conflicts when dealing with Jupyter Notebooks.
Contributors: @YibinLong @Rashidikn1 @derekrodgers @mindy001
What's Changed
- fixed the functions so the tests pass by @YibinLong in #45
- add dev myst-nb sphinx-autoapi sphinx-rtd-theme to poetry by @YibinLong in #46
- Update to add read the docs tag README.md by @mindy001 in #47
- Create the example .ipynb by @YibinLong in #48
Full Changelog: v1.0.0...v1.1.0
Milestone 2
Wrote and developed test in a test driven state for the date extract package.
Contributors: @YibinLong @Rashidikn1 @derekrodgers @mindy001
What's Changed
- Created validate_datetime function by @derekrodgers in #32
- Fixes to year docstring by @derekrodgers in #30
- Extract day by @mindy001 in #31
- Initial draft of extract_year function by @derekrodgers in #33
- Forgot to add logic for string vs. pd.Series by @derekrodgers in #36
- Finish time function by @YibinLong in #37
- Add Time Function Tests + Add Dependencies + Readme Changes by @YibinLong in #38
- Create tests for extract_year() and validate_datetime() by @derekrodgers in #41
- Extract day test by @mindy001 in #35
- feat:added month function by @Rashidikn1 in #40
- feat:added test function for month by @Rashidikn1 in #43
- Test day by @mindy001 in #42
- fix:fixed doc problem by @Rashidikn1 in #44
Full Changelog: v0.1.0...v1.0.0
Milestone 1
Contributions by @YibinLong, @mindy001, @derekrodgers, and @Rashidikn1.