We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b012741 commit 056c04aCopy full SHA for 056c04a
HISTORY.rst
@@ -5,6 +5,7 @@ History
5
2.0.0 (xxxx-xx-xx)
6
------------------
7
* fast_dp no longer supports Python 2.7 or 3.5
8
+* change default plugin for Eiger data to durin-plugin.so
9
10
1.6.2 (2020-03-14)
11
fast_dp/image_readers.py
@@ -30,7 +30,7 @@ def get_dectris_serial_no(record):
30
31
def find_hdf5_lib(lib_name=None):
32
if not hasattr(find_hdf5_lib, "cache"):
33
- lib_name = lib_name or "dectris-neggia.so"
+ lib_name = lib_name or "durin-plugin.so"
34
for d in os.environ["PATH"].split(os.pathsep):
35
if os.path.exists(os.path.join(d, lib_name)):
36
library = os.path.join(d, lib_name)
0 commit comments