Releases: Oxen-AI/oxen-release
Releases · Oxen-AI/oxen-release
v0.2.6
v0.2.6
- Features
oxen add
accepts multiple values
- Bug fixes
oxen checkout
arg parsing
oxen commit
files without extensions
v0.2.5
v0.2.5
- Bug fixes
- Better logging
- Don't fail silently on remote push
v0.2.4
v0.2.4
- Bug fixes
- Handle duplicate lines in tabular data files
- Fix
dir
endpoint when no path is specified
- Re-enable
file
endpoint
- Add more tests to catch tabular data edge cases
v0.2.3
v0.2.3
oxen df
-a
for aggregations
--sort
to sort by a field
--reverse
to reverse the order
oxen schemas
create_index
subcommand to create an index on a field
query
subcommand to query an index
- Bug fixes on indexing DataFrames
v0.2.2
Update oxen restore
oxen restore --staged <pathspec>
will remove a file or directory from staging
oxen restore <pathspec>
now works recursively
v0.2.1
Release v0.2.1
Performance Improvements:
oxen add
opening less db connections
oxen push
faster local delta computation
oxen pull
faster cleanup
Better Formatting:
Bug Fixes:
oxen pull
progress bar fixes, unpacking fixes
- Extra print statements
v0.2.0
- Add row level annotation tracking so that you can efficiently compare tabular data
- Add
oxen df
commands to help work with tabular data
- Update underlying repository structure to be more efficient per directory and more efficient with tabular data
- Solidify underlying API routes for HTTP server
- Add optional authorization on Oxen Server
- Can delete remote branches
v0.1.1
- Better instructions for setting up your local oxen configuration
v0.1.0
This is the first release of the Oxen CLI. Contains basic functionality for cloning, pushing, pulling, committing, branching, and merging data.