lamindb 1.12.0__py3-none-any.whl → 1.12.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lamindb/__init__.py +1 -1
- lamindb/integrations/__init__.py +2 -2
- lamindb/models/feature.py +2 -2
- {lamindb-1.12.0.dist-info → lamindb-1.12.1.dist-info}/METADATA +1 -1
- {lamindb-1.12.0.dist-info → lamindb-1.12.1.dist-info}/RECORD +8 -8
- /lamindb/integrations/{lightning.py → _lightning.py} +0 -0
- {lamindb-1.12.0.dist-info → lamindb-1.12.1.dist-info}/LICENSE +0 -0
- {lamindb-1.12.0.dist-info → lamindb-1.12.1.dist-info}/WHEEL +0 -0
lamindb/__init__.py
CHANGED
lamindb/integrations/__init__.py
CHANGED
@@ -15,9 +15,9 @@ from typing import Any
|
|
15
15
|
def __getattr__(attr_name: str) -> Any:
|
16
16
|
# Defers import until accessed to avoid requiring PyTorch Lightning
|
17
17
|
if attr_name == "lightning":
|
18
|
-
from lamindb.integrations import
|
18
|
+
from lamindb.integrations import _lightning
|
19
19
|
|
20
|
-
return
|
20
|
+
return _lightning
|
21
21
|
raise AttributeError(f"module has no attribute {attr_name!r}")
|
22
22
|
|
23
23
|
|
lamindb/models/feature.py
CHANGED
@@ -850,7 +850,7 @@ class Feature(SQLRecord, CanCurate, TracksRun, TracksUpdates):
|
|
850
850
|
Args:
|
851
851
|
dictionary: Source dictionary to extract key information from
|
852
852
|
field: FieldAttr for Feature model validation, defaults to `Feature.name`
|
853
|
-
str_as_cat: Deprecated. Will be removed in LaminDB
|
853
|
+
str_as_cat: Deprecated. Will be removed in LaminDB 2.0.0.
|
854
854
|
Create features explicitly with dtype='cat' for categorical values.
|
855
855
|
type: Feature type of all created features
|
856
856
|
mute: Whether to mute dtype inference and feature creation warnings
|
@@ -859,7 +859,7 @@ class Feature(SQLRecord, CanCurate, TracksRun, TracksUpdates):
|
|
859
859
|
|
860
860
|
if str_as_cat is not None:
|
861
861
|
warnings.warn(
|
862
|
-
"`str_as_cat` is deprecated and will be removed in LaminDB
|
862
|
+
"`str_as_cat` is deprecated and will be removed in LaminDB 2.0.0. "
|
863
863
|
"Create features explicitly with dtype='cat' for categorical values.",
|
864
864
|
DeprecationWarning,
|
865
865
|
stacklevel=2,
|
@@ -1,4 +1,4 @@
|
|
1
|
-
lamindb/__init__.py,sha256=
|
1
|
+
lamindb/__init__.py,sha256=c9XobDajDT_QwZrOoyOb_eLs9wvxqfxOah1NtFK5fh8,3222
|
2
2
|
lamindb/_finish.py,sha256=4KkFyb9d-GEGjDw_zDrnGt_bq3auQ_OQu0hV-2U73AQ,21355
|
3
3
|
lamindb/_tracked.py,sha256=HSlUud_UeHTVNN2WQ14gU2Kr7sUQKyoD3wLD58D5mlY,4490
|
4
4
|
lamindb/_view.py,sha256=GOKTfwnEaly9fdeWo9SlhYRc3UWEyLDmTlIUzjFXMYY,4960
|
@@ -56,10 +56,10 @@ lamindb/examples/schemas/__init__.py,sha256=NPDp7VjMOHStEIthx3xW9NSHtY7jnnMzrNPc
|
|
56
56
|
lamindb/examples/schemas/_anndata.py,sha256=TAQrnBLZhH4TgbznrJDdGK_Gze6cf1MvyXuCcKIvb1g,1210
|
57
57
|
lamindb/examples/schemas/_simple.py,sha256=Dspj5QRmv241IstBxuc1E1Q5YeEqTOnOvakg7ChPj1k,911
|
58
58
|
lamindb/examples/wandb/__init__.py,sha256=QOgHfXVlKae23MGyXaRaZoC9Byx_OkZOtda6E6hsgQk,1340
|
59
|
-
lamindb/integrations/__init__.py,sha256=
|
59
|
+
lamindb/integrations/__init__.py,sha256=Q26A3pQP8c5FPULyKPSAGtaxgBScjx76G0aeU1SUNjQ,870
|
60
60
|
lamindb/integrations/_croissant.py,sha256=RNX6dDPPun1QG6t456GxK19t071_FJWzwmUXiVDkHFE,5200
|
61
|
+
lamindb/integrations/_lightning.py,sha256=RD_L3jf0IOBbD7GScJ6nwa1-R8SpNsg33vbyuC7KVaw,2730
|
61
62
|
lamindb/integrations/_vitessce.py,sha256=s2F8KPpYVG0zUOTaDJgH1XAJtQDg1zrD_SxC4ZHUkHk,4035
|
62
|
-
lamindb/integrations/lightning.py,sha256=RD_L3jf0IOBbD7GScJ6nwa1-R8SpNsg33vbyuC7KVaw,2730
|
63
63
|
lamindb/migrations/0069_squashed.py,sha256=7XdiRW0MBtr3Jck9dbIy_9qxmB_sjtLM1SH9x062d2k,62631
|
64
64
|
lamindb/migrations/0070_lamindbv1_migrate_data.py,sha256=tyq_xi6U8TXi9C2Raf6v_UTtfyfqQOUIFJzYj4oCgAE,2429
|
65
65
|
lamindb/migrations/0071_lamindbv1_migrate_schema.py,sha256=o47wYtMTuQ-LEVQSftiV0Wwvs3bcISZ_JtWsMxlLykk,25130
|
@@ -140,7 +140,7 @@ lamindb/models/artifact_set.py,sha256=W0lwQpwkfRwFKRasR0_iyU7uo_fTCUie_GdRm0-DT7
|
|
140
140
|
lamindb/models/block.py,sha256=hIvfHQ52drfT7N0kIjaWMXggyAmwsB76F1oQsn0GIbs,5370
|
141
141
|
lamindb/models/can_curate.py,sha256=G3vHnXpZctq47s91Z-hmQmfCGr3638qRlniCsS2yKpU,29310
|
142
142
|
lamindb/models/collection.py,sha256=_zEm7RkzL1dU21u_J-9NBHTbYvkTXdI0mmUZqgJRX80,27261
|
143
|
-
lamindb/models/feature.py,sha256=
|
143
|
+
lamindb/models/feature.py,sha256=nD2ilcVcXQngRpANzOjqqnpa1BvCVjg9pQS9Tc_xM6k,41781
|
144
144
|
lamindb/models/has_parents.py,sha256=YN9z0ol0EhkuXydtMFMVmAnAcwNO41cNTrPDHvDtYgU,20660
|
145
145
|
lamindb/models/project.py,sha256=n4TpMj3gMYH0pQa7BC8PrZ-lKnwsPHPeM4Frd8c1qxE,16751
|
146
146
|
lamindb/models/query_manager.py,sha256=dVC2ZrYoubevM6XjSUhucDuWgxninYY6Pqmq3-kNAx0,11368
|
@@ -158,7 +158,7 @@ lamindb/setup/_switch.py,sha256=njZJN__JOhVrBFGClQG1wobdhJJp6l_XzPGKtKSCrfU,434
|
|
158
158
|
lamindb/setup/core/__init__.py,sha256=SevlVrc2AZWL3uALbE5sopxBnIZPWZ1IB0NBDudiAL8,167
|
159
159
|
lamindb/setup/errors/__init__.py,sha256=bAHTxOUJW1rm4zpF0Pvqkftn8W6iMGnQ-uyNBu13Nfg,171
|
160
160
|
lamindb/setup/types/__init__.py,sha256=ATaosOi6q-cDWB52T69_sRmLMqj8cHfc-vljzZsrJNw,169
|
161
|
-
lamindb-1.12.
|
162
|
-
lamindb-1.12.
|
163
|
-
lamindb-1.12.
|
164
|
-
lamindb-1.12.
|
161
|
+
lamindb-1.12.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
162
|
+
lamindb-1.12.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
163
|
+
lamindb-1.12.1.dist-info/METADATA,sha256=qKRZJL0o1LtKH8GXXefAIGO660oXL38KvUvkAy-dBT4,8271
|
164
|
+
lamindb-1.12.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|