Skip to content

Commit

Permalink
Merge pull request #54 from Oxen-AI/merge-and-remote-repo-updates
Browse files Browse the repository at this point in the history
Add merge function to Python lib
  • Loading branch information
gschoeni authored Jan 16, 2025
2 parents 8756924 + 93985cd commit 6b4d337
Show file tree
Hide file tree
Showing 31 changed files with 84 additions and 879 deletions.
4 changes: 2 additions & 2 deletions oxen/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion oxen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ polars = { version = "0.44.0", features = [
] }
serde_json = "1.0.106"
uuid = { version = "1.4.1", features = ["serde", "v4"] }
liboxen = "0.24.1"
liboxen = "0.24.4"
# liboxen = { path = "../../Oxen/src/lib" }

[build-dependencies]
Expand Down
6 changes: 1 addition & 5 deletions oxen/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"numpy",
"opencv-python-headless",
"pandas",
"polars",
"pyarrow",
"requests",
"toml",
"tqdm",
"torch",
"tensorflow",
"tqdm"
]


Expand Down
6 changes: 0 additions & 6 deletions oxen/python/oxen/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@
from oxen.remote_repo import RemoteRepo
from oxen.workspace import Workspace
from oxen.data_frame import DataFrame
from oxen.dag import DAG
from oxen.op import Op
from oxen import auth
from oxen import datasets
from oxen import loaders
from oxen.clone import clone
from oxen.diff.diff import diff
from oxen.init import init
Expand All @@ -30,15 +27,13 @@
# Names of public modules we want to expose
__all__ = [
"Dataset",
"DAG",
"PyCommit",
"PyDataset",
"PyWorkspace",
"PyWorkspaceDataFrame",
"PyRemoteRepo",
"PyRepo",
"PyStagedData",
"Op",
"clone",
"init",
"is_configured",
Expand All @@ -48,7 +43,6 @@
"Repo",
"auth",
"datasets",
"loaders",
"util",
"diff",
]
26 changes: 0 additions & 26 deletions oxen/python/oxen/dag.py

This file was deleted.

7 changes: 0 additions & 7 deletions oxen/python/oxen/loaders/__init__.py

This file was deleted.

58 changes: 0 additions & 58 deletions oxen/python/oxen/loaders/chat.py

This file was deleted.

98 changes: 0 additions & 98 deletions oxen/python/oxen/loaders/image_classification.py

This file was deleted.

48 changes: 0 additions & 48 deletions oxen/python/oxen/loaders/regression.py

This file was deleted.

55 changes: 0 additions & 55 deletions oxen/python/oxen/op.py

This file was deleted.

25 changes: 0 additions & 25 deletions oxen/python/oxen/ops/__init__.py

This file was deleted.

Loading

0 comments on commit 6b4d337

Please sign in to comment.