Releases: UBC-MDS/dsresumatch
Releases · UBC-MDS/dsresumatch
1.0.0
Milestone 2
Unit tests
- Developed unit tests for
read_pdf
,clean_text
,count_words_in_pdf
functions #23 #24 #25 - Developed unit tests for
missing_section
and scrapextra_section
function #32 #34 - Developed unit tests for
evaluate_keywords
function #26 - Developed unit tests for
resume_score
function #28
Function Implementation
- Developed code implementation for
read_pdf
,clean_text
,count_words_in_pdf
functions #27 #30 #29 - Developed code implementation for
missing_section
function #35 - Developed code implementation for
evaluate_keywords
function #41 - Developed code implementation for
resume_score
function #31
What's Changed
- Implemented missing_section function by @JiaQuanLim in #39
- Feature/evaluate keywords by @diwanashita in #42
- Added tests and function bodies for pdf text processing by @hovhannisyannelli in #40
- Merge main into feature/resume_score by @SimplyTim in #43
- Feature/resume score by @SimplyTim in #44
Contributors
@hovhannisyannelli @SimplyTim @diwanashita @JiaQuanLim
Full Changelog: 0.0.1...1.0.0
0.0.1
What's Changed
- Created function docs for reading and cleaning the text by @hovhannisyannelli in #13
- added sections_check functions skeleton by @JiaQuanLim in #14
- adding evaluate_keywords function skeleton by @diwanashita in #16
- added function skeleton and docstring for resume_score by @SimplyTim in #17
- updated ReadMe and Contributing with our function information by @hovhannisyannelli in #18
- Updated section_checks function optional arguments by @JiaQuanLim in #22
- Updated sections_check docstring with examples and default value by @JiaQuanLim in #21
New Contributors
- @hovhannisyannelli made their first contribution in #13
- @JiaQuanLim made their first contribution in #14
- @SimplyTim made their first contribution in #17
Full Changelog: https://github.com/UBC-MDS/dsresumatch/commits/0.0.1