tsdf 0.5.1__py3-none-any.whl → 0.5.2__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.
tsdf/numpy_utils.py CHANGED
@@ -61,6 +61,7 @@ _map_from_numpy_endianness = {
61
61
  "<": "little",
62
62
  ">": "big",
63
63
  "=": sys.byteorder,
64
+ "|": "not applicable",
64
65
  }
65
66
  """ Supported endianness values. """
66
67
 
@@ -79,6 +80,7 @@ def endianness_numpy_to_tsdf(data: np.ndarray) -> str:
79
80
  _map_to_numpy_endianness = {
80
81
  "little": "<",
81
82
  "big": ">",
83
+ "not applicable": "|",
82
84
  }
83
85
  """ Supported endianness values. """
84
86
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tsdf
3
- Version: 0.5.1
3
+ Version: 0.5.2
4
4
  Summary: A Python library that provides methods for encoding and decoding TSDF (Time Series Data Format) data, which allows you to easily create, manipulate and serialize TSDF files in your Python code.
5
5
  Home-page: https://github.com/biomarkersParkinson/tsdf
6
6
  License: Apache-2.0
@@ -2,7 +2,7 @@ tsdf/__init__.py,sha256=1XpOrMtNGP815j8U6GqIClsb9hnvsC78uVHOzTtrRwI,894
2
2
  tsdf/constants.py,sha256=2b_X9JKG18Xno1xo3ZWMFsJtsYRgCsu6J5cNbKqLjVY,1246
3
3
  tsdf/file_utils.py,sha256=NlhwgPUPTFUY0gsfVPm9EdbKhgKLMXEFgcgS_g4MC-4,907
4
4
  tsdf/legacy_tsdf_utils.py,sha256=ykE1taqkOpbZkoZmtCSJZXd9uFS_VvpZcLUH7MfhYqU,4136
5
- tsdf/numpy_utils.py,sha256=TKjKqX5QeI-yq6izVcFaKnLVE5LER3xWTBoDYsJMuLM,2367
5
+ tsdf/numpy_utils.py,sha256=ma87nmF9eYu0oRVqvtWC2uTvShuvkBokQmVlOCbwhoQ,2421
6
6
  tsdf/parse_metadata.py,sha256=vJxFGL5QcaMOEFr1hvr9eEcoV4kykIyorcvIBnYY2iI,8773
7
7
  tsdf/read_binary.py,sha256=G-EyiioIP_JxjYduJUujLbKBlfaV8eydRNd4hrBTGVw,4113
8
8
  tsdf/read_tsdf.py,sha256=A7zIqdjGgKr1PCOiETaKybuvKc-KNIXALenYAoXMlFQ,3077
@@ -10,8 +10,8 @@ tsdf/tsdfmetadata.py,sha256=0ILoFLW2h6a1RtbgGNH1hvhdQoVz_WRvSkpPJMbAdWA,3111
10
10
  tsdf/validator.py,sha256=8PFB0PHqKKHtDpddyGIIKeqVqvDqcip7Bk7bY_wYzsw,1579
11
11
  tsdf/write_binary.py,sha256=JamPBGFCigyV3SFRJqVE7lCeJB4L6TPuZ9J6ceMXMbM,2409
12
12
  tsdf/write_tsdf.py,sha256=t_Yd9vI4qJdEd3KPN4gVCJAjEFlpF-Cq_PZbOGaSDwY,6034
13
- tsdf-0.5.1.dist-info/LICENSE,sha256=ps-dSIu_bKnNIZ3_A9i8DjNNcN21Dg81znC5pTQKg3M,9748
14
- tsdf-0.5.1.dist-info/METADATA,sha256=HOQWnlHiJq07grdJ3-W3cnDTL4b7E2yag0kkxOIVcY4,3874
15
- tsdf-0.5.1.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
16
- tsdf-0.5.1.dist-info/entry_points.txt,sha256=Bsc8N48btp0lRWhtEwmOOmzZuvdlYDfVSkHFrHK2EXQ,53
17
- tsdf-0.5.1.dist-info/RECORD,,
13
+ tsdf-0.5.2.dist-info/LICENSE,sha256=ps-dSIu_bKnNIZ3_A9i8DjNNcN21Dg81znC5pTQKg3M,9748
14
+ tsdf-0.5.2.dist-info/METADATA,sha256=CBQL-o1YTNyiT4WZjEyX6Qatz_0SQaRu0w9Mwh3w8eI,3874
15
+ tsdf-0.5.2.dist-info/WHEEL,sha256=d2fvjOD7sXsVzChCqf0Ty0JbHKBaLYwDbGQDwQTnJ50,88
16
+ tsdf-0.5.2.dist-info/entry_points.txt,sha256=Bsc8N48btp0lRWhtEwmOOmzZuvdlYDfVSkHFrHK2EXQ,53
17
+ tsdf-0.5.2.dist-info/RECORD,,
File without changes
File without changes