Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kc611 authored and esc committed May 7, 2024
1 parent 626f0e8 commit 1d67796
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGE_LOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
v0.43.0 (May, 2024)
--------------------------

Highlights of this release include:

- Support for LLVM 15
- A fix for `refpruning` algorithm in specific `fanout_raise` cases.

Pull-Requests:

* PR `#1025 <https://github.com/numba/llvmlite/pull/1025>`_: skip `raise` basic blocks in `verifyFanoutBackward` (`dlee992 <https://github.com/dlee992>`_)
* PR `#1029 <https://github.com/numba/llvmlite/pull/1029>`_: Update CHANGE_LOG for 0.42.0 final. (`stuartarchibald <https://github.com/stuartarchibald>`_)
* PR `#1032 <https://github.com/numba/llvmlite/pull/1032>`_: v0.42 Post release (`sklam <https://github.com/sklam>`_)
* PR `#1035 <https://github.com/numba/llvmlite/pull/1035>`_: Support building against llvm15 (`gmarkall <https://github.com/gmarkall>`_ `yashssh <https://github.com/yashssh>`_)

Authors:

* `dlee992 <https://github.com/dlee992>`_
* `gmarkall <https://github.com/gmarkall>`_
* `sklam <https://github.com/sklam>`_
* `stuartarchibald <https://github.com/stuartarchibald>`_
* `yashssh <https://github.com/yashssh>`_

v0.42.0 (January 31, 2024)
--------------------------

Expand Down

0 comments on commit 1d67796

Please sign in to comment.