Releases: h2020charisma/ramanchada2
Releases · h2020charisma/ramanchada2
v1.3.1
What's Changed
- formula fixed by @vedina in #230
- readme: how to cite the paper by @kerberizer in #213
- Tox pin versions by @kerberizer in #220
- fix python-coverage-comment-action by @kerberizer in #221
- Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot[bot] in #211
- Bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot[bot] in #210
- Bump py-cov-action/python-coverage-comment-action from 3.29 to 3.30 by @dependabot[bot] in #212
- Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot[bot] in #214
- Bump actions/setup-python from 5.4.0 to 5.6.0 by @dependabot[bot] in #217
- Bump actions/download-artifact from 4.1.9 to 4.3.0 by @dependabot[bot] in #218
- Bump py-cov-action/python-coverage-comment-action from 3.30 to 3.33 by @dependabot[bot] in #219
- Bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #226
- Bump py-cov-action/python-coverage-comment-action from 3.34 to 3.38 by @dependabot[bot] in #225
- Bump actions/download-artifact from 4.3.0 to 5.0.0 by @dependabot[bot] in #227
- Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 by @dependabot[bot] in #224
- Bump actions/setup-python from 5.6.0 to 6.0.0 by @dependabot[bot] in #228
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- ADD rc2.spectrum.from_stream by @georgievgeorgi in #164
- Add support for Princeton Instruments SPE file format by @georgievgeorgi in #168
- Add convertion script for Thermo Nicolet spa and spg files by @georgievgeorgi in #169
- Drop NaNs in text files by @georgievgeorgi in #170
- Drop NaNs from spectrum by @georgievgeorgi in #171
- ADD Neon lines for 514 nm systems by @georgievgeorgi in #172
- Bugfix by @georgievgeorgi in #173
- 159 twinning protocol implementation by @vedina in #167
- Xy calibration goodies2 by @vedina in #176
- Alternative Ne/Si calibration by @georgievgeorgi in #182
- Improve argmin2d-based calibration. Example added by @georgievgeorgi in #183
- Add bound_centers in fit_peaks by @georgievgeorgi in #185
- handle None as metadata. More tests by @georgievgeorgi in #186
- ADD ssl_csv_converter as a standalone executable by @georgievgeorgi in #187
- Fix ngs metadata None by @georgievgeorgi in #189
- Add support for SPC multidimentional maps by @georgievgeorgi in #191
- Add docstrings to calib_gg functions and their dependencies by @georgievgeorgi in #193
- Bugfix and tests by @georgievgeorgi in #194
- tox: add quick testing environment by @kerberizer in #195
- multiple updates , use position instead of center, nexusformat notebook by @vedina in #192
- Custom meta names in hdr_from_multi_exposure by @georgievgeorgi in #197
- Support for TSV file format by @georgievgeorgi in #200
- Add skewed profiles; Extend Ne reference data by @georgievgeorgi in #190
- extract theoretical_line and gaussian_noise generation in separate functions by @georgievgeorgi in #204
- ops: switch python to 3.13 by @kerberizer in #206
- Visual4paper by @vedina in #205
- Add support for dpt filetype by @georgievgeorgi in #208
- ops: bump version to 1.3.0 by @kerberizer in #209
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Zenodo badge, resolves #151 by @kerberizer in #153
- Calibration updates by @vedina in #155
- Add docstrings to Spectrum methods by @georgievgeorgi in #156
- Fix the issue with the theoretical spectra by @georgievgeorgi in #158
- 154 normalize with l1 and l2 fails (bugfix) by @georgievgeorgi in #160
- Remove extrapolation from resample_spline by @georgievgeorgi in #161
- docs: add decorated functions list by @kerberizer in #162
- ops: Zenodo metadata by @kerberizer in #163
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- ops: retire the requirements{,-dev}.txt files by @kerberizer in #138
- Fix a bug in resample_NUDFT and add tests by @georgievgeorgi in #139
- fix missing returns and .json -> .model_dump_json by @georgievgeorgi in #141
- Fix a problem with FitPeaksResult.to_dataframe_peaks by @georgievgeorgi in #143
- ops: pin actions by @kerberizer in #145
- Added x_err and y_err setters by @georgievgeorgi in #144
- Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 by @dependabot in #149
- Bump py-cov-action/python-coverage-comment-action from 3.27 to 3.28 by @dependabot in #150
- Implement spline based resampling; Implement L1 L2 norms by @georgievgeorgi in #148
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Migrate to numpy 2 by @georgievgeorgi in #128
- Fix problem with x-axis on rruf files by @georgievgeorgi in #133
- Improve text file input parsers by @georgievgeorgi in #134
- Pydantic2 migration by @georgievgeorgi in #136
Full Changelog: v0.1.3...v1.0.0
v0.1.3
What's Changed
- ops: pin deps versions and improve quick start by @kerberizer in #129
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- ops: set up for trusted publishing by @kerberizer in #123
- fix missing config_certs.json by @kerberizer in #125
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- comparison between polyharmonic and iterative approch for x-axis calibration by @georgievgeorgi in #104
- from pyhht to emd library by @georgievgeorgi in #109
- ops: update tox Python versions by @kerberizer in #110
- Improvements and bugfixes by @georgievgeorgi in #108
- Fix pearson4 by @vedina in #111
- NeXus file format by @kerberizer in #112
- documentation updates by @vedina in #113
- ignore: add test files by @kerberizer in #114
- rc1_parser: handle slightly better unsupported file types by @kerberizer in #117
- ops improvements by @kerberizer in #118
- docs: switch to Google docstrings by @kerberizer in #115
- ops: updates to gh actions by @kerberizer in #119
Full Changelog: v0.0.10...v0.1.0
v0.0.10
What's Changed
- Pin SciPy to <1.12 for now because of pyhht by @kerberizer in #102
Full Changelog: v0.0.9...v0.0.10