Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[0.1.0]¶
Added¶
- Terminal functionality: Added
bruker2csv
to convert NMR data into CSV from the terminal. - Plotting functions: Added the following functions to streamline plotting:
bruker1d
for generating 1D NMR plotsbruker1d_grid
for generating subplotsbruker2d
for generating 2D NMR plots
- NMR dataframe: Added the
nmr_df
function to create a Pandas DataFrame from NMR data, for further data manipulation, analysis and plotting. - Tutorials:
- Creating 1D and 2D plots using the spinplots functions.
- Obtain a Pandas DataFrame from NMR data for custom plot styling and manipulation.
[0.0.1]¶
Added¶
- The initial release!