Do not add half-baked 1.6 release notes; let Robert consolidate release notes.

This commit is contained in:
NAThompson 2020-05-01 07:31:35 -04:00
parent 01b61be464
commit 9a68931c0b
2 changed files with 7 additions and 19 deletions

@ -1,19 +0,0 @@
VTK-m 1.6 Release Notes
=======================
# Table of Contents
1. [Core](#Core)
2. [ArrayHandle](#ArrayHandle)
3. [Control Environment](#Control-Environment)
4. [Execution Environment](#Execution-Environment)
5. [Worklets and Filters](#Worklets-and-Filters)
6. [Build](#Build)
7. [Other](#Other)
- The contents of `vtkm/io/reader` and `vtkm/io/writer` are now moved to `vtkm/io` and are deprecated.

@ -0,0 +1,7 @@
# Reorganization of `io` directory
The `vtkm/io` directory has been flattened.
Namely, the files in `vtkm/io/reader` and `vtkm/io/writer` have been moved up into `vtkm/io`,
with the associated changes in namespaces.
In addition, `vtkm/cont/EncodePNG.h` and `vtkm/cont/DecodePNG.h` have been moved to a more natural home in `vtkm/io`.