-
Notifications
You must be signed in to change notification settings - Fork 4
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
fix(deps): update dependency llvmlite to >=0.41,<0.42 #896
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: poetry.lock
|
693240c
to
d27f7f6
Compare
83ee03b
to
5d06ced
Compare
5e36df0
to
40bdcdb
Compare
4b98199
to
c637015
Compare
ca42904
to
70e626d
Compare
70e626d
to
48b3171
Compare
16e28a7
to
ca9fa0a
Compare
60513c7
to
1f1ed27
Compare
b23a2e7
to
67ef45e
Compare
788a8ce
to
baee5ff
Compare
baee5ff
to
c62a7dc
Compare
c62a7dc
to
4f480f0
Compare
Fixed in #924 |
Renovate Ignore NotificationBecause you closed this PR without merging, Renovate will ignore this update ( If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR. |
This PR contains the following updates:
>=0.36,<0.41
->>=0.41,<0.42
Release Notes
numba/llvmlite (llvmlite)
v0.41.1
Compare Source
This is a maintenance release that includes a workaround in the test suite for
ORCJit issues on the
aarch64
platform. Also, this is the last release tosupport the Windows 32-bit platform (
win32
).Pull-Requests:
#​996 <https://github.com/numba/llvmlite/pull/996>
: fix typos found by codespell (esc <https://github.com/esc>
)#​997 <https://github.com/numba/llvmlite/pull/997>
: Fix issue #880 by ensuring all sources are compiled under FreeBSD. (ke6jjj <https://github.com/ke6jjj>
)#​998 <https://github.com/numba/llvmlite/pull/998>
: adding sphinx_rtd_theme to RTD build to fix build (esc <https://github.com/esc>
)#​1001 <https://github.com/numba/llvmlite/pull/1001>
: Fix / workaround for OrcJIT blocking issues (gmarkall <https://github.com/gmarkall>
)Authors:
esc <https://github.com/esc>
_ke6jjj <https://github.com/ke6jjj>
_gmarkall <https://github.com/gmarkall>
_v0.41.0
Compare Source
Pull-Requests:
#​871 <https://github.com/numba/llvmlite/pull/871>
: Refactor native library loading (folded <https://github.com/folded>
sklam <https://github.com/sklam>
_)#​896 <https://github.com/numba/llvmlite/pull/896>
: drop upper limit on Python for conda recipe (esc <https://github.com/esc>
)#​904 <https://github.com/numba/llvmlite/pull/904>
: Create GitHub Action for llvmlite release (apmasell <https://github.com/apmasell>
)#​934 <https://github.com/numba/llvmlite/pull/934>
: Expose TargetLibraryInfo pass (sklam <https://github.com/sklam>
)#​935 <https://github.com/numba/llvmlite/pull/935>
: Disable zlib for LLVM on Windows (apmasell <https://github.com/apmasell>
)#​936 <https://github.com/numba/llvmlite/pull/936>
: Enable querying constants and value kinds (tbennun <https://github.com/tbennun>
)#​939 <https://github.com/numba/llvmlite/pull/939>
: Bump llvmdev build number to include the nozlib change for windows (sklam <https://github.com/sklam>
)#​940 <https://github.com/numba/llvmlite/pull/940>
: Update CHANGE_LOG for 0.40.0 final. (stuartarchibald <https://github.com/stuartarchibald>
)#​942 <https://github.com/numba/llvmlite/pull/942>
: Add ORCJITv2 support (apmasell <https://github.com/apmasell>
)#​951 <https://github.com/numba/llvmlite/pull/951>
: Add a type hint forIntType.width
(apmasell <https://github.com/apmasell>
)#​952 <https://github.com/numba/llvmlite/pull/952>
: Fix CI failing due to unsupported target triple on non-x86 platforms. (sklam <https://github.com/sklam>
)#​958 <https://github.com/numba/llvmlite/pull/958>
: fixup LLVM versions in version compat table (esc <https://github.com/esc>
)#​959 <https://github.com/numba/llvmlite/pull/959>
: Remove support for LLVM < 14 (apmasell <https://github.com/apmasell>
)#​960 <https://github.com/numba/llvmlite/pull/960>
: add various bullets to release checklists and sync (esc <https://github.com/esc>
)#​963 <https://github.com/numba/llvmlite/pull/963>
: Allow adding comments to generated IR (apmasell <https://github.com/apmasell>
)#​966 <https://github.com/numba/llvmlite/pull/966>
: build: support building on GNU/Hurd (pinotree <https://github.com/pinotree>
)#​967 <https://github.com/numba/llvmlite/pull/967>
: Expose library name in OrcJIT tracker (apmasell <https://github.com/apmasell>
)#​968 <https://github.com/numba/llvmlite/pull/968>
: Update LLVM manual build instructions (apmasell <https://github.com/apmasell>
)#​969 <https://github.com/numba/llvmlite/pull/969>
: update changelog on main for v0.40.1 (esc <https://github.com/esc>
)#​983 <https://github.com/numba/llvmlite/pull/983>
: adding RTD conf file V2 as per request (esc <https://github.com/esc>
)#​985 <https://github.com/numba/llvmlite/pull/985>
: Update release checklist post 0.41.0rc1 (esc <https://github.com/esc>
)#​988 <https://github.com/numba/llvmlite/pull/988>
: Fix FreeBsd build (sklam <https://github.com/sklam>
)Authors:
apmasell <https://github.com/apmasell>
_esc <https://github.com/esc>
_folded <https://github.com/folded>
_pinotree <https://github.com/pinotree>
_sklam <https://github.com/sklam>
_stuartarchibald <https://github.com/stuartarchibald>
_tbennun <https://github.com/tbennun>
_Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.