CHANGELOG

v0.0.10 (2024-02-03)

Fix

  • fix: Feedback addressed by adding pypi link (91cdf4d)

Unknown

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

fix: Feedback addressed by adding pypi link (f4048b9)

v0.0.9 (2024-02-03)

Fix

  • fix: Feedback addressed by updating command in Readme (b2d8846)

Unknown

  • Merge pull request #96 from UBC-MDS/updating_command_readme

fix: Feedback addressed by updating command in Readme (ad9547c)

  • Merge pull request #95 from UBC-MDS/93-add-documentationcomments-on-test-suite

Fix: Feedback addressed by adding comments to conftest (391392f)

  • Fix: Feedback addressed by adding comments to conftest (5114c3b)

v0.0.8 (2024-02-03)

Fix

  • fix: License part on README.md (7e94afe)

Unknown

  • Merge pull request #91 from UBC-MDS/66-review-license-file

feat: Adjusted LICENSE (Added CC-by-SA-4.0) (a16ed8a)

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

fix: Adjusted License part on README.md (c19b0f9)

  • feat : Adjusted LICENSE (Added CC-by-SA-4.0) (01ae79c)

  • Adjusted License details on README.md (2b17ad4)

  • Merge pull request #89 from UBC-MDS/66-review-license-file

66 review license file

As we discussed and concluded that we use MIT for software and for others we use CC-by-SA-4.0. Hence we added CC-by-SA-4.0 into LICENSE and adjust some minor wording to integrate it with MIT License.

Also we added the badge of CC-by-SA-4.0 on README.md (c0717d9)

  • Merge branch ‘main’ into 66-review-license-file (c8bf3ce)

  • Added CC-by-SA-4.0 badge (b6d898e)

  • Added CC-by-SA-4.0 License and integrating adjusted to MIT License (51d841a)

  • Merge pull request #88 from UBC-MDS/77-add-links-to-example-usage-in-readme

Fix : Feedback addressed by adding links, citation information and clarification on package intent to README (441a0c6)

v0.0.7 (2024-02-02)

Fix

  • fix: Feedback addressed by changing the return type for count_nonzero_elements (c2a7b89)

Unknown

  • Merge pull request #87 from UBC-MDS/79-count_nonzero_elements-return-type-inconsistent

fix: Feedback addressed by changing the return type for count_nonzero… (9677e6a)

  • fix:Feedback addressed by changing the return type for count function (ed6b402)

v0.0.6 (2024-02-02)

Fix

  • fix: Feedback addressed by adding type hints for function definitions. (6b66a0a)

Unknown

  • Merge pull request #86 from UBC-MDS/78-add-type-hint-to-inputoutput

fix: Feedback addressed by adding type hints for function definitions. (3b218f5)

v0.0.5 (2024-02-02)

Fix

  • fix: Feedback addressed by updating badges (810cd89)

v0.0.4 (2024-02-02)

Fix

  • fix: Feedback addressed by adding inline comments in count_nonzero_elements (aca33da)

  • fix: Feedback addressed by updating search_array docstring (053a606)

  • fix: Feedback addressed by updating sort_array docstring (f4c8999)

  • fix: Feedback addressed by updating table formatting in Vignette (3516818)

Unknown

  • Merge pull request #84 from UBC-MDS/75-fix-table-formatting-in-vignette

fix: Feedback addressed by updating table formatting in Vignette (891f560)

  • Merge pull request #85 from UBC-MDS/function_docs

Function docs (8a1bb23)

v0.0.3 (2024-02-01)

Fix

  • fix: Feedback addressed by added badges and improved summary on README.md - 3 (7850950)

Unknown

  • Merge pull request #83 from UBC-MDS/72-add-badges-for-ci-python-package-version

fix: Feedback addressed by added badges and improved summary on README.md - 3 (25a65d6)

v0.0.2 (2024-02-01)

Fix

  • fix: Feedback addressed by added badges and improved summary on README.md - 2 (b656739)

Unknown

  • Merge pull request #82 from UBC-MDS/72-add-badges-for-ci-python-package-version

fix: Feedback addressed by added badges and improved summary on README.md - 2

Correct the path on ci-cd badge. (bfa03e1)

v0.0.1 (2024-01-31)

Fix

  • fix: Feedback addressed by added badges and improved summary on README.md (b09144e)

Unknown

  • Merge pull request #81 from UBC-MDS/72-add-badges-for-ci-python-package-version

fix: Feedback addressed by added badges and improved summary on README.md (4c2d90c)

v0.0.0 (2024-01-31)

Unknown

  • Merge pull request #80 from UBC-MDS/67-setup-github-actions-cd

Update token usage (930cc34)

  • Update token usage (7d81c0c)

  • Merge pull request #73 from UBC-MDS/67-setup-github-actions-cd

Update conf for semantic release (3fa921a)

  • Update conf for semantic release (d422bef)

  • Merge pull request #69 from UBC-MDS/67-setup-github-actions-cd

67 setup GitHub actions cd (93572f1)

  • Remove test code (1c40ccc)

  • Test the pypi steps (0439bea)

  • Fix tab (270ab3e)

  • Update CD (c51400d)

  • Merge pull request #65 from UBC-MDS/58-review-all-the-functions-docstrings

58 review all the functions docstrings (1bc0324)

  • Update tests to consider typeerrors (1a4806d)

  • Updated docstrings - standardize type errors (5ceb25b)

  • Merge pull request #64 from UBC-MDS/57-creating-exampleipynb-file

Added Argmax document on example.ipynb file (2777270)

  • Added Argmax document on example.ipynb file (0cdbb33)

  • Update README.md (62be246)

  • Update README.md (ecc5d8d)

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

update count_nonzero doc and add pyarrow in poetry (b9b74a9)

  • update count_nonzero doc and add pyarrow in poetry (2ecbd9d)

  • Merge pull request #62 from UBC-MDS/57-creating-exampleipynb-file

Updated documentation for count_nonzero_elements in example.ipynb (3c9fb7b)

  • Have tested building the docs (40aaa2d)

  • Updated documentation for count_nonzero_elements in example.ipynb (94c1b16)

  • Merge pull request #61 from UBC-MDS/sort_array_example

adding sort_array usage in example.ipynb (f910c72)

  • Update README.md - Add Readthedocs link (8a60337)

  • Update README.md Usage section (7577d15)

  • adding sort_array usage in example.ipynb (9be82b6)

  • Merge pull request #60 from UBC-MDS/57-creating-exampleipynb-file

Example for count non zero function (e747330)

  • Example for count non zero function (a1572e4)

  • Update example usage (5d9d558)

  • Update README.md (1237de6)

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

Updated Readme with virtual environment commands (b6753be)

  • Updated Readme with virtual environment commands (1682e7b)

  • Merge pull request #54 from UBC-MDS/modify_functions

modify functions and tests (b745cde)

  • modify functions and tests (a6aaa15)

  • Merge pull request #52 from UBC-MDS/semantic-release

semantic release (3634467)

  • semantic release (d5d7979)

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

poetry for doc (4d7cb31)

  • poetry for doc (c61ba24)

  • Merge pull request #50 from UBC-MDS/clean_function_import

clean function import (81d7163)

  • clean function import (6f783e1)

  • Delete src/mds_array_manipulation/mds_array_manipulation.py (1923356)

  • Merge pull request #46 from UBC-MDS/31-write-search-function

31 write search function (05e3ab1)

  • Merge branch ‘main’ into 31-write-search-function (0ea8e39)

  • Merge pull request #40 from UBC-MDS/28-write-count-function

Completed count function implementation and updated packages in test (5cb6095)

  • Merge branch ‘main’ of https://github.com/UBC-MDS/mds_array_manipulation into 28-write-count-function (1f09171)

  • Merge pull request #48 from UBC-MDS/27-write-test-cases-for-argmax-function

Updated test_argmax.py : Deleted unnecessary comment (c61ad2f)

  • Merge pull request #49 from UBC-MDS/43-remove-mds_array_manipulation-src-file

Deleted mds_array_manipulation.py and deleted test_mds_array_manipulation.py as they are duplicated (f1fb669)

  • Updated package calling in test file (ce3dd5e)

  • Deleted mds_array_manipulation.py and deleted test_mds_array_manipulation.py as they are duplicated (80fa479)

  • Updated test_argmax.py : Deleted unnecessary comment (ab0cfbf)

  • Merge pull request #47 from UBC-MDS/27-write-test-cases-for-argmax-function

Fixed test_argmax.py by correcting right answer (due to confusion on axis) (6681a8d)

  • Update src with checks (f30a340)

  • Remove unused imports (ad33217)

  • Fixed test_argmax.py by correcting right answer (due to confusion on axis) (c306707)

  • Move search to separate file (b5a6ed9)

  • Update ci-cd.yml (f3af7ec)

  • Merge branch ‘main’ of github.com:UBC-MDS/mds_array_manipulation into 31-write-search-function (de3f3a1)

  • Update ci-cd.yml (d8b6253)

  • Merge branch ‘main’ of https://github.com/UBC-MDS/mds_array_manipulation into 28-write-count-function (f00a6d7)

  • Fixed function call due to changing filename

Changed from src.mds_arrray_manipulation.mds_arrray_manipulation … to from src.mds_arrray_manipulation.argmax … (c532ea9)

  • Merge pull request #41 from UBC-MDS/25-write-argmax-function

Added argmax function and fixed mds_array_manipulation.py (447510a)

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

adding poetry (a482fb6)

  • adding poetry (aa49546)

  • Merge pull request #39 from UBC-MDS/sort_array_implementation

Sort array implementation (af5db07)

  • Added argmax function and fixed mds_array_manipulation.py (6143a8c)

  • Completed count function implementation and updated packages in test file (67ce399)

  • Merge pull request #36 from UBC-MDS/27-write-test-cases-for-argmax-function

Added test_argmax.py and added fixture none_numpy_array in conftest.py (cc260be)

  • move sort_array to a separate file (3ab1a0e)

  • update import statement in test_mds_array_manipulation.py (cda7f01)

  • update tests (b29eb70)

  • update docstring (334ce3b)

  • sort_array implementation (8ad987c)

  • update conftest.py (ab6ade2)

  • Merge pull request #35 from UBC-MDS/29-write-test-cases-for-count-function

29 write test cases for count function (0cd1a04)

  • Merge pull request #37 from UBC-MDS/32-write-test-cases-for-sort-function

32 write test cases for sort function (b758862)

  • add init.py (bd4c3ec)

  • create a separate test file for sort_array (cea9044)

  • more tests (1615ad5)

  • add more tests (6f41a74)

  • tests for array_sort (73c1c88)

  • Added test_argmax.py and added fixture none_numpy_array in conftest.py (79796c0)

  • Fixed minor things in conftest.py by adding [ ]

Adding [ ] (6f40d8e)

  • Updated test cases for count function and updated init.py (ecf45ba)

  • Added test case for tolarence floating number (6bf02ac)

  • Merge branch ‘main’ of https://github.com/UBC-MDS/mds_array_manipulation into 29-write-test-cases-for-count-function (fbff117)

  • Merge pull request #34 from UBC-MDS/33-create-fixtures

Add fixtures (7386b04)

  • Update conftest.py

Add array of float values close to 0 (6322026)

  • Added test cases for count nonzero elements function (71d2f49)

  • add tests (39379d5)

  • naive implementation (4d72411)

  • Add fixtures (8f13c15)

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

add github action (0cc6499)

  • Merge pull request #24 from UBC-MDS/Owl64901-patch-2

Update .readthedocs.yml (bd78bb6)

  • Merge pull request #23 from UBC-MDS/Owl64901-patch-1

Update pyproject.toml (70e05de)

  • Update .readthedocs.yml (38269be)

  • Update pyproject.toml (b16a471)

  • add github action (26ae08c)

  • Update mds_array_manipulation.py

Organized the format (fa7f90e)

  • Update README.md (ddae2a6)

  • Update README.md

add Contributors section to the README.md file (04de7d4)

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

Update README (1699077)

  • Update README.md (5b666b2)

  • Merge branch ‘main’ into readme_update (5ea0a82)

  • Merge pull request #18 from UBC-MDS/4-argmax-function-spec

Fixed argmax function as Milestone1 requirement (207cce2)

  • Merged and Fixed argmax code as Milestone1 requirement (7234b33)

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

Docstring Specification for count function (270b020)

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

6 readme creation (fc5c1b3)

  • Update README.md

Change output on count_nonzero_elements(arr)

Co-authored-by: Aishwarya Nadimpally <80033106+Aishwarya120111@users.noreply.github.com> (fd13c62)

  • Merge pull request #17 from UBC-MDS/contributing_docs

Contributing docs (1761409)

  • Update CONDUCT.md (56daedd)

  • Merge pull request #12 from UBC-MDS/Update-CONDUCT.md

Update CONDUCT.md (24f8aba)

  • Merge branch ‘main’ of https://github.com/UBC-MDS/mds_array_manipulation into contributing_docs (09cccbc)

  • Updated the docstring as per the review comment (808b786)

  • Merge branch ‘main’ of https://github.com/UBC-MDS/mds_array_manipulation into countnonzero_spec (b69c066)

  • Updated the dosstring for count function (470cb99)

  • Update README (2d28376)

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

Finished skeleton for search_array (5dbfa12)

  • Update src/mds_array_manipulation/mds_array_manipulation.py

Co-authored-by: Aishwarya Nadimpally <80033106+Aishwarya120111@users.noreply.github.com> (ec35e07)

  • Updated usage on README.md (f459986)

  • Updated Usage and minor things on README.md (8cae61b)

  • Added argmax function (d481398)

  • Updated contributing file and added contributors (03fce71)

  • Wrote docstring for count function (e3216d4)

  • Merge branch ‘main’ into sort_skeleton (02bc9ef)

  • Merge pull request #13 from UBC-MDS/sort_array

add function sort_array (f1fcff6)

  • Finished skeleton (1d2d72f)

  • add function sort_array (4ad5f97)

  • Update CONDUCT.md (e2b33a7)

  • Merge pull request #11 from UBC-MDS/projectstructure

Created the basic project skeleton (7e28f4e)

  • Have removed the duplicate folder (198782f)

  • Updated Version number in pyproject.toml (4bbc4c0)

  • Created project structure with cookiecutter (9ed96b6)

  • Created the basic project skeleton (99b928d)

  • Initial commit (a78f634)