Skip to content

Commit

Permalink
bump v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 29, 2022
1 parent 2d8f4ed commit f2206b4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <SCHEMA_ID> <EXPRESSION>
```

# 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.
Expand Down
11 changes: 11 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f2206b4

Please sign in to comment.