Skip to content

Commit

Permalink
Merge pull request #6480 from sklam/misc/0.52.0rc3_changelog
Browse files Browse the repository at this point in the history
Update changelog for 0.52.0rc3
  • Loading branch information
sklam committed Nov 13, 2020
2 parents 7b80931 + 2e8e4d5 commit 1bbe3e5
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGE_LOG
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ Performance Enhancements:
* PR #6275: Switch on SLP vectorize. (Stuart Archibald)
* PR #6278: Improve typed list performance. (Stuart Archibald)
* PR #6335: Split optimisation passes. (Stuart Archibald)
* PR #6455: Fix refprune on obfuscated refs and stabilize optimisation WRT
wrappers. (Stuart Archibald)

Fixes:

Expand Down Expand Up @@ -147,6 +149,13 @@ Fixes:
* PR #6396: Remove hard dependency on tbb package. (Stuart Archibald)
* PR #6408: Don't do array analysis for tuples that contain arrays. (Todd A.
Anderson)
* PR #6441: Fix ASCII flag in Unicode slicing (0.52.0rc2 regression) (Ehsan
Totoni)
* PR #6442: Fix array analysis regression in 0.52 RC2 for tuple of 1D arrays
(Ehsan Totoni)
* PR #6446: Fix #6444: pruner issues with reference stealing functions (Siu
Kwan Lam)
* PR #6450: Fix asfarray kwarg default handling. (Stuart Archibald)

CUDA Enhancements/Fixes:

Expand Down Expand Up @@ -213,14 +222,16 @@ CI/Infrastructure Updates:
* PR #6252: Show channel URLs (Siu Kwan Lam)
* PR #6338: Direct user questions to Discourse instead of the Google Group.
(Stan Seibert)

* PR #6474: Add skip on PPC64LE for tests causing SIGABRT in LLVM. (Stuart
Archibald)

Authors:

* Alexey Kozlov
* Amos Bird
* Andreas Sodeur
* Arthur Peters
* Ehsan Totoni (core dev)
* Eric Wieser
* Ethan Pronovost
* Graham Markall
Expand Down

0 comments on commit 1bbe3e5

Please sign in to comment.