From 9a72f75728cd9c7c99b52a3af764713bd28db936 Mon Sep 17 00:00:00 2001 From: Siu Kwan Lam Date: Wed, 3 Jun 2020 11:07:42 -0500 Subject: [PATCH] Update changelog for 0.33.0 (#594) * Update changelog for 0.33.0 * Fix up changelog as per review * Use date and not rc --- CHANGE_LOG | 29 ++++++++++++++++++++++++++--- 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/CHANGE_LOG b/CHANGE_LOG index dee25d7a1..641ee1465 100644 --- a/CHANGE_LOG +++ b/CHANGE_LOG @@ -1,7 +1,30 @@ -v0.33.0dev ----------- +v0.33.0 (June 10, 2020) +----------------------- -In development +This release upgrades to LLVM 9 and drops support for older LLVM versions. + +Pull requests: + +* PR #593: Fix CUDA with LLVM9 +* PR #592: Fix meta.yaml +* PR #591: buildscripts: Unpin wheel +* PR #590: add python_requires to setup.py +* PR #582: Adds override for LLVM version check, re-formats docs. +* PR #581: Add FAQ entry on LLVM version support. +* PR #580: Trove classifiers may be out of date. +* PR #577: llvmlite wheel building fixes +* PR #575: Update the release date +* PR #548: Upgrade to LLVM9 +* PR #521: Allow instructions to be removed from blocks + +Authors: + +* Graham Markall +* Jan Vesely +* Siu Kwan Lam (core dev) +* Stuart Archibald (core dev) +* Tim Babb +* Valentin Haenel (core dev) v0.32.1 (May 7, 2020)