lamindb 1.0.0__py3-none-any.whl → 1.0.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/migrations/0073_merge_ourprojects.py +7 -0
- {lamindb-1.0.0.dist-info → lamindb-1.0.1.dist-info}/METADATA +2 -2
- {lamindb-1.0.0.dist-info → lamindb-1.0.1.dist-info}/RECORD +6 -6
- {lamindb-1.0.0.dist-info → lamindb-1.0.1.dist-info}/LICENSE +0 -0
- {lamindb-1.0.0.dist-info → lamindb-1.0.1.dist-info}/WHEEL +0 -0
lamindb/__init__.py
CHANGED
@@ -53,7 +53,7 @@ Modules and settings.
|
|
53
53
|
"""
|
54
54
|
|
55
55
|
# denote a release candidate for 0.1.0 with 0.1rc1, 0.1a1, 0.1b1, etc.
|
56
|
-
__version__ = "1.0.
|
56
|
+
__version__ = "1.0.1"
|
57
57
|
|
58
58
|
from lamindb_setup._check_setup import InstanceNotSetupError as _InstanceNotSetupError
|
59
59
|
from lamindb_setup._check_setup import _check_instance_setup
|
@@ -2,6 +2,7 @@
|
|
2
2
|
|
3
3
|
import django.core.validators
|
4
4
|
import django.db.models.deletion
|
5
|
+
import lamindb_setup
|
5
6
|
from django.db import migrations, models
|
6
7
|
|
7
8
|
import lamindb.base.fields
|
@@ -943,3 +944,9 @@ class Migration(migrations.Migration):
|
|
943
944
|
migrate_data,
|
944
945
|
),
|
945
946
|
]
|
947
|
+
|
948
|
+
|
949
|
+
if "ourprojects" in lamindb_setup.settings.instance.modules:
|
950
|
+
Migration.dependencies += [
|
951
|
+
("ourprojects", "0003_alter_person_space_alter_project_space_and_more"),
|
952
|
+
]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: lamindb
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: A data framework for biology.
|
5
5
|
Author-email: Lamin Labs <open-source@lamin.ai>
|
6
6
|
Requires-Python: >=3.10,<3.13
|
@@ -10,7 +10,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.12
|
11
11
|
Requires-Dist: lamin_utils==0.13.10
|
12
12
|
Requires-Dist: lamin_cli==1.0.2
|
13
|
-
Requires-Dist: lamindb_setup[aws]==1.0.
|
13
|
+
Requires-Dist: lamindb_setup[aws]==1.0.3
|
14
14
|
Requires-Dist: pyarrow
|
15
15
|
Requires-Dist: typing_extensions!=4.6.0
|
16
16
|
Requires-Dist: python-dateutil
|
@@ -1,4 +1,4 @@
|
|
1
|
-
lamindb/__init__.py,sha256=
|
1
|
+
lamindb/__init__.py,sha256=zyukYAtc-MvRSctXlkUefaL7uppSiSuZIdTw7O9HFjQ,2255
|
2
2
|
lamindb/_artifact.py,sha256=22pKCA05PoIAgP2xszCHUovZ1VbMGIyrQqNLs5xDG_s,46580
|
3
3
|
lamindb/_can_curate.py,sha256=pIu9Ylgq5biUd_67rRbAHg9tkXSQrxMRM8TnVboL9YA,20341
|
4
4
|
lamindb/_collection.py,sha256=j2yTfR9v-NGUI85JfQk7vOQNExkWE5H_ulsSlBh1AOI,14456
|
@@ -84,7 +84,7 @@ lamindb/migrations/0069_squashed.py,sha256=KE2U6AX4wOh3ONMAN9INzZOvVA6b06pNsqMzD
|
|
84
84
|
lamindb/migrations/0070_lamindbv1_migrate_data.py,sha256=tyq_xi6U8TXi9C2Raf6v_UTtfyfqQOUIFJzYj4oCgAE,2429
|
85
85
|
lamindb/migrations/0071_lamindbv1_migrate_schema.py,sha256=r3PPpq4RK7rhrLWjhVACd5i-tSUTBF0X6Luc5v-g0Lg,25125
|
86
86
|
lamindb/migrations/0072_remove_user__branch_code_remove_user_aux_and_more.py,sha256=Nek9Mkuop3LgjAuW3moY-dyPXroCFq8UyvCAAWEquCM,4443
|
87
|
-
lamindb/migrations/0073_merge_ourprojects.py,sha256=
|
87
|
+
lamindb/migrations/0073_merge_ourprojects.py,sha256=f0uZ63X0iEylKDlYWD6CAYMge5RcwPSH6yGsoA1KgPQ,35032
|
88
88
|
lamindb/migrations/0074_lamindbv1_part4.py,sha256=NqYjEAmm2bNuK42ufLaJZDBjCjAJNv-N9pEXK7iCfyA,11557
|
89
89
|
lamindb/migrations/0075_lamindbv1_part5.py,sha256=XmwkuR4lFuTgHFAVRtvw91oI6Iq4JZTI57CplWcIl0o,8973
|
90
90
|
lamindb/migrations/0076_lamindbv1_part6.py,sha256=G_Wgog-OgquE0-h_CykjiDWUyPdYlCwA8gXjeuBY2OM,21349
|
@@ -94,7 +94,7 @@ lamindb/migrations/0079_alter_rundata_value_json_and_more.py,sha256=yQmbs8yWrFLO
|
|
94
94
|
lamindb/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
95
95
|
lamindb/setup/__init__.py,sha256=OwZpZzPDv5lPPGXZP7-zK6UdO4FHvvuBh439yZvIp3A,410
|
96
96
|
lamindb/setup/core/__init__.py,sha256=SevlVrc2AZWL3uALbE5sopxBnIZPWZ1IB0NBDudiAL8,167
|
97
|
-
lamindb-1.0.
|
98
|
-
lamindb-1.0.
|
99
|
-
lamindb-1.0.
|
100
|
-
lamindb-1.0.
|
97
|
+
lamindb-1.0.1.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
98
|
+
lamindb-1.0.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
|
99
|
+
lamindb-1.0.1.dist-info/METADATA,sha256=mDU_9jeyNkNgbADDIJ9H3AKUCSrevbvF0Sc8EXz2XlY,2611
|
100
|
+
lamindb-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|