Skip to content

Commit

Permalink
[VERSION] Bump to 0.4.0 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored Feb 20, 2021
1 parent 8323706 commit a07f962
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/dlpack/dlpack.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a07f962

Please sign in to comment.