Skip to content

Commit

Permalink
Release 0.6.13
Browse files Browse the repository at this point in the history
[ENH] agilent-format package, support incomplete datasets
[FIX] Disable __eq__ and __hash__ because it can be slow
  • Loading branch information
markotoplak committed Apr 16, 2024
1 parent 806bae3 commit 12b7697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ requirements:
- lmfit >=1.0.2
- bottleneck
- pebble
- agilent-format>=0.4.5

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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='[email protected]',
version="0.6.12",
version="0.6.13",
packages=PACKAGES,
package_data=PACKAGE_DATA,
data_files=DATA_FILES,
Expand Down

0 comments on commit 12b7697

Please sign in to comment.