legend-pydataobj 1.11.10__tar.gz → 1.11.11__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.
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/PKG-INFO +1 -1
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/PKG-INFO +1 -1
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/_version.py +2 -2
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/datatype.py +5 -1
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/struct.py +52 -2
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_write.py +2 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_histogram.py +2 -2
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_struct.py +2 -2
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_waveformtable.py +1 -1
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/LICENSE +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/README.md +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/pyproject.toml +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/setup.cfg +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/SOURCES.txt +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/dependency_links.txt +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/entry_points.txt +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/not-zip-safe +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/requires.txt +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/top_level.txt +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/cli.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/base.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/generic.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/radware.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/compression/varlen.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lgdo_utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/array.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/composite.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/encoded.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/ndarray.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/scalar.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/vector_of_vectors.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/array.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/composite.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/scalar.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/vector_of_vectors.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/concat.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/core.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/exceptions.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/iterator.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/store.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/tools.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5_store.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/logging.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/__init__.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/array.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/arrayofequalsizedarrays.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/encoded.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/fixedsizearray.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/histogram.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/lgdo.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/scalar.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/table.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/vectorofvectors.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/vovutils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/waveformtable.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/units.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/conftest.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/sigcompress/LDQTA_r117_20200110T105115Z_cal_geds_raw-0.dat +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/sigcompress/special-wf-clipped.dat +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_compression.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_radware_sigcompress.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_str2wfcodec.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_uleb128_zigzag_diff.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/conftest.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/conftest.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_concat.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_core.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_exceptions.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_datatype.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_iterator.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_store.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_tools.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/lh5/test_lh5_utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/test_cli.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/test_lgdo_utils.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_array.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_arrayofequalsizedarrays.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_encoded.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_fixedsizearray.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_representations.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_scalar.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_table.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_table_eval.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_vectorofvectors.py +0 -0
- {legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_vovutils.py +0 -0
@@ -2,6 +2,7 @@ from __future__ import annotations
|
|
2
2
|
|
3
3
|
import re
|
4
4
|
from collections import OrderedDict
|
5
|
+
from itertools import permutations as perm
|
5
6
|
|
6
7
|
from .. import types as lgdo
|
7
8
|
|
@@ -14,7 +15,10 @@ _lgdo_datatype_map: dict[str, lgdo.LGDO] = OrderedDict(
|
|
14
15
|
lgdo.ArrayOfEncodedEqualSizedArrays,
|
15
16
|
r"^array_of_encoded_equalsized_arrays<1,1>\{.+\}$",
|
16
17
|
),
|
17
|
-
(
|
18
|
+
(
|
19
|
+
lgdo.Histogram,
|
20
|
+
rf"^struct\{{(?:{'|'.join([','.join(p) for p in perm(['binning', 'weights', 'isdensity'])])})\}}$",
|
21
|
+
),
|
18
22
|
(lgdo.Struct, r"^struct\{.*\}$"),
|
19
23
|
(lgdo.Table, r"^table\{.*\}$"),
|
20
24
|
(lgdo.FixedSizeArray, r"^fixedsize_array<\d+>\{.+\}$"),
|
@@ -5,7 +5,9 @@ utilities.
|
|
5
5
|
|
6
6
|
from __future__ import annotations
|
7
7
|
|
8
|
+
import copy
|
8
9
|
import logging
|
10
|
+
import re
|
9
11
|
from collections.abc import Mapping
|
10
12
|
from typing import Any
|
11
13
|
|
@@ -56,7 +58,21 @@ class Struct(LGDO, dict):
|
|
56
58
|
# assign
|
57
59
|
super().update({k: v})
|
58
60
|
|
59
|
-
#
|
61
|
+
# check the datatype attribute passed by the user and sort the fields
|
62
|
+
# to ensure consistent behavior
|
63
|
+
if attrs is not None and "datatype" in attrs:
|
64
|
+
_attrs = copy.copy(dict(attrs))
|
65
|
+
|
66
|
+
if not _is_struct_datatype(self.datatype_name(), _attrs["datatype"]):
|
67
|
+
msg = (
|
68
|
+
f"datatype attribute ({self.attrs['datatype']}) is not "
|
69
|
+
f"compatible with class datatype!"
|
70
|
+
)
|
71
|
+
raise ValueError(msg)
|
72
|
+
|
73
|
+
_attrs["datatype"] = _sort_datatype_fields(_attrs["datatype"])
|
74
|
+
attrs = _attrs
|
75
|
+
|
60
76
|
super().__init__(attrs)
|
61
77
|
|
62
78
|
def datatype_name(self) -> str:
|
@@ -64,7 +80,10 @@ class Struct(LGDO, dict):
|
|
64
80
|
|
65
81
|
def form_datatype(self) -> str:
|
66
82
|
return (
|
67
|
-
self.datatype_name()
|
83
|
+
self.datatype_name()
|
84
|
+
+ "{"
|
85
|
+
+ ",".join(sorted([str(k) for k in self.keys()]))
|
86
|
+
+ "}"
|
68
87
|
)
|
69
88
|
|
70
89
|
def update_datatype(self) -> None:
|
@@ -157,3 +176,34 @@ class Struct(LGDO, dict):
|
|
157
176
|
"not possible. Call view_as() on the fields instead."
|
158
177
|
)
|
159
178
|
raise NotImplementedError(msg)
|
179
|
+
|
180
|
+
|
181
|
+
def _is_struct_datatype(dt_name, expr):
|
182
|
+
return re.search("^" + dt_name + r"\{(.*)\}$", expr) is not None
|
183
|
+
|
184
|
+
|
185
|
+
def _get_struct_fields(expr: str) -> list[str]:
|
186
|
+
assert _is_struct_datatype(".*", expr)
|
187
|
+
|
188
|
+
arr = re.search(r"\{(.*)\}$", expr).group(1).split(",")
|
189
|
+
if arr == [""]:
|
190
|
+
arr = []
|
191
|
+
|
192
|
+
return sorted(arr)
|
193
|
+
|
194
|
+
|
195
|
+
def _struct_datatype_equal(dt_name, dt1, dt2):
|
196
|
+
if any(not _is_struct_datatype(dt_name, dt) for dt in (dt1, dt2)):
|
197
|
+
return False
|
198
|
+
|
199
|
+
return _get_struct_fields(dt1) == _get_struct_fields(dt2)
|
200
|
+
|
201
|
+
|
202
|
+
def _sort_datatype_fields(expr):
|
203
|
+
assert _is_struct_datatype(".*", expr)
|
204
|
+
|
205
|
+
match = re.search(r"^(.*)\{.*\}$", expr)
|
206
|
+
struct_type = match.group(1)
|
207
|
+
fields = _get_struct_fields(expr)
|
208
|
+
|
209
|
+
return struct_type + "{" + ",".join(sorted([str(k) for k in fields])) + "}"
|
@@ -456,6 +456,7 @@ def test_write_histogram(caplog, tmptestdir):
|
|
456
456
|
h3, _ = store.read(
|
457
457
|
"my_group/my_histogram", f"{tmptestdir}/write_histogram_test.lh5"
|
458
458
|
)
|
459
|
+
assert isinstance(h3, types.Histogram)
|
459
460
|
assert np.array_equal(h3.weights.nda, np.array([[10, 10], [10, 10]]))
|
460
461
|
assert h3.binning[0].edges[0] == 2
|
461
462
|
assert h3.binning[1].edges[-1] == 7
|
@@ -524,6 +525,7 @@ def test_write_histogram_variable(caplog, tmptestdir):
|
|
524
525
|
h3, _ = store.read(
|
525
526
|
"my_group/my_histogram", f"{tmptestdir}/write_histogram_test.lh5"
|
526
527
|
)
|
528
|
+
assert isinstance(h3, types.Histogram)
|
527
529
|
assert np.array_equal(h3.weights.nda, np.array([[10, 10], [10, 10]]))
|
528
530
|
assert np.array_equal(h3.binning[0].edges, np.array([2, 3.5, 4]))
|
529
531
|
with pytest.raises(TypeError):
|
@@ -98,7 +98,7 @@ def test_init_np():
|
|
98
98
|
def test_datatype_name():
|
99
99
|
h = Histogram(np.array([1, 1]), (np.array([0, 1, 2]),))
|
100
100
|
assert h.datatype_name() == "struct"
|
101
|
-
assert h.form_datatype() == "struct{binning,weights
|
101
|
+
assert h.form_datatype() == "struct{binning,isdensity,weights}"
|
102
102
|
|
103
103
|
|
104
104
|
def test_axes():
|
@@ -266,7 +266,7 @@ def test_view_as_np():
|
|
266
266
|
|
267
267
|
def test_not_like_table():
|
268
268
|
h = Histogram(np.array([1, 1]), (np.array([0, 1, 2]),))
|
269
|
-
assert h.form_datatype() == "struct{binning,weights
|
269
|
+
assert h.form_datatype() == "struct{binning,isdensity,weights}"
|
270
270
|
with pytest.raises(AttributeError):
|
271
271
|
x = h.x # noqa: F841
|
272
272
|
with pytest.raises(TypeError):
|
@@ -58,10 +58,10 @@ def test_add_field():
|
|
58
58
|
assert struct["scalar1"].__class__.__name__ == "Scalar"
|
59
59
|
|
60
60
|
struct.add_field("array1", lgdo.Array(shape=(700, 21), dtype="f", fill_val=2))
|
61
|
-
assert struct.attrs["datatype"] == "struct{scalar1
|
61
|
+
assert struct.attrs["datatype"] == "struct{array1,scalar1}"
|
62
62
|
|
63
63
|
struct["array2"] = lgdo.Array(shape=(700, 21), dtype="f", fill_val=2)
|
64
|
-
assert struct.attrs["datatype"] == "struct{
|
64
|
+
assert struct.attrs["datatype"] == "struct{array1,array2,scalar1}"
|
65
65
|
|
66
66
|
|
67
67
|
def test_getattr():
|
@@ -12,7 +12,7 @@ def test_init():
|
|
12
12
|
assert (wft.dt.nda == np.full(1024, fill_value=1)).all()
|
13
13
|
assert isinstance(wft.values, lgdo.VectorOfVectors)
|
14
14
|
assert len(wft.values) == 1024
|
15
|
-
assert wft.attrs == {"datatype": "table{t0,
|
15
|
+
assert wft.attrs == {"datatype": "table{dt,t0,values}"}
|
16
16
|
|
17
17
|
wft = WaveformTable(dt_units="ns", values_units="adc")
|
18
18
|
assert wft.dt.attrs["units"] == "ns"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/SOURCES.txt
RENAMED
File without changes
|
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/entry_points.txt
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/not-zip-safe
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/requires.txt
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/legend_pydataobj.egg-info/top_level.txt
RENAMED
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
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/__init__.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/array.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/composite.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/encoded.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/ndarray.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/scalar.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/read/utils.py
RENAMED
File without changes
|
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/__init__.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/array.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/composite.py
RENAMED
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/lh5/_serializers/write/scalar.py
RENAMED
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
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/src/lgdo/types/arrayofequalsizedarrays.py
RENAMED
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
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_radware_sigcompress.py
RENAMED
File without changes
|
File without changes
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/compression/test_uleb128_zigzag_diff.py
RENAMED
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
|
{legend_pydataobj-1.11.10 → legend_pydataobj-1.11.11}/tests/types/test_arrayofequalsizedarrays.py
RENAMED
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
|