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 jpype1 from 1.4.1 to 1.5.0 #66

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps jpype1 from 1.4.1 to 1.5.0.

Release notes

Sourced from jpype1's releases.

JPype 1.5.0

  • 1.5.0 - 2023-12-15

    • Support for Python 3.12

    • Switched __eq__ and __ne__ operator to use equals rather than compareTo for comparable objects to avoid exception when comparing object of different types.

    • Fixed segmentation fault when comparing Java Comparable to primitives.

    • Java exceptions that occur in inequality comparisons now map to Python TypeError.

    • Fixed crash when calling subscript on JArray.

    • Fixed direct byte buffers not reporting nbytes correctly when cast to memoryview.

    • Expand the defintion for Functional interface to include classes without FunctionInterface annotation.

    • Add additional matching level for derived types to resolve ambiguities when a derived type is used in place of base class when determining the method overload. This will resolve some previous ambiguities between methods.

Changelog

Sourced from jpype1's changelog.

Changelog

This changelog only contains changes from the first pypi release (0.5.4.3) onwards.

Latest Changes:

  • 1.5.1_dev0 - 2023-12-15

  • 1.5.0 - 2023-04-03

    • Support for Python 3.12

    • Switched __eq__ and __ne__ operator to use equals rather than compareTo for comparable objects to avoid exception when comparing object of different types.

    • Fixed segmentation fault when comparing Java Comparable to primitives.

    • Java exceptions that occur in inequality comparisons now map to Python TypeError.

    • Fixed crash when calling subscript on JArray.

    • Fixed direct byte buffers not reporting nbytes correctly when cast to memoryview.

    • Expand the defintion for Functional interface to include classes without FunctionInterface annotation.

    • Add additional matching level for derived types to resolve ambiguities when a derived type is used in place of base class when determining the method overload. This will resolve some previous ambiguities between methods.

  • 1.4.1 - 2022-10-26

    • Fixed issue with startJVM changing locale settings.

    • Changes to support Python 3.11

    • Fix truncation of strings on null when using convert strings.

    • Replaced distutil with packaging

  • 1.4.0 - 2022-05-14

    • Support for all different buffer type conversions.

      • Improved buffer transfers to numpy as guaranteed to match Java types. However, exact dtype for conversions is os/numpy version dependent.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [jpype1](https://github.com/jpype-project/jpype) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/jpype-project/jpype/releases)
- [Changelog](https://github.com/jpype-project/jpype/blob/master/doc/CHANGELOG.rst)
- [Commits](jpype-project/jpype@v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: jpype1
  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 Jan 1, 2024
@ferzcam ferzcam merged commit cb88378 into main Mar 20, 2024
4 checks passed
@ferzcam ferzcam deleted the dependabot/pip/jpype1-1.5.0 branch March 20, 2024 08:16
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.

1 participant