From f2206b4740f2fad0012a8aecbb03179365d2f77a Mon Sep 17 00:00:00 2001 From: Greg Schoeninger Date: Thu, 29 Dec 2022 08:16:40 -0700 Subject: [PATCH] bump v0.4.0 --- README.md | 12 ------------ ReleaseNotes.md | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4554199..0da863b 100644 --- a/README.md +++ b/README.md @@ -271,18 +271,6 @@ $ oxen diff path/to/file.txt +another line ``` -## Indices & Schemas - -⚠️ Caution this feature is a work in progress and not merged yet. - -Another powerful concept in Oxen is the ability to track data schemas and index subsets of the data. Both the schemas and indices are versioned as the data evolves. To dive deeper into these concepts you can reference the [Oxen indices documentation](Indices.md). - -Say for example you have a column of the data that represents whether this example is in the train, test, or validation dataset. You can create an index on that column with the `index` command. - -```bash -$ oxen schema index -``` - # Sharing Data and Collaboration Oxen enables sharing data and collaboration between teams with `oxen-server`. Some teams setup a server instance in their local network and use it simply as backup and version control, others set it up in the cloud to enable sharing across data centers. diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 7f3dae4..bd14fd5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,14 @@ +# v0.4.0 + +* Features + * Faster data upload 🔥 + * Chunked data APIs + +* Breaking Changes + * Removed CADF + * Remove `oxen index` commands + + # v0.3.0 * Features