Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.6 #447

Merged
merged 14 commits into from
Aug 17, 2022
Merged

Version 3.6 #447

merged 14 commits into from
Aug 17, 2022

Commits on May 25, 2022

  1. Pycm.io (#437)

    * fix : website address changed
    
    * fix : website address changed
    
    * fix : website address changed
    
    * doc : CHANGELOG updated
    
    * doc : Document and examples updated
    
    * fix : website address changed
    
    * fix : minor edit in setup.py #437
    sepandhaghighi authored May 25, 2022
    Configuration menu
    Copy the full SHA
    84dcde7 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2022

  1. Bump numpy from 1.22.3 to 1.22.4 (#438)

    Bumps [numpy](https://github.com/numpy/numpy) from 1.22.3 to 1.22.4.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt)
    - [Commits](numpy/numpy@v1.22.3...v1.22.4)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2022
    Configuration menu
    Copy the full SHA
    bc318e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Array support (#439)

    * add : __obj_array_handler__ function added.
    
    * edit : `matrix` is now accepting arrays.
    
    * add : pycmArrayError added.
    
    * test : tests added.
    
    * log : changes logged. (#402)
    
    * edit : minor edits.
    
    * edit : pycmArrayError removed.
    
    * test : tests added.
    
    * add : transpose flag added to __obj_array_handler__.
    
    * add : documents added.
    
    * edit : minor edits in vector_check.
    
    * update : documents updated.
    
    * update : Document.ipynb updated.
    
    * edit : tests edited.
    
    * add : `classes` parameter added to `matrix_params_from_table`.
    
    * log : changes logged.
    
    * remove : class lenght check relocated to `matrix_params_from_table`.
    
    * add : class and array len check added.
    
    * add : classes subset check added.
    
    * fix : trailing whitespaces in tests fixed.
    
    * edit : table -> matrix.
    
    * edit : __obj_matrix_handler__ arguments reordered.
    
    * fix : minor typo in __init__ fixed.
    
    * add : tests for numpy added.
    
    * fix : typo fixed.
    
    * remove : extra sections removed.
    
    * edit : numpy.int64 -> numpy.integer.
    
    * edit : `transpose` -> `self.transpose`.
    
    * fix : typo fixed.
    
    * edit : minor computational improvements in `matrix_params_from_table`.
    
    * add : `classes` docstring added to `__obj_matrix_handler__`.
    
    * edit : `CLASSES_LENGHT_ERROR` edited.
    
    * update : CHANGELOG.md updated.
    sadrasabouri authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    546f70b View commit details
    Browse the repository at this point in the history
  2. Bump numpy from 1.22.4 to 1.23.0 (#440)

    Bumps [numpy](https://github.com/numpy/numpy) from 1.22.4 to 1.23.0.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst)
    - [Commits](numpy/numpy@v1.22.4...v1.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    6aae2aa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Bump numpy from 1.23.0 to 1.23.1 (#441)

    Bumps [numpy](https://github.com/numpy/numpy) from 1.23.0 to 1.23.1.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v1.23.0...v1.23.1)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 11, 2022
    Configuration menu
    Copy the full SHA
    fb1a513 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. Bump art from 5.6 to 5.7 (#442)

    Bumps [art](https://github.com/sepandhaghighi/art) from 5.6 to 5.7.
    - [Release notes](https://github.com/sepandhaghighi/art/releases)
    - [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md)
    - [Commits](sepandhaghighi/art@v5.6...v5.7)
    
    ---
    updated-dependencies:
    - dependency-name: art
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 22, 2022
    Configuration menu
    Copy the full SHA
    10f401c View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Hamming Distance (#443)

    * feat : hamming distance added to class statistics
    
    * fix : verified tests added
    
    * fix : tests updated
    
    * doc : Document updated
    
    * doc : CHANGELOG updated
    
    * fix : autopep8
    
    * doc : references format updated
    
    * doc : minor edit in references ids
    sepandhaghighi authored Aug 6, 2022
    Configuration menu
    Copy the full SHA
    db48191 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Braun-Blanquet similarity (#444)

    * feat : Braun-Blanquet-similarity added #349
    
    * fix : BB verified test added #349
    
    * fix : tests updated #349
    
    * fix : minor bug in BB verified tests fixed
    
    * doc : Document updated #349
    
    * doc : minor edit in Document #349
    
    * fix : autopep8
    
    * doc : CHANGELOG updated
    
    * doc : new reference added
    
    * doc : references format updated
    
    * doc : minor edit in BB reference #444
    sepandhaghighi authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    3427a21 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Readme (#445)

    * doc : README.md summarized
    
    * doc : CHANGELOG updated
    
    * doc : minor edit in README
    sepandhaghighi authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    08ea7ef View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Doc HTML (#446)

    * doc : toc tags added to Document
    
    * doc : toc meta added to Document
    
    * doc : doc_to_html script added
    
    * doc : minor edit in toc skip tag
    
    * doc : doc_run script added
    
    * fix : minor edit in doc_to_html script
    
    * fix : doc_to_html script updated
    
    * fix : doc_run script moved to Otherfiles folder
    
    * fix : doc_run script updated
    
    * fix : doc_to_html script updated
    
    * fix : doc_run script updated
    
    * fix : doc_run script updated
    sepandhaghighi authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    bd5d731 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2022

  1. Configuration menu
    Copy the full SHA
    5c32417 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    2083fbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95b1198 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c620613 View commit details
    Browse the repository at this point in the history