diff --git a/NEWS.md b/NEWS.md index b7f3ca8..558204a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,20 @@ DLPack Change Log This file records the changes in DLPack in reverse chronological order. +## v0.4 + +- OpaqueHandle type +- Complex support +- Rename DLContext -> DLDevice + - This requires dependent frameworks to upgrade the type name. + - The ABI is backward compatible, as it is only change of constant name. + +## v0.3 + +- Add bfloat16 +- Vulkan support + + ## v0.2 - New device types - kDLMetal for Apple Metal device diff --git a/include/dlpack/dlpack.h b/include/dlpack/dlpack.h index 5f1b452..bc346d9 100644 --- a/include/dlpack/dlpack.h +++ b/include/dlpack/dlpack.h @@ -13,7 +13,7 @@ #endif /*! \brief The current version of dlpack */ -#define DLPACK_VERSION 030 +#define DLPACK_VERSION 040 /*! \brief DLPACK_DLL prefix for windows */ #ifdef _WIN32