Mds-array-manipulation

Latest version: v0.0.10

Safety actively analyzes 624755 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

2.0.0

What's Changed
* Example for count non zero function by Aishwarya120111 in https://github.com/UBC-MDS/mds_array_manipulation/pull/60
* adding sort_array usage in example.ipynb by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/61
* Updated documentation for count_nonzero_elements in example.ipynb by Aishwarya120111 in https://github.com/UBC-MDS/mds_array_manipulation/pull/62
* update count_nonzero doc and add pyarrow in poetry by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/63
* Added Argmax document on example.ipynb file by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/64
* 58 review all the functions docstrings by sean-m-mckay in https://github.com/UBC-MDS/mds_array_manipulation/pull/65


**Full Changelog**: https://github.com/UBC-MDS/mds_array_manipulation/compare/1.0.0...2.0.0

1.0.0

DSCI524 Project Milestone 2

What's Changed
* Add fixtures by sean-m-mckay in https://github.com/UBC-MDS/mds_array_manipulation/pull/34
* 32 write test cases for sort function by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/37
* 29 write test cases for count function by Aishwarya120111 in https://github.com/UBC-MDS/mds_array_manipulation/pull/35
* Added test_argmax.py and added fixture none_numpy_array in conftest.py by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/36
* Sort array implementation by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/39
* adding poetry by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/42
* Added argmax function and fixed mds_array_manipulation.py by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/41
* Fixed test_argmax.py by correcting right answer (due to confusion on axis) by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/47
* Deleted mds_array_manipulation.py and deleted test_mds_array_manipulation.py as they are duplicated by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/49
* Updated test_argmax.py : Deleted unnecessary comment by jokittipong in https://github.com/UBC-MDS/mds_array_manipulation/pull/48
* Completed count function implementation and updated packages in test by Aishwarya120111 in https://github.com/UBC-MDS/mds_array_manipulation/pull/40
* 31 write search function by sean-m-mckay in https://github.com/UBC-MDS/mds_array_manipulation/pull/46
* clean function import by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/50
* poetry for doc by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/51
* semantic release by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/52
* modify functions and tests by Owl64901 in https://github.com/UBC-MDS/mds_array_manipulation/pull/54
* Updated Readme with virtual environment commands by Aishwarya120111 in https://github.com/UBC-MDS/mds_array_manipulation/pull/55


**Full Changelog**: https://github.com/UBC-MDS/mds_array_manipulation/compare/0.0.1...1.0.0

0.0.10

Fix

* fix: Feedback addressed by adding pypi link ([`91cdf4d`](https://github.com/UBC-MDS/mds_array_manipulation/commit/91cdf4d940f267e931e1b7435fca8ff1eb4b81b0))

Unknown

* Merge pull request 97 from UBC-MDS/adding_pypi_link

fix: Feedback addressed by adding pypi link ([`f4048b9`](https://github.com/UBC-MDS/mds_array_manipulation/commit/f4048b9ab9112f0208edd0d9e427ce57f6d7221d))

0.0.9

Fix

* fix: Feedback addressed by updating command in Readme ([`b2d8846`](https://github.com/UBC-MDS/mds_array_manipulation/commit/b2d884669c5ea355233412dfac5cb1b0dcf4f4ec))

Unknown

* Merge pull request 96 from UBC-MDS/updating_command_readme

fix: Feedback addressed by updating command in Readme ([`ad9547c`](https://github.com/UBC-MDS/mds_array_manipulation/commit/ad9547cc5ddbdc8fa00a9ceb3f99de30f7f3e49e))

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

Fix: Feedback addressed by adding comments to conftest ([`391392f`](https://github.com/UBC-MDS/mds_array_manipulation/commit/391392fe51139873d2bfe0448a6f352755fe64d5))

* Fix: Feedback addressed by adding comments to conftest ([`5114c3b`](https://github.com/UBC-MDS/mds_array_manipulation/commit/5114c3be7db60db6b3f2d7872d349f58a37bb84f))

0.0.8

Fix

* fix: License part on README.md ([`7e94afe`](https://github.com/UBC-MDS/mds_array_manipulation/commit/7e94afe0afd1e7a6079223b50b8466ced04cf8e6))

Unknown

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

feat: Adjusted LICENSE (Added CC-by-SA-4.0) ([`a16ed8a`](https://github.com/UBC-MDS/mds_array_manipulation/commit/a16ed8a9a6c5b31b3c0612bd26c6938faa7f2250))

* Merge pull request 92 from UBC-MDS/readme_update

fix: Adjusted License part on README.md ([`c19b0f9`](https://github.com/UBC-MDS/mds_array_manipulation/commit/c19b0f9ad8638c592fb93f8bf21b74a46ca38d81))

* feat : Adjusted LICENSE (Added CC-by-SA-4.0) ([`01ae79c`](https://github.com/UBC-MDS/mds_array_manipulation/commit/01ae79c89335e071923f98b409bc555bd9911243))

* Adjusted License details on README.md ([`2b17ad4`](https://github.com/UBC-MDS/mds_array_manipulation/commit/2b17ad489ed5f27478c9d9646a441a11bd26d362))

* 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`](https://github.com/UBC-MDS/mds_array_manipulation/commit/c0717d9233761a3bb78c856598c8d88dd51933d9))

* Merge branch &39;main&39; into 66-review-license-file ([`c8bf3ce`](https://github.com/UBC-MDS/mds_array_manipulation/commit/c8bf3cedecb4a9e66bf24e8558576e56889e6662))

* Added CC-by-SA-4.0 badge ([`b6d898e`](https://github.com/UBC-MDS/mds_array_manipulation/commit/b6d898edcd653db65408de5aeef194475b488d50))

* Added CC-by-SA-4.0 License and integrating adjusted to MIT License ([`51d841a`](https://github.com/UBC-MDS/mds_array_manipulation/commit/51d841a735040501ca260b89325c0c3afe56bfde))

* 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`](https://github.com/UBC-MDS/mds_array_manipulation/commit/441a0c6e895a317f7570f0023bd5bb3ef1b44a38))

* Update README.md ([`5525b24`](https://github.com/UBC-MDS/mds_array_manipulation/commit/5525b24796c0aa4b3b78bfdc16720fca69ba6e4c))

* Updates to README ([`05b1fbd`](https://github.com/UBC-MDS/mds_array_manipulation/commit/05b1fbd0fc8af1da806afd75d56b796d7f656009))

0.0.7

Fix

* fix: Feedback addressed by changing the return type for count_nonzero_elements ([`c2a7b89`](https://github.com/UBC-MDS/mds_array_manipulation/commit/c2a7b897521d2b851041a20080afecabe207b8a4))

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`](https://github.com/UBC-MDS/mds_array_manipulation/commit/9677e6a56b7a805601c3a9d35be4d65a15647450))

* fix:Feedback addressed by changing the return type for count function ([`ed6b402`](https://github.com/UBC-MDS/mds_array_manipulation/commit/ed6b4027cfccf5db8d87d42d6bba5d124eb8bd3e))

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.