CHANGELOG

v2.1.0 (2024-02-03)

Feature

  • feat: added PNG support to add_frame based on peer review feedback (52dd42e)

Unknown

  • Merge pull request #68 from UBC-MDS/add_frame_png

Add frame png (17b016e)

  • saved example notebook under environment (2731a38)

  • removed unnecessary outputs (32a0959)

  • added rainbow demostration with add_frame (7c54f69)

  • updated add_frame function to support PNG (039c9bf)

  • updated test script for add_frame (7f01cdd)

v2.0.9 (2024-02-03)

Unknown

  • Merge pull request #67 from UBC-MDS/rotate_updated

fix: updated rotate function to raise errors (eb6de8b)

v2.0.8 (2024-02-03)

Fix

  • fix: Add JPEG to the text (5f11c3f)

  • fix: updated rotate function to raise errors (44d2c75)

Unknown

  • Merge branch ‘main’ of https://github.com/UBC-MDS/image_modifier (f34e813)

  • added PNG support for add_frame (ab45404)

v2.0.7 (2024-02-03)

Fix

  • fix: Fix the doc of select_channel (4ea0c37)

Unknown

  • Merge pull request #66 from UBC-MDS/select_channel_test_doc

Update Select_channel test doc (a8b94cc)

  • Update the doc of select_channel (96c7ba5)

v2.0.6 (2024-02-03)

Fix

  • fix: logo display on ReadTheDocs (a1f2cf4)

v2.0.5 (2024-02-03)

Fix

  • fix: logo display on ReadTheDocs (d48839d)

Unknown

  • Update README.md (f9b89b5)

  • Merge pull request #65 from UBC-MDS/pyproject_updated

updated pyproject.toml file (544236d)

  • Merge branch ‘main’ into pyproject_updated (13da0a3)

v2.0.4 (2024-02-03)

Fix

  • fix: Add the codecov badge (555de6f)

Unknown

  • updated pyproject.toml file (c23f049)

v2.0.3 (2024-02-02)

Fix

  • fix: updated rotate function and test cases as per feedback (1801568)

  • fix: Add doc/comment to the select_channel function (0b1069b)

Unknown

  • Merge pull request #63 from UBC-MDS/rotate_updated_feedback

Rotate updated feedback (80a65ac)

  • Updated description of functions (dc303b6)

  • Update pyproject.toml (353a895)

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

Pyproject update (b66eb78)

  • updated pyproject (70aef11)

  • updated pyproject manually (74f6714)

  • updated release version manually (d15d264)

v0.0.2 (2024-02-02)

Fix

  • fix: Feedback on slice_image pytest addressed by peer review about turning off image display and resolving the TclError

Feedback on slice_image pytest addressed by peer review about turning off image display and resolving the TclError (5056400)

Unknown

  • Merge pull request #59 from UBC-MDS/slice-3

fix: Feedback on slice_image pytest addressed by peer review about turning off image display and resolving the TclError (9f40649)

  • updated version for autoincrement on commits (82abe0d)

  • Merge pull request #51 from UBC-MDS/pyrpoject_update

updated pyproject file (740914b)

v0.0.1 (2024-01-29)

Fix

  • fix: updated ci-cd yaml file to make GH action work (0349bf7)

Unknown

  • Update README.md

Add tutorial link (7e02c56)

rendering logo (2d0d975)

  • Update README.md (fa14638)

  • Update README.md

Added readthedocs button (7ea89cf)

  • Adding logo in docs folder (4d7f3eb)

  • minor changes to example.ipynb (c83e2d8)

  • Merge pull request #47 from UBC-MDS/example_doc

Example doc (e92fd04)

  • Merge pull request #44 from UBC-MDS/example_doc_slicing

Example doc slicing (5af7332)

  • Update slice_image tests (77ada3b)

  • Add slice_image example in the doc (d85dabc)

  • Update slice_image function (d5868f5)

  • Merge pull request #43 from UBC-MDS/channel-doc

Add docs for select_channel function (60141f8)

  • resolve the conflict (05baa5b)

  • update select_channel (984e948)

  • Add examples of select rgb-channel (0b46b67)

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

Looks good! (31e6146)

  • updated the pyproject.toml file (7f0fed9)

  • Updated the index.md and pyproject.toml file (6a5900c)

  • added two examples for add_frame (10ac312)

  • updated the code (3238c9a)

  • Started with the draft for the example documentation (2504021)

  • Update README.md (32dc78c)

  • Update test_slice_image.py (4810ad0)

  • update slice_image func and test (5608c0d)

  • Update README.md with import (0d8ce25)

  • Update README.md (52ff382)

  • Update README.md (6db196d)

  • Modify readme with the setpu and test instructions (c0da0e9)

  • Merge pull request #37 from UBC-MDS/rotate_test_final

Added few more test cases for rotate (a39a1be)

  • Added few more test cases for rotate (0858f90)

  • added more comments to test_add_frame.py (08e9f07)

  • updated pyproject.toml and poetry lock file (99378ec)

  • updated toml file (3544cd5)

  • updated pytest related files (21be394)

  • updated toml file with numpy and pytest (070759b)

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

updated test cases (0e6ea9b)

  • updated test cases (7f31156)

  • Merge pull request #34 from UBC-MDS/rotate_function

Updated rotate function (19981f5)

  • Merge pull request #35 from UBC-MDS/rotate_testcases

Adding test cases for rotate_90 function (9608cdd)

  • Adding test cases for rotate_90 function (2dd4b45)

  • Merge pull request #33 from UBC-MDS/rgb-function

Rgb function (900144f)

  • Merge pull request #31 from UBC-MDS/slice-2

Update slice_image function and tests (4220422)

  • Add the pytest command (6f88c15)

  • Add the test funtion of seelct_channel (7aa0966)

  • Add the select_channel function (d49b976)

  • Update slice_image function and tests (d19f860)

  • Update image_modifier.yml (a4b21cd)

  • Updated test_make_borders_colored_custom_color() in test_add_frame.py

added more test cases for better coverage (d4ef0d9)

  • Merge pull request #28 from UBC-MDS/test_add_frame

updated the test functions (ce35c77)

  • updated the test functions (e854e0f)

  • Merge pull request #27 from UBC-MDS/add_frame

Finished add_frame function design (66fb352)

  • Finished add_frame function design (750c829)

  • Updated rotate function (76869e9)

  • Merge pull request #20 from UBC-MDS/environment

Uploading the yml environment file (019ade1)

  • Uploading the yml environment file (39de2b1)

  • Update README.md (cf0f430)

  • Update README.md

Updated the Usage section (ed19cd1)

  • minor changes to docstring (0edf652)

  • Merge pull request #19 from UBC-MDS/readme

Finish the Readme (25edcff)

  • Update README.md (0960ed1)

  • Modify the select_channel function (67ffc3e)

  • Delete DSCI 524 Teamwork Contract Draft.pdf

Removing the file as we only need to upload it to the Gradescope and not make it publicly available (afe21d9)

  • Merge pull request #18 from UBC-MDS/src-breakdown

src file breakdown (f87b40b)

  • src file breakdown (646b498)

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

Update image_modifier.py to include add_frame function (ef62e03)

  • Update the function part and add link to files (1dad02a)

  • Update image_modifier.py to include add_frame function (8eb0bfa)

  • Merge pull request #15 from UBC-MDS/code_of_conduct

Updated CONDUCT.md file (01dc7cc)

  • Updated CONDUCT.md file (efd53d3)

  • Merge pull request #14 from UBC-MDS/slice

Add docstring for slice_image in the image_modifier.py (9ee4048)

  • Update image_modifier.py (9a4a3bb)

  • Add motivation part (3defd69)

  • Merge pull request #12 from UBC-MDS/rgb

Add docstrings for select rgb channel (a61d219)

  • Add docstrings for select rgb channel (1179f86)

  • Update CONTRIBUTING.md (2404068)

  • Update the introdcution/funciton part (4bd31ef)

  • Add the image (aec8a94)

  • Merge pull request #6 from UBC-MDS/rotate

Docstring for rotate function (563d710)

  • Uploading the draft copy of teamwork contract (c007ae7)

  • Update src/image_modifier/image_modifier.py (44a2e4a)

  • docstrings for rotate function (5404741)

  • initial package setup (fe844e7)