Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
🚚 Rename Registry to Record (#399)
Browse files Browse the repository at this point in the history
* 🚚 Rename Registry to Record

* 🚚 Rename RecordMeta to Registry

* Revert "🚚 Rename RecordMeta to Registry"

This reverts commit c42d4d2.

* ♻️ More backward compat

* 🚚 Move all metaclass implementations to lamindb
  • Loading branch information
falexwolf authored Jul 17, 2024
1 parent 4d1ee99 commit c3a231b
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 87 deletions.
4 changes: 3 additions & 1 deletion lnschema_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@
Feature,
FeatureSet,
HasParents,
Registry,
Record,
Run,
Storage,
Transform,
ULabel,
User,
)

Registry = Record # backward compat
Loading

0 comments on commit c3a231b

Please sign in to comment.