Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5a59d5

Browse files
committed
Merge pull request numba#8932 from sklam/misc/fix_changelog_date
Fix 0.57 release changelog
1 parent 1c371d5 commit d5a59d5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGE_LOG

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 0.57.0 (1 May, 2022)
1+
Version 0.57.0 (1 May, 2023)
22
----------------------------
33

44
This release continues to add new features, bug fixes and stability improvements
@@ -402,6 +402,8 @@ Pull-Requests:
402402
* PR `#8907 <https://github.com/numba/numba/pull/8907>`_: Work around issue #8898. Defer ``exp2`` (and ``log2``) calls to Numba internal symbols. (`stuartarchibald <https://github.com/stuartarchibald>`_)
403403
* PR `#8909 <https://github.com/numba/numba/pull/8909>`_: Fix #8903. ``NumbaDeprecationWarning``s raised from ``@{gu,}vectorize``. (`stuartarchibald <https://github.com/stuartarchibald>`_)
404404
* PR `#8929 <https://github.com/numba/numba/pull/8929>`_: Update CHANGE_LOG for 0.57.0 final. (`stuartarchibald <https://github.com/stuartarchibald>`_)
405+
* PR `#8930 <https://github.com/numba/numba/pull/8930>`_: Fix year in change log (`jtilly <https://github.com/jtilly>`_)
406+
* PR `#8932 <https://github.com/numba/numba/pull/8932>`_: Fix 0.57 release changelog (`sklam <https://github.com/sklam>`_)
405407

406408
Authors:
407409

@@ -430,6 +432,7 @@ Authors:
430432
* `ianthomas23 <https://github.com/ianthomas23>`_
431433
* `jamesobutler <https://github.com/jamesobutler>`_
432434
* `jorgepiloto <https://github.com/jorgepiloto>`_
435+
* `jtilly <https://github.com/jtilly>`_
433436
* `k1m190r <https://github.com/k1m190r>`_
434437
* `kc611 <https://github.com/kc611>`_
435438
* `kozlov-alexey <https://github.com/kozlov-alexey>`_

0 commit comments

Comments
 (0)