Skip to content

Commit 58b188e

Browse files
committed
Added CHANGELOG
1 parent 2978ebb commit 58b188e

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# RMM 0.1.0 (Date TBD)
2+
3+
## New Features
4+
5+
6+
## Improvements
7+
8+
- CUDF PR #472 RMM: Created centralized rmm::device_vector alias and rmm::exec_policy
9+
- CUDF PR #465 Added templated C++ API for RMM to avoid explicit cast to `void**`
10+
11+
RMM was initially implemented as part of cuDF
12+
13+
# cuDF 0.4.0 (05 Dec 2018)
14+
15+
## New Features
16+
17+
## Improvements
18+
19+
## Bug Fixes
20+
21+
22+
# cuDF 0.3.0 (23 Nov 2018)
23+
24+
## New Features
25+
26+
- PR #336 CSV Reader string support
27+
28+
## Improvements
29+
30+
- CUDF PR #333 Add Rapids Memory Manager documentation
31+
- CUDF PR #321 Rapids Memory Manager adds file/line location logging and convenience macros
32+
33+
## Bug Fixes
34+
35+
36+
# cuDF 0.2.0 and cuDF 0.1.0
37+
38+
These were initial releases of cuDF based on previously separate pyGDF and libGDF libraries.
39+
RMM was initially implemented as part of libGDF.
40+

0 commit comments

Comments
 (0)