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

Bump jenkspy from 0.1.5 to 0.3.2 #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 10, 2022

Bumps jenkspy from 0.1.5 to 0.3.2.

Release notes

Sourced from jenkspy's releases.

V0.3.2

  • Add type hints and fix some docstring about parameters and return types, thanks to Kim Hyeonseok / @​plming (#27).

See also https://pypi.org/project/jenkspy/0.3.2/#files.

V0.3.1

  • Add missing requirements.txt file in MANIFEST.in and so in sdist package.

See also https://pypi.org/project/jenkspy/0.3.1/#files.

V0.3.0

  • Add NumPy as a mandatory dependency.

  • Only compute matrices in C code and move sorting the values, casting to double, and computing the actual breaks to Python/Cython code for better maintainability.

  • Improve performance by using 1D arrays instead of 2D arrays in JenksBreakValues C function.

  • Preserve the precision of the original list/array of values in the returned breaks.

  • Fix bug when requesting a number of class equal to the number of values.

  • Raise an exception when the number of classes is greater than the number of unique values (however this might change in the future by choosing to return a list of breaks shorter than the one requested by the user).

  • Rename nb_class parameter to n_classes (notably to be closer to sklearn n_clusters parameter).

See also https://pypi.org/project/jenkspy/0.3.0/#files.

V0.2.4

  • Update package metadata and docstrings.

See also https://pypi.org/project/jenkspy/0.2.4/#files.

V0.2.3

  • Check size of integer values given to jenks_breaks function to avoid Segfault when casting to C double (fixes #23).
  • Raise an error (instead of printing a warning) when target array contains non-finite values (fixes #23).
  • Raise an error when the target numpy.ndarray is not one-dimensional (fixes #25).
  • Improve implementation of JenksBreakValues C function by using better variable naming and by simplifying the construction of the 'breaks' array (should, at least partly, fix #22).
  • Add docstrings to JenksNaturalBreaks methods.

See also https://pypi.org/project/jenkspy/0.2.3/#files.

V0.2.2

  • Update docstring to fix return type of jenks_breaks (fix #26).

See also https://pypi.org/project/jenkspy/0.2.2/#files.

V0.2.1

  • Add a method to the JenksNaturalBreaks class that calculates the Goodness of Fit Variance thanks to Maurício Gomes / @​mgomesq (#17).

... (truncated)

Changelog

Sourced from jenkspy's changelog.

0.3.2 (2022-11-10)

  • Add type hints and fix some docstring about parameters and return types, thanks to Kim Hyeonseok / @​plming (#27).

0.3.1 (2022-08-23)

  • Add missing requirements.txt file in MANIFEST.in and in sdist package.

0.3.0 (2022-08-23)

  • Add NumPy as a mandatory dependency.

  • Only compute matrices in C code and move sorting the values, casting to double, and computing the actual breaks to Python/Cython code for better maintainability.

  • Improve performance by using 1D arrays instead of 2D arrays in JenksBreakValues C function.

  • Preserve the precision of the original list/array of values in the returned breaks.

  • Fix bug when requesting a number of class equal to the number of values.

  • Raise an exception when the number of classes is greater than the number of unique values (however this might change in the future by choosing to return a list of breaks shorter than the one requested by the user).

  • Rename nb_class parameter to n_classes (notably to be closer to sklearn n_clusters parameter).

0.2.4 (2022-08-18)

  • Update package metadata and docstrings.

0.2.3 (2022-08-18)

  • Check size of integer values given to jenks_breaks function to avoid Segfault when casting to C double (fixes #23).

  • Raise an error (instead of printing a warning) when target array contains non-finite values (fixes #23).

  • Raise an error when the target numpy.ndarray is not one-dimensional (fixes #25).

  • Improve implementation of JenksBreakValues C function by using better variable naming and by simplifying the construction of the 'breaks' array (should partly fix #22).

  • Add docstrings to JenksNaturalBreaks methods.

0.2.2 (2022-08-12)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [jenkspy](https://github.com/mthh/jenkspy) from 0.1.5 to 0.3.2.
- [Release notes](https://github.com/mthh/jenkspy/releases)
- [Changelog](https://github.com/mthh/jenkspy/blob/master/CHANGES.rst)
- [Commits](https://github.com/mthh/jenkspy/commits/0.3.2)

---
updated-dependencies:
- dependency-name: jenkspy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants