Skip to content

Bump jenkspy from 0.1.5 to 0.2.4 - #129

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jenkspy-0.2.4
Closed

Bump jenkspy from 0.1.5 to 0.2.4#129
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/jenkspy-0.2.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2022

Copy link
Copy Markdown

Bumps jenkspy from 0.1.5 to 0.2.4.

Release notes

Sourced from jenkspy's releases.

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).

  • Add optional download numpy using [interface] thanks to Muhammad Yasirroni / @​yasirroni (#16).

  • Replace Travis / AppVeyor by GitHub Actions to build wheels for currently supported python versions on Windows / MacOs / Linux (according to https://devguide.python.org/versions/#supported-versions)

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

V0.2.0

Add JenksNaturalBreaks class for computing breaks in a more object-oriented manner, with an interface similar to those provided by scikit-learn (requires Numpy to take full advantage of it) (thanks to @​yasirroni, #11)

Changelog

Sourced from jenkspy's changelog.

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)

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

0.2.1 (2022-08-12)

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

  • Add optional download numpy using [interface] thanks to Muhammad Yasirroni / @​yasirroni (#16).

  • Replace Travis / AppVeyor by GitHub Actions to build wheels for currently supported python versions on Windows / MacOs / Linux (according to https://devguide.python.org/versions/#supported-versions)

0.2.0 (2020-10-18)

  • Add JenksNaturalBreaks for computing breaks in a more object-oriented manner, with an interface similar to those provided by scikit-learn (requires Numpy to take full advantage of it) (thanks to @​yasirroni, #11)

0.1.6 (2020-09-02)

  • Removes support for Python2 (simplifies some minor parts of the code) and add Python 3.8 to the appveyor matrix.

  • Updates docstrings and README to clarify that the result includes the lower and upper value.

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.2.4.
- [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.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 19, 2022
@dependabot @github

dependabot Bot commented on behalf of github Aug 23, 2022

Copy link
Copy Markdown
Author

Superseded by #133.

@dependabot dependabot Bot closed this Aug 23, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/jenkspy-0.2.4 branch August 23, 2022 17:30
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