libertem-dectris 0.2.9__cp37-abi3-macosx_11_0_arm64.whl → 0.2.12__cp37-abi3-macosx_11_0_arm64.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.

Potentially problematic release.


This version of libertem-dectris might be problematic. Click here for more details.

Binary file
@@ -1,9 +1,10 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: libertem-dectris
3
- Version: 0.2.9
3
+ Version: 0.2.12
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Programming Language :: Python :: Implementation :: PyPy
7
+ Requires-Dist: numpy >=1.16.0
7
8
  Author: Alexander Clausen <a.clausen@fz-juelich.de>
8
9
  Author-email: Alexander Clausen <a.clausen@fz-juelich.de>
9
10
  License: MIT
@@ -13,7 +14,7 @@ Project-URL: repository, https://github.com/LiberTEM/LiberTEM-rs/
13
14
 
14
15
  # LiberTEM-dectris-rs
15
16
 
16
- [![LiberTEM-dectris-rs on GitHub](https://img.shields.io/badge/GitHub-MIT-informational)](https://github.com/LiberTEM/LiberTEM-dectris-rs)
17
+ [![LiberTEM-dectris-rs on GitHub](https://img.shields.io/badge/GitHub-MIT-informational)](https://github.com/LiberTEM/LiberTEM-rs)
17
18
 
18
19
  This is a Python package for efficiently receiving data from DECTRIS detectors
19
20
  with [the zeromq interface](https://media.dectris.com/210607-DECTRIS-SIMPLON-API-Manual_EIGER2-chip-based_detectros.pdf).
@@ -21,6 +22,9 @@ The low-level, high-frequency operations are performed in a background thread
21
22
  implemented in rust, and multiple frames are batched together for further
22
23
  processing in Python.
23
24
 
25
+ It is built for [LiberTEM-live](https://github.com/libertem/libertem-live), but can
26
+ also be used stand-alone.
27
+
24
28
  ## Usage
25
29
 
26
30
  ```python
@@ -94,6 +98,21 @@ finally:
94
98
 
95
99
  ## Changelog
96
100
 
101
+ ### v0.2.12
102
+
103
+ - Refactored and unified interface - allows for more code sharing between crates
104
+ - Some robustness changes around adding timeout parameters for many top-level operations
105
+
106
+ ### v0.2.11
107
+
108
+ - Re-release for CI changes
109
+
110
+ ### v0.2.10
111
+
112
+ - Add functionality to generate mock data for sending via the simulator
113
+ - Add missing numpy dependency
114
+ - Make debug output a bit more reliable
115
+
97
116
  ### v0.2.9
98
117
 
99
118
  - Add more debug and trace output
@@ -0,0 +1,5 @@
1
+ libertem_dectris-0.2.12.dist-info/METADATA,sha256=p2PwPwWa-qqivYDItLUCrewhZj_cae8luFhiv1XW9lg,5764
2
+ libertem_dectris-0.2.12.dist-info/WHEEL,sha256=1TdJzUZRR46ZNNWDcWiKjA-P2bqjURChZ7YxWqFRkXc,102
3
+ libertem_dectris/__init__.py,sha256=lA8m1kE3zzEh7EKc8JJlavSNPVWMYvovQHB-QZstAuE,147
4
+ libertem_dectris/libertem_dectris.abi3.so,sha256=MTvjBa8h2Ua6BCvXv9EZA_kmVelM7noQ4GQYrIMDwH8,3756520
5
+ libertem_dectris-0.2.12.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: maturin (0.14.17)
2
+ Generator: maturin (1.7.1)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp37-abi3-macosx_11_0_arm64
@@ -1,5 +0,0 @@
1
- libertem_dectris-0.2.9.dist-info/METADATA,sha256=43fM5qGbKwxoYIqjDW6LDuF9c3dwd3bK6D3JzDMaCOc,5247
2
- libertem_dectris-0.2.9.dist-info/WHEEL,sha256=sXIqU3_gboVEC8xBP4qmcke6muanGbQjnmzYVTGx6WI,104
3
- libertem_dectris/__init__.py,sha256=lA8m1kE3zzEh7EKc8JJlavSNPVWMYvovQHB-QZstAuE,147
4
- libertem_dectris/libertem_dectris.abi3.so,sha256=jMsQzhX-_Bkp6xpsRbbvH0UR0dlZ1uASs2pdDwLYiUw,4403301
5
- libertem_dectris-0.2.9.dist-info/RECORD,,