mobiedantic 0.2.0__tar.gz → 0.3.0__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.
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/PKG-INFO +1 -1
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/pixi.lock +2 -2
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/src/mobiedantic/__init__.py +1 -3
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/.gitattributes +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/.github/workflows/publish.yml +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/.github/workflows/test.yml +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/.gitignore +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/LICENSE.txt +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/README.md +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/environment.yml +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/pyproject.toml +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/sandbox/Testing.ipynb +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/src/mobiedantic/generated.py +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/tests/__init__.py +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/tests/test_api.py +0 -0
- {mobiedantic-0.2.0 → mobiedantic-0.3.0}/tests/test_schemas.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mobiedantic
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Project-URL: Documentation, https://github.com/fmi-faim/mobiedantic#readme
|
|
5
5
|
Project-URL: Issues, https://github.com/fmi-faim/mobiedantic/issues
|
|
6
6
|
Project-URL: Source, https://github.com/fmi-faim/mobiedantic
|
|
@@ -8263,7 +8263,7 @@ packages:
|
|
|
8263
8263
|
timestamp: 1716276077462
|
|
8264
8264
|
- kind: pypi
|
|
8265
8265
|
name: mobiedantic
|
|
8266
|
-
version: 0.
|
|
8266
|
+
version: 0.2.1.dev0+g6ca6024.d20240723
|
|
8267
8267
|
path: .
|
|
8268
8268
|
sha256: ee4f165f9d96378272ddb8bf328f59cfd946894ea2ecc99f5db005acf8be3fee
|
|
8269
8269
|
requires_dist:
|
|
@@ -8273,7 +8273,7 @@ packages:
|
|
|
8273
8273
|
editable: true
|
|
8274
8274
|
- kind: pypi
|
|
8275
8275
|
name: mobiedantic
|
|
8276
|
-
version: 0.
|
|
8276
|
+
version: 0.2.1.dev1+g0bd0dd4
|
|
8277
8277
|
path: .
|
|
8278
8278
|
sha256: ee4f165f9d96378272ddb8bf328f59cfd946894ea2ecc99f5db005acf8be3fee
|
|
8279
8279
|
requires_dist:
|
|
@@ -79,9 +79,7 @@ class Dataset:
|
|
|
79
79
|
source_path = {
|
|
80
80
|
'channel': channel_index,
|
|
81
81
|
'relativePath': str(
|
|
82
|
-
Path(path_dict[name]).relative_to(
|
|
83
|
-
self.path.parent, walk_up=True
|
|
84
|
-
)
|
|
82
|
+
Path(path_dict[name]).relative_to(self.path, walk_up=True)
|
|
85
83
|
),
|
|
86
84
|
}
|
|
87
85
|
except (ValueError, TypeError):
|
|
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
|