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.5.0 to 1.5.1 #94

Merged
merged 3 commits into from
Nov 26, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 25, 2024

Bumps jpype1 from 1.5.0 to 1.5.1.

Release notes

Sourced from jpype1's releases.

v1.5.1

What's Changed

New Contributors

Full Changelog: jpype-project/jpype@v1.5.0...v1.5.1

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.2.dev0 - 2024-11-18

  • 1.5.1 - 2024-11-09

    • Future proofing for Python 3.14

    • Support for Python 3.13

    • Allow access to default methods implemented in interfaces when using @JImplements.

    • Added support for typing JArray (Java type only), e.g. JArray[java.lang.Object] "JArray[java.lang.Object]"

    • Fixed uncaught exception while setting traceback causing issues in Python 3.11/3.12.

    • Use PEP-518 and PEP-660 configuration for the package, allowing editable and configurable builds using modern Python packaging tooling. Where before python setup.py --enable-tracing develop, now can be done with pip install --editable ./ --config-setting="--install-option=--enable-tracing". The old setup.py usage remains, but is discouraged, and the arguments are now passed after the command (previously they were specified before).

    • Use PEP-518 configuration for the package, allowing configurable builds using more up-to-date Python packaging tooling. For editable installs, python setup.py --enable-tracing develop must now be done with python setup.py develop --enable-tracing.

    • Update for tests for numpy 2.0.

    • Support of np.float16 conversion with arrays.

    • Fixed a problem that caused dir(jpype.JPackage("mypackage")) to fail if the class path contained non-ascii characters. See issue #1194.

    • Fixed BufferOverflowException in JUnpickler when decoding multiple Java objects.

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

... (truncated)

Commits
  • 7b1abed Merge pull request #1234 from jpype-project/releases/1.5.1
  • 98d7acf fix param
  • 7c31d02 guard refcnt for nogil python
  • 50fa58d testing from dist install does not work, use editable install again
  • b93b0e0 scaled logo to small version and use it readme
  • 9e597e4 updated macos image to 13 (12 is deprecated)
  • 16ef2f7 add twine check to sdist and use it both in build and release pipelines
  • b76471e add twine check to sdist
  • e8f6ed3 Squashed commit of the following:
  • d837337 Merge pull request #1235 from Thrameos/win_gc
  • Additional commits viewable in compare view

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

Bumps [jpype1](https://github.com/jpype-project/jpype) from 1.5.0 to 1.5.1.
- [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.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: jpype1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 25, 2024
@ferzcam ferzcam merged commit 69fa179 into main Nov 26, 2024
4 checks passed
@ferzcam ferzcam deleted the dependabot/pip/jpype1-1.5.1 branch November 26, 2024 10:44
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