CHANGELOG

v2.2.4 (2024-02-02)

Fix

  • fix: minor fix to formatting (f4eb678)

  • fix: minor rewording and formatting on readme (9f34eba)

Unknown

  • Merge pull request #101 from UBC-MDS/review_milestone_4

Review milestone 4 (64a6dbc)

v2.2.3 (2024-02-02)

Fix

  • fix: Feedback addressed by adding test error messages for freq function (2b17cb4)

Unknown

  • Merge pull request #99 from UBC-MDS/test_frequency

fix: Feedback addressed by adding test error messages for freq function (3c27208)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (80b9b8f)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (8f4021a)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (5d46f57)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (a05fc19)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (dba5e4e)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (ab94cdd)

v2.2.2 (2024-02-01)

Fix

  • fix: Feedback addressed by further explanations for poetry install (4767835)

  • fix: Feedback addressed by adding installation instruction to README file, for pip installation (a3eeb5c)

Unknown

  • Merge pull request #98 from UBC-MDS/Readme_edit

Feedback- Readme edit Installation and Poetry (5ff207b)

  • Update README.md

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (353af68)

v2.2.1 (2024-02-01)

Unknown

  • Merge pull request #97 from UBC-MDS/python_depend_version_update

fix: Feedback adderessed by not limit upper boundary to python and nu… (365df2d)

v2.2.0 (2024-02-01)

Unknown

  • Merge pull request #95 from UBC-MDS/badges

Feedback: Badges (faddab4)

v2.1.6 (2024-02-01)

Feature

  • feat: Feedback addressed by adding more badges for versions (935a9a3)

  • feat: Feedback addressed by adding MIT license badge (fb20255)

Fix

  • fix: Feedback adderessed by not limit upper boundary to python and numpy versions (9f6495c)

  • fix: implemented suggested changes

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (ee1d45f)

Unknown

  • Merge pull request #92 from UBC-MDS/test_fail_msg_text_clean

fix: added test fail message for text_clean() (53a7156)

v2.1.5 (2024-02-01)

Unknown

  • Merge pull request #91 from UBC-MDS/87-assert-messages

fix: Feedback addressed by adding assert messages for tf-idf function (bff23fa)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (1ed13e0)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (3dcdb72)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (4a1adc4)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (4a4678a)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (99ca99b)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (2ef088e)

v2.1.4 (2024-02-01)

Fix

  • fix: Feedback addressed by specifying correct conda env to avoid error (4941656)

  • fix: added test fail message for text_clean() (734e7e1)

  • fix: Feedback addressed by adding assert messages for tf-idf function (e89a84a)

Unknown

  • Merge pull request #93 from UBC-MDS/clarify_test_instruction

fix: Feedback addressed by specifying correct conda env to avoid error (bd16938)

v2.1.3 (2024-02-01)

Fix

  • fix: Feedback addressed by adding assert messages for tokenizer_padding (cd6167c)

Unknown

  • Merge pull request #89 from UBC-MDS/assert_tokenizer_padding

fix: Feedback addressed by adding assert messages for tokenizer_padding (456045e)

v2.1.2 (2024-01-31)

Feature

  • feat: Feedback addressed by adding new badges (c03ce6e)

Fix

  • fix: Feedback addressed by adding more explanation about tf-idf and padding functions (0c4a5b2)

Unknown

  • Merge pull request #84 from UBC-MDS/78-feedback_add_information

fix: Feedback addressed by adding more explanation about tf-idf and p… (a5f80f1)

v2.1.1 (2024-01-31)

Fix

  • fix: Feedback addressed by explaining how our functions are different (26c2295)

  • fix: updated dev notes due to package published to PyPI (02c1efb)

Unknown

  • Merge pull request #82 from UBC-MDS/dev_note_pypi

fix: updated dev notes due to package published to PyPI (30f0c95)

  • Merge pull request #83 from UBC-MDS/env_function_difference

fix: Feedback addressed by explaining how our functions are different (2dbe926)

v2.1.0 (2024-01-30)

Fix

  • fix: updating version to try fixing semantic versioning (6dd7892)

Unknown

  • Merge pull request #71 from UBC-MDS/semantic_release

Semantic release: fix 2 (bfc7268)

  • Merge branch ‘main’ into semantic_release (d714fe1)

v2.0.1 (2024-01-29)

Feature

  • feat: add semantic release (#69) (e7cbeef)

v0.0.1 (2024-01-29)

Feature

  • feat: add semantic release (ae58d48)

Fix

  • fix: update ci-cd.yml (#68) (ca97196)

  • fix: fix version number in toml file (5f1c53e)

Unknown

  • Merge pull request #64 from UBC-MDS/version_num_fix

fix: fix version number in toml file (51354bf)

  • Merge pull request #62 from UBC-MDS/review_milestone3

Review milestone3 (6350204)

  • added link to read the docs (4179d1a)

  • revisions to vignette (3217f4a)

  • minor docstring revisions for html display (222c639)

  • revisions and adding docs badge (87fb128)

  • small change to docstring of last function (f955c21)

  • add more details to docstrings of two functions (34a8cee)

  • changes to docstring to make html properly render, modifications (57b9868)

  • Merge pull request #58 from UBC-MDS/data_file

Put text data in a file (77506a3)

  • put text data in a file (4a8c155)

  • Merge pull request #57 from UBC-MDS/frequency

Function Example for Frequency Vectorizer (d859e94)

  • Update docs/example.ipynb

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (f1d34ed)

  • clear all outputs for easy of merging (4e1f418)

  • Function Example for Frequency Vectorizer (f6b4ef8)

  • Merge pull request #56 from UBC-MDS/47-example-tfidf_vectorizer

47 example tfidf vectorizer (6b113c8)

  • Update docs/example.ipynb

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (5c0237e)

  • Update docs/example.ipynb

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (9a8dd1a)

  • Merge pull request #55 from UBC-MDS/text_clean_demo

added text clean demo (472c18a)

  • Merge branch ‘main’ into text_clean_demo (75d4ac6)

  • updated file (d4f9412)

  • tfidf example (d5b0d5d)

  • Update docs/example.ipynb

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (365d36c)

  • eleminated one new line (82561ab)

  • added text clean demo (3148210)

  • added example for text clean (0603f46)

  • Finished usage example for tokenizer_padding (#51)

  • finished usage example for tokenizer_padding

  • resolving kernel name issue (044fa20)

  • update .readthedocs.yml (#54) (5ca14f0)

  • Merge pull request #49 from UBC-MDS/vignette_template

Adding template for vignette (7d21237)

  • adding template for vignette (14e9c29)

  • Merge pull request #42 from UBC-MDS/doc_dependencies

Added dependencies for documentation (5096e17)

  • added dependencies for documentation (7c115b2)

  • Merge pull request #41 from UBC-MDS/readme_usage

Added usage to readme (36b30c3)

  • added usage to readme (a42d348)

  • Review and adding developer notes (#39)

  • fix test function names

  • fixed some docstrings, modified and added tests

  • minor code formatting

  • added developer notes

  • added documentation for tests

  • small format changes (f08f0ed)

  • Merge pull request #36 from UBC-MDS/frequency

Frequency (6185fff)

  • small fix to function and add test cases (1346f5c)

  • updating branch and resolving merge conflict (5260ecc)

  • Tests added (de53b17)

  • Tests added (258d2a7)

  • Frequency function edited (61f176c)

  • tests for frequency function (e7ca944)

  • Function Frequency Added (dc81c94)

  • Merge pull request #31 from UBC-MDS/27-code-and-test-for-tfidf_vectorizer

tfidf function and test (f350769)

  • Merge branch ‘main’ into 27-code-and-test-for-tfidf_vectorizer (9478a7d)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (4fb2789)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (7384079)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (d47ccea)

  • Update tests/test_text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (0da13d9)

  • Update src/text_processing_util_mds24/text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (ad3ddf0)

  • Update src/text_processing_util_mds24/text_processing_util_mds24.py

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (a5ccb4d)

  • Merge pull request #32 from UBC-MDS/tokenizer_padding_code_test

Tokenizer padding code test (f0a1a04)

  • fixed error (d64525b)

  • additional test are added (7f9fd64)

  • tfidf function (db7735e)

  • Update text_processing_util_mds24.py

extra line is deleted (5c0382e)

  • reformatting code in test file (70f2993)

  • added pytest coverage (e8b21fa)

  • fixed edge case (005983d)

  • updating more tests (31e5b2b)

  • updating some tests (665c372)

  • function implementation (72660ed)

  • tfidf function and test (c8e6c4b)

  • added tests for core functionality (605ac8f)

  • added tests for edge cases (d575a50)

  • Merge pull request #29 from UBC-MDS/text_clean_implement

added text clean function, test and numpy pytest dependencies (b24f414)

  • updated tests (a5cb6c2)

  • added text clean function, test and numpy pytest dependencies (38cc802)

  • revised function specification (#24) (77bfa12)

  • Merge pull request #22 from UBC-MDS/test_setup

Simple setup for test file (0c83bd3)

  • simple setup for test file (4deb7e9)

  • Merge pull request #21 from UBC-MDS/namespace

Adding functions to namespace (9004439)

  • adding functions to namespace (87ee324)

  • Merge pull request #18 from UBC-MDS/revision_week1

Revision week1 (2c68c81)

  • adding file for GitHub Actions (47dd98c)

  • revisions for docstrings (d875442)

  • revisions for changelog, conduct and contributing (3b275d1)

  • revisions for README.md (318e3a1)

  • Merge pull request #16 from UBC-MDS/read_me_file

Read me file (2919cc8)

  • Update README.md

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (aec4d20)

  • Update README.md

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (0470658)

  • Update README.md

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (f4d2014)

  • Merge branch ‘main’ into read_me_file (82d49a6)

  • resolved merge comflict (a565fcc)

  • updated readm (b67f90a)

  • Merge pull request #8 from UBC-MDS/contributing_conduct

Contributing and conduct (84bb600)

  • Merge pull request #3 from UBC-MDS/text_clean_docstring

added docstring for text preprocess function (b24c774)

  • Update src/text_processing_util_mds24/text_processing_util_mds24.py

implemented suggested changes

Co-authored-by: Jerry Yu <74574486+jy1909@users.noreply.github.com> (6e2eea5)

  • Merge pull request #7 from UBC-MDS/6-docstring-for-the-tfidf-function

adding docstring (8b50f3d)

  • Update text_processing_util_mds24.py (998e5d2)

  • Update text_processing_util_mds24.py (05a66b8)

  • Update text_processing_util_mds24.py (006b9ae)

  • Merge pull request #9 from UBC-MDS/frequency

Frequency_vectorizer added (d80cf21)

  • Frequency_vectorizer added (eefd889)

  • changed url for cookiecutter (c31024f)

  • fixed wordings on contributing (528df25)

  • added attribution for contributing (a7acfbf)

  • adding docstring (cfe74ef)

  • modified CONTRIBUTING for core contributors (8abe3e3)

  • Merge pull request #4 from UBC-MDS/docstring_tokenizer_padding

added docstring for tokenizer_padding (63345b4)

  • added cookiecutter attribution for conduct (90ac069)

  • Update text_processing_util_mds24.py

fixed typo (ed9716f)

  • added docstring for tokenizer_padding (996ae16)

  • Update README.md

updating (f1cfbe7)