datajoint 0.14.5__tar.gz → 0.14.7__tar.gz
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.
Potentially problematic release.
This version of datajoint might be problematic. Click here for more details.
- {datajoint-0.14.5 → datajoint-0.14.7}/PKG-INFO +4 -4
- {datajoint-0.14.5 → datajoint-0.14.7}/README.md +2 -2
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/autopopulate.py +4 -2
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/version.py +1 -1
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/PKG-INFO +4 -4
- {datajoint-0.14.5 → datajoint-0.14.7}/pyproject.toml +1 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/LICENSE.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/__init__.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/admin.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/attribute_adapter.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/blob.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/cli.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/condition.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/connection.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/declare.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/dependencies.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/diagram.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/errors.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/expression.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/external.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/fetch.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/hash.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/heading.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/jobs.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/logging.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/plugin.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/preview.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/s3.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/schemas.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/settings.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/table.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/user_tables.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint/utils.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/SOURCES.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/dependency_links.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/entry_points.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/requires.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/datajoint.egg-info/top_level.txt +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/setup.cfg +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_adapted_attributes.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_admin.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_aggr_regressions.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_alter.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_attach.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_autopopulate.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_blob.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_blob_matlab.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_bypass_serialization.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_cascading_delete.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_cli.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_connection.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_declare.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_dependencies.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_erd.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_external.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_external_class.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_fetch.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_fetch_same.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_filepath.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_foreign_keys.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_groupby.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_hash.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_jobs.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_json.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_log.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_nan.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_plugin.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_privileges.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_reconnection.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_relation.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_relation_u.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_relational_operand.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_s3.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_schema.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_schema_keywords.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_settings.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_tls.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_university.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_update1.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_utils.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_uuid.py +0 -0
- {datajoint-0.14.5 → datajoint-0.14.7}/tests/test_virtual_module.py +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datajoint
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.7
|
|
4
4
|
Summary: DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data.
|
|
5
5
|
Author: Raphael Guzman, Edgar Walker
|
|
6
|
-
Author-email: Dimitri Yatsenko <dimitri@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
6
|
+
Author-email: Dimitri Yatsenko <dimitri@datajoint.com>, Thinh Nguyen <thinh@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
7
7
|
Maintainer-email: Dimitri Yatsenko <dimitri@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
8
8
|
License: GNU LESSER GENERAL PUBLIC LICENSE
|
|
9
9
|
Version 2.1, February 1999
|
|
@@ -589,8 +589,8 @@ Dynamic: license-file
|
|
|
589
589
|
<tr>
|
|
590
590
|
<td>Since Release</td>
|
|
591
591
|
<td>
|
|
592
|
-
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.
|
|
593
|
-
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.
|
|
592
|
+
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.7...master">
|
|
593
|
+
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.7?color=red" alt="commit since last release" />
|
|
594
594
|
</a>
|
|
595
595
|
</td>
|
|
596
596
|
</tr>
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
<tr>
|
|
31
31
|
<td>Since Release</td>
|
|
32
32
|
<td>
|
|
33
|
-
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.
|
|
34
|
-
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.
|
|
33
|
+
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.7...master">
|
|
34
|
+
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.7?color=red" alt="commit since last release" />
|
|
35
35
|
</a>
|
|
36
36
|
</td>
|
|
37
37
|
</tr>
|
|
@@ -93,7 +93,7 @@ class AutoPopulate:
|
|
|
93
93
|
self._key_source *= _rename_attributes(*q)
|
|
94
94
|
return self._key_source
|
|
95
95
|
|
|
96
|
-
def make(self, key):
|
|
96
|
+
def make(self, key, **kwargs):
|
|
97
97
|
"""
|
|
98
98
|
This method must be implemented by derived classes to perform automated computation.
|
|
99
99
|
The method must implement the following three steps:
|
|
@@ -136,6 +136,8 @@ class AutoPopulate:
|
|
|
136
136
|
DataJoint may programmatically enforce this separation in the future.
|
|
137
137
|
|
|
138
138
|
:param key: The primary key value used to restrict the data fetching.
|
|
139
|
+
:param kwargs: Keyword arguments passed from populate(make_kwargs=...).
|
|
140
|
+
These are passed to make_fetch for the tripartite pattern.
|
|
139
141
|
:raises NotImplementedError: If the derived class does not implement the required methods.
|
|
140
142
|
"""
|
|
141
143
|
|
|
@@ -153,7 +155,7 @@ class AutoPopulate:
|
|
|
153
155
|
# User has implemented `_fetch`, `_compute`, and `_insert` methods instead
|
|
154
156
|
|
|
155
157
|
# Step 1: Fetch data from parent tables
|
|
156
|
-
fetched_data = self.make_fetch(key) # fetched_data is a tuple
|
|
158
|
+
fetched_data = self.make_fetch(key, **kwargs) # fetched_data is a tuple
|
|
157
159
|
computed_result = yield fetched_data # passed as input into make_compute
|
|
158
160
|
|
|
159
161
|
# Step 2: If computed result is not passed in, compute the result
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# version bump auto managed by Github Actions:
|
|
2
2
|
# label_prs.yaml(prep), release.yaml(bump), post_release.yaml(edit)
|
|
3
3
|
# manually set this version will be eventually overwritten by the above actions
|
|
4
|
-
__version__ = "0.14.
|
|
4
|
+
__version__ = "0.14.7"
|
|
5
5
|
|
|
6
6
|
assert len(__version__) <= 10 # The log table limits version to the 10 characters
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: datajoint
|
|
3
|
-
Version: 0.14.
|
|
3
|
+
Version: 0.14.7
|
|
4
4
|
Summary: DataJoint for Python is a framework for scientific workflow management based on relational principles. DataJoint is built on the foundation of the relational data model and prescribes a consistent method for organizing, populating, computing, and querying data.
|
|
5
5
|
Author: Raphael Guzman, Edgar Walker
|
|
6
|
-
Author-email: Dimitri Yatsenko <dimitri@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
6
|
+
Author-email: Dimitri Yatsenko <dimitri@datajoint.com>, Thinh Nguyen <thinh@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
7
7
|
Maintainer-email: Dimitri Yatsenko <dimitri@datajoint.com>, DataJoint Contributors <support@datajoint.com>
|
|
8
8
|
License: GNU LESSER GENERAL PUBLIC LICENSE
|
|
9
9
|
Version 2.1, February 1999
|
|
@@ -589,8 +589,8 @@ Dynamic: license-file
|
|
|
589
589
|
<tr>
|
|
590
590
|
<td>Since Release</td>
|
|
591
591
|
<td>
|
|
592
|
-
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.
|
|
593
|
-
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.
|
|
592
|
+
<a id="commit-since-release-link" href="https://github.com/datajoint/datajoint-python/compare/v0.14.7...master">
|
|
593
|
+
<img id="commit-since-release-img" src="https://img.shields.io/github/commits-since/datajoint/datajoint-python/v0.14.7?color=red" alt="commit since last release" />
|
|
594
594
|
</a>
|
|
595
595
|
</td>
|
|
596
596
|
</tr>
|
|
@@ -27,6 +27,7 @@ dependencies = [
|
|
|
27
27
|
requires-python = ">=3.9,<4.0"
|
|
28
28
|
authors = [
|
|
29
29
|
{name = "Dimitri Yatsenko", email = "dimitri@datajoint.com"},
|
|
30
|
+
{name = "Thinh Nguyen", email = "thinh@datajoint.com"},
|
|
30
31
|
{name = "Raphael Guzman"},
|
|
31
32
|
{name = "Edgar Walker"},
|
|
32
33
|
{name = "DataJoint Contributors", email = "support@datajoint.com"},
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|