From 12b7697cdea56226c142a31601c8bbde0eff954f Mon Sep 17 00:00:00 2001 From: Marko Toplak Date: Tue, 16 Apr 2024 17:06:37 +0200 Subject: [PATCH] Release 0.6.13 [ENH] agilent-format package, support incomplete datasets [FIX] Disable __eq__ and __hash__ because it can be slow --- conda/meta.yaml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 6b40efbf9..44a876cd6 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -41,6 +41,7 @@ requirements: - lmfit >=1.0.2 - bottleneck - pebble + - agilent-format>=0.4.5 test: imports: diff --git a/setup.py b/setup.py index 70d22335a..4fae83166 100644 --- a/setup.py +++ b/setup.py @@ -120,7 +120,7 @@ def include_documentation(local_dir, install_dir): long_description_content_type='text/markdown', author='Canadian Light Source, Biolab UL, Soleil, Elettra', author_email='marko.toplak@gmail.com', - version="0.6.12", + version="0.6.13", packages=PACKAGES, package_data=PACKAGE_DATA, data_files=DATA_FILES,