-----------------
New
~~~
- Fix setup.py for proper packaging as wheel and tarball, add
long_description. [JM Rohwer]
- Add instructions for tests to documentation. [JM Rohwer]
- Refactor tests so that they can be run from within the module. [JM
Rohwer]
- Update setup.py to copy tests and test files, as well as PDF docs. [JM
Rohwer]
- Update documentation for Version 0.2. [JM Rohwer]
- Initial work on updating docs (Quickstart tutorial) [JM Rohwer]
- Update docs (Installation) [JM Rohwer]
- Added version attribute. [JM Rohwer]
- Refactor FidArray.select_integral_traces() to work with ipympl. [JM
Rohwer]
- Fix Fid.peakpicker(), make widget a separate class as for other
pickers and selectors. [JM Rohwer]
- Finish Peak Trace Selector integration with ipympl. [JM Rohwer]
- Make Peak Trace Selector work with ipympl, work in progress. [JM
Rohwer]
- Refactor baseliner widget (for FidArray) to work with ipympl. [JM
Rohwer]
- Refactor phaser widget and baseliner widget (for Fid) to work with
ipympl. [JM Rohwer]
- Refactor FidArray peakpicker widget to work with ipympl. [JM Rohwer]
- Move 'assign' functionality in peak picker widget to a mixin class.
[JM Rohwer]
- Refactor Fid peak picker widget to work with ipympl. [JM Rohwer]
Changes
~~~~~~~
- Remove debugging 'print' statements from nmrpy_tests.py. [JM Rohwer]
- Update .gitignore. [JM Rohwer]
- Update copyright, authors and version increment. [JM Rohwer]
- Edit .gitignore. [JM Rohwer]
- Update author information. [JM Rohwer]
- General cleanup, replace pylab with matplotlib.pyplot as plt. [JM
Rohwer]
- Remove unnecessary requirements. [JM Rohwer]
- Clean up FidArray.peakpicker_traces() [JM Rohwer]
- Clean up FidArray.baseliner() [JM Rohwer]
- Clean up FidArray.peakpicker() [JM Rohwer]
- Clean up Fid.baseliner() [JM Rohwer]
- Replace 'pylab' with 'plt' according to matplotlib best practice. [JM
Rohwer]
- Make figsizes smaller so figs fit into Jupyter notebook. [JM Rohwer]
- Remove unused mlab function 'dist' [JM Rohwer]
- Edit .gitignore. [JM Rohwer]
- Update requirements to less strict versions. [JM Rohwer]
- Add .idea directory to .gitignore. [JM Rohwer]
Fix
~~~
- Fix elementwise comparison deprecation bug. [JM Rohwer]
- Fix docstrings for Sphinx. [JM Rohwer]
- Fix bug with peakpicker() and y_indices. [JM Rohwer]
- Update complex dtypes to work under win32. [JM Rohwer]
- Remove binary dist files and egg-info from version control (created
automatically during setup) [JM Rohwer]
- Fix default offset values. [JM Rohwer]
- Fix offset. [JM Rohwer]
- Fix plt name collisions. [JM Rohwer]
- Fix instantiation of selector classes so that FidArray saves properly.
[JM Rohwer]
- Fix bug with peaks and ranges in DataSelector() [JM Rohwer]
- Fix bug in Fid.baseline_correct() [JM Rohwer]
- Clean up passing of fid arguments to peak picker. [JM Rohwer]
- Fix requirements. [JM Rohwer]
- Fix typos in docstrings and a syntax error with 'is None' [JM Rohwer]
- Fix requirements. [JM Rohwer]
- Rename README. [JM Rohwer]
- 'is None' fixes to plotting.py. [JM Rohwer]