January 3, 2025

Feature Updates

  • You can now run Nearest Neighbor Search on your embeddings! (Heres the repo)

  • We now have full page view for deeper data exploration! (Just click the expand button on the right)

  • Improved the onboarding flow for mobile (DW, I’ll charge my phone soon)

  • We’ve improved the data type tags so all jsonl, csv, and parquet files are now tagged as tabular

  • Updated oxen download command to be updated syntax

  • Added options to select tabular files or upload a new file

  • Added pytests to CI

  • We’ve added a python method to sort by input embedding

  • Added Bytez Models

  • Added a new field on evals for unit price in API

  • A repo is created when a file is uploaded

  • We moved error banner in Model Inference above the dataframe

  • We’ve added to the HTTP API docs

  • You can now ask Text2SQL queries throught the workspaces API and download results

Fixed Bugs

  • Shout out Mund for letting us know Model Inference crashed and wasn’t showing the commit message. Fixed! :)
  • when an ID is 0, the sidbar will not show Null but 0
  • The target branch stays the target branch when running an evaluation from the completed evaluation page (it used to use the evaluation ID as the target branch)
  • You can now have several workspaces with the same commit ID
  • Columns used to sometimes show up twice…not anymore:)

December 26, 2024

Feature Updates

  • New onboading flow to upload files

  • New starred repos section in your profile

  • You can now save inference results to a different file name

  • We now have APIs to sort your dataframes by embedding cosine similarity

  • The list of collaborators for a repo now marks the repo owners with a crown

  • There is now an “add Collaborators” Button

  • You can now see all the people who have starred your repo in the stargazer view

  • We removed “Versions” Tab from Top Nav

  • There is now a Commit button directly on the data frame

  • You now have more advanced commit options for editable data frames

  • We now list workspace API so admins can see all workspaces

  • There is now a Create Query API

  • Auto detect image file type with Rust for images that do not end in .png or .jpg

Fixed Bugs

  • Dataframe json content now matches in side bar and column
  • Improved the starred repo API updates
  • Refactored adding files to use new workspace API
  • Refactored DF Edit to use file scoped user workspace
  • Improved image rendering in dataframes
  • Found a better place for “add row” button in editable df
  • Fixed repo validation to allow ”.”
  • Cleaned up repo card to account for more categories
  • We now have a fallback “download” if we cannot render in the UI

December 03, 2024

Feature Updates

  • Forking repos now supported (button on top right, next to clone)
  • Now able to oxen add, oxen add schema metadata, and oxen rm in a subdirectory
  • Enabled pushing, pulling, merging of subtrees
  • Modified Evaluations to use input/output types in place of existing type

Fixed Bugs

  • Versions page no longer gives an error when no branches on the repo
  • Fixed some image rendering bugs in dataframe
  • Refactored oxen CLI commands for windows
  • Evaluations now handle long file names overflow in list view
  • Unknown column data type won’t break the server on column add
  • Data Frame json content now matches in side bar vs column

August 13, 2024

Feature Updates

  • CLI // Added command to easily set schema metadata render type

e.g. Instead of

oxen schemas add data.csv -c 'file' -m '{

"_oxen": {

    "render": {

        "func": "image"

        }

    }

}'

Now we have:

oxen schemas render data.csv -c 'file' -t 'image'

or…

oxen schemas add data.csv -c 'file' --render 'image’
  • CLI // unlocks branch with a oxen branch unlock command
  • Hub // Expose RepositoryCategory APIs
  • UI // Delete, edit, and add row on dataframe
  • UI // View staged DF diffs
  • UI // Add instructions to the README to clone repo, add first file, and push back

Fixed Bugs

  • Image name with ~ at the end are now rendering in UI
  • We fixed collaborator email button (couldn’t be clicked)
  • Hub // now renders images on branches
  • UI // filenames overflow in data frame image viewer
  • UI // Toggle column visibility in Dataframe (view & edit modes)
  • UI // Remove the left side redundant NLP query

June 7, 2024

Feature Updates

  • Hub // Added header for the HEAD commit ID of file
  • UI // cell navigation in data-frame is now bi-directional with row details pane
  • Added collaborator CTA

Fixed Bugs

  • UI // edit repository name was retuning 404
  • CLI // Fixed oxen config global setting so that we don’t require a local .oxen repository
  • UI // Text area in Row Details pane should not let content overflow

May 7, 2024

Feature Updates

  • Improved S3 account validation when linking AWS account
  • Added search for users when adding collaborators
  • Improved large file download in UI
  • Docs// Add HTTP endpoints to public developer docs

Fixed Bugs

  • Improved error handling on reading invalid parquet, jsonl, csv, arrow files
  • Fixed search by organization

April 26, 2024

Feature Updates

  • Improved flow to improve claiming an unclaimed organization
  • Oxen blog now respects syntax highlighting when importing code from ghost
  • Collaborated images are all one fixed image size
  • Added careers link to bottom of mobile website
  • Can now load large data-frames on Oxen server

Fixed Bugs

  • Fixed binary in data-frame response on Oxen-server
  • Fixed upload paths for Windows CLI
  • Fixed inaccurate GB storage UI
  • Large files are now downloading fully
  • Saved compare name as typing or on unfocus instead of just enter