Skip to content

Commit

Permalink
Merge pull request #85 from JeschkeLab/ChangeLogUpdate
Browse files Browse the repository at this point in the history
Updated changelog and dependencies
  • Loading branch information
HKaras authored Nov 11, 2024
2 parents 2f70bcf + 499f72b commit da8175a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions docsrc/source/releasenotes.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
Release Notes
=============

Version 0.9.0 (2024-11-11):
+++++++++++++++++++++++++++

- Faster implmenetation of excite profile
- Implementation of DeerLab based fitting into relaxation traces
- New implementation of correction factor
- Updated MNR and SNR parameters
- Improved versioning (including git branch for dev versions)
- Added a button for keep running (not to automatically stop)
- Implementation of a global waveform precision
- Added autoextending relxation data traces
- New save folder for raw data folder
- Improved calc_DEER_delays function, with new plot


Version 0.8.0 (TBA):
+++++++++++++++++++++++++++

- Major Support Update for 2D Decoherence
- `RefocusedEcho2DSequence` reforumlated to support match normal style
- Added 2D Decoherence to the GUI
Expand Down
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"Matlab": ["matlabengine"],
"Docs": ["sphinx", "furo", "sphinx-gallery", "sphinx-design","myst-parser","sphinx-copybutton","sphinx-toolbox","sphinx-autoapi","sphinxcontrib-bibtex","numpydoc"],
"GUI": ["PyQt6","threadpoolctl", "pyinstaller"],
"test": ["pytest", "pytest-cov", "pytest-qt", "pytest-xdist"],
"test": ["pytest", "pytest-cov", "pytest-qt", "pytest-xdist", "GitPython"],
}
extras["Dev"] = extras["Docs"] + extras["test"] + ['GitPython']
extras["Dev"] = extras["Docs"] + extras["test"]
setup(
name='autoDEER',
version=str(__version__),
Expand All @@ -19,10 +19,10 @@
url = "https://github.com/HKaras/autoDeer",
python_requires=">=3.8",
install_requires=[
'numpy',
'numpy >= 2.0',
'scipy',
'matplotlib',
'deerlab >= 1.0',
'deerlab >= 1.1.4',
'pyyaml',
'reportlab',
'svglib',
Expand Down

0 comments on commit da8175a

Please sign in to comment.