- Added function `dropna` to clean data for uses where only finite numbers are allowed (e.g., scipy.optimize.curve_fit in waltlabtools.regress) - Moved everything from the nonnumeric module into the core module - Created new modules cal_curve and model for the classes CalCurve and Model, respectively
0.3.9
- Rearranged modules
0.3.8
- Fixed a bug in read_quanterix
0.3.7
- Renamed read_hdx module to read_quanterix to provide for future expansion to SP-X and other instrumentation - Added module docstrings - Attempted to build conda packages for different versions of conda - Added read_quanterix.sample_results function
0.3.6
- Removed some type hints and improved documentation