Recent Releases of pyglotaran-extras
pyglotaran-extras - v0.7.3
pyglotaran-extras 0.7.3 Release Notes
What's Changed
โจ Features
- โจ Add configuration for plot functions (#288)
- โจ Add plot_pfid plot function (#283)
๐ฉน Bug fixes
- ๐ฉน Fix very slow data/residual plots (#239)
- ๐ฉน Fix deprecation warning for using xr.Dataset.dim (#267)
- ๐ฉน๐ Adapt to changed outputs in pyglotaran-examples GHA (#273)
- ๐ฉน Fix incompatibility of plotdataand_fits with matplotlib>=3.8 (#275)
๐ง Maintenance
- ๐๏ธ Clean up codesee GA workflow (#254)
- ๐๐งน Switch back to GeekyEggo/delete-artifact (#261)
- ๐ Add CODECOV_TOKEN (#268)
- ๐๐งน Move requirements_min.txt into .github folder to avoid being picked up by dependabot (#286)
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.7.2...v0.7.3
- Python
Published by jsnel over 1 year ago
pyglotaran-extras - v0.7.2
This is a supplementary package for pyglotaran with convenience plotting functions.
This minor release is specifically intended to cater to the needs for some new (complex) case studies in the form of so called STAR protocol papers, for which the accompanying repositories can be found here:
- pyglotaran STAR protocol for analysis of transient absorption spectra of photosystem I
- pyglotaran STAR protocol for analysis of time-resolved fluorescence spectra of photosystem I
For use with the pyglotaran package, pyglotaran version v0.7.2 or later is recommended.
Can be installed as a python package from PyPI via pip, from Anaconda's conda-forge using conda, or directly from sources on github.
What's Changed
- ๐งฐ๐ Switch tooling to ruff by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/197
- ๐ฉน Fix crash when plotting spectral model result by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/200
- ๐งฐ Use black-pre-commit-mirror for 2x speedup by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/205
- ๐งฐ๐ Use ruff for formatting by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/214
- ๐ Use weighted residual instead of residual plots if present by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/216
- ๐ Add color map arguments to plotdataoverview by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/217
- ๐ Add dascycler and svdcycler to plot collection functions by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/218
- ๐ Add usesvdnumber switch to use SV number instead of index as label by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/219
- ๐ฉน Fix
use_svd_numbernot being passed on toplot_sv_datainplot_data_overviewby @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/221 - ๐ฆ Use trusted publisher workflow for publishing to PyPI by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/222
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.7.1...v0.7.2
- Python
Published by s-weigand about 2 years ago
pyglotaran-extras - v0.7.1
This is a supplementary package for pyglotaran with convenience plotting functions.
This minor release is specifically intended to resolve some issues coming out of some of the (complex) case studies in the pyglotaran-publications repositories, specifically: - pyglotaran 2023 release paper SI - 2023-05 van_Stokkum et al publication
For use with the pyglotaran package, pyglotaran version v0.6.0 or later is required.
Can be installed as a python package from PyPI via pip, from Anaconda's conda-forge using conda, or directly from sources on github.
What's Changed
Bugfixes
- ๐ฉน Fix crashes of plotdoas and plotcoherent_artifact for non dispersive IRF by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/173
- ๐ฉน Fix crashes
plot_coherent_artifactwith none dispersive IRF by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/182
Improvements
- ๐ Add minor ticks to linlog plots by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/183
- โจ Add addsubplotlabels function by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/181
Other minor changes
- โฌ๏ธ๐ Update readme by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/165
- ๐ง๐ฆ Remove upper python version limit by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/174
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.7.0...v0.7.1
- Python
Published by jsnel over 2 years ago
pyglotaran-extras - v0.7.0
Accompanies the v0.7.0 release of pyglotaran
This is a supplementary package for pyglotaran with convenience plotting functions.
For use with the pyglotaran package, pyglotaran version v0.6.0 or later is required.
Can be installed as a python package from PyPI via pip, from Anaconda's conda-forge using conda, or directly from sources on github.
What's Changed
- ๐๐ Change integration tests to use self managed examples action by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/91
- โจ Add plot function for guidance spectra by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/92
- ๐ Fix typo in internal function name by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/94
- ๐ Improve typing by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/96
- ๐ง Add basic codecov config by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/97
- โจ Add IRF dispersion center plotting by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/95
- ๐ Shift time axis by IRF location by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/99
- ๐ฉน๐ Fix missing channel flag in conda install guide by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/108
- ๐ Add option to deactivate data/residual plotting in overview plots by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/118
- โจ Add coherent artifact plot functionality by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/123
- โจ Add a-matrix inspection function by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/124
- โจ Add showzeroline option to plotoverview and plotfitted_traces by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/128
- ๐ฉน Fix SVD vector labels always starting from zero by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/133
- ๐ Make result input for plotcoherentartifact more generic by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/134
- โจ Add plot_doas function that only plots DOAS related information by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/135
- โจ Shift irf derivatives in plotcoherentartifact by irf position by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/136
- โฌ๏ธ๐ก๏ธ Combined Snyk updates by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/145
- ๐ Convert plot style Enums to StrEnums for ease of use by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/144
- ๐ฉน Fix heading in showamatrixes for multiple a-matrixes per dataset by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/148
- ๐ Add legendformatstring argument to plot_doas by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/150
- ๐ Make plotdataoverview able to plot single trace data by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/137
- ๐ Improve plotdoas default legendformat_string by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/151
- ๐ฉนโจ๏ธ Fix figsize typing by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/152
- ๐ฉน๐ Fix search in docs by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/157
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.6.0...v0.7.0
- Python
Published by jsnel almost 3 years ago
pyglotaran-extras - v0.6.0
Accompanies the v0.6.0 release of pyglotaran
This is a supplementary package for pyglotaran with convenience plotting functions. For use with the pyglotaran package, version v0.5.1 or later is recommended.
Can be installed as a python package from PyPI via pip, from Anaconda using conda or directly from sources
What's Changed
- ๐ Made adding a cycler to and axis opt out by using None by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/58
- ๐ฉน Fix autogenerated title for concentration plot by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/63
- ๐ Improve SVD plotting by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/64
- ๐๐ Improve readme by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/69
- ๐ง๐ Add sourcery-ai config by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/71
- ๐ง๐ฉน Remove github section in sourcery config due to bug in sourcery-ai by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/72
- ๐ Improve legend placement in plotdataoverview by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/77
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.5.0...v0.6.0
- Python
Published by jsnel over 3 years ago
pyglotaran-extras - v0.5.0
Code name: "What You Leave Behind"
This is a supplementary package for pyglotaran with convenience plotting functions. For use with the pyglotaran package, version 0.3.0 or later (pyglotaran v0.5.0 or later is recommended).
Can be installed as a python package from PyPI or from sources.
What's Changed
- ๐ฉน Fix IRF location selection for IRFs with multiple components by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/32
- โป๏ธ Export 'setupcasestudy' from 'pyglotaran_extras.io' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/34
- โจ Add plotfittedtraces function by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/39
- ๐ง๐๐โป๏ธ Shape up for release by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/40
- ๐ฉน Fix 'setupcasestudy' when used with 'resultsfolderroot' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/41
- ๐ฉน Fix broken 'plotdataoverview' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/42
- ๐ฉน Handle missing SVD attributes by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/45
- ๐ง Raise tooling strictness by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/54
- ๐ Prepare 0.5.0 release by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/55
- ๐ Update installation instruction for release on PyPI by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/56
- ๐ฉน๐ Fix release pipeline not running on push tag by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/57
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.4.1...v0.5.0
- Python
Published by s-weigand about 4 years ago
pyglotaran-extras - v0.5.0rc1
pyglotaran-extras 0.5.0rc1 Release Notes
Code name: "What You Leave Behind (part 1)"
This is a pre-release of the software for the purpose of a live demonstration at the Vrije Universiteit on the 25th of October 2021.
This is a supplementary package for pyglotaran with convenience plotting functions. For use with the pyglotaran package, version 0.5.0rc1 or later.
Can be installed as a python package from pypi or from sources, it is not yet available via the conda package manager.
0.5.0 (2021-10-25)
What's Changed
- ๐ฉน Fix irf location selection for irfs with multiple components by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/32
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/glotaran/pyglotaran-extras/pull/28
- Bump pyglotaran from 0.4.0 to 0.4.1 by @dependabot in https://github.com/glotaran/pyglotaran-extras/pull/31
- โป๏ธ Export 'setupcasestudy' from 'pyglotaran_extras.io' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/34
- Bump matplotlib from 3.4.2 to 3.4.3 by @dependabot in https://github.com/glotaran/pyglotaran-extras/pull/29
- โจ Add plotfittedtraces function by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/39
- Bump actions/github-script from 4 to 5 by @dependabot in https://github.com/glotaran/pyglotaran-extras/pull/37
- Bump pywin32 from 300 to 302 by @dependabot in https://github.com/glotaran/pyglotaran-extras/pull/38
- ๐ง๐๐โป๏ธ Shape up for release by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/40
- ๐ฉน Fix 'setupcasestudy' when used with 'resultsfolderroot' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/41
- ๐ฉน Fix broken 'plotdataoverview' by @s-weigand in https://github.com/glotaran/pyglotaran-extras/pull/42
Full Changelog: https://github.com/glotaran/pyglotaran-extras/compare/v0.4.1...v0.5.0rc1
- Python
Published by jsnel over 4 years ago
pyglotaran-extras - v0.4.1
pyglotaran-extras 0.4.1 Release Notes
Code name: "GTA Save Game"
Supplementary package for pyglotaran with (example) plotting code. For use with the pyglotaran package, version 0.4.x
Can be installed as a python package from sources only; it is not (yet) released on pypi or conda.
This is the last release fully compatible with pyglotaran v0.3-v0.4, subsequent versions may (only) target later releases.
- Python
Published by jsnel over 4 years ago
pyglotaran-extras - v0.3.3
Supplementary package for pyglotaran with (example) plotting code. For use with the pyglotaran package, version 0.3.x Can be installed as a python package from sources, but is not released on pypi or conda.
This is the last release fully compatible with pyglotaran v0.3, subsequent released may (only) target later releases.
- Python
Published by jsnel over 4 years ago
pyglotaran-extras - v0.3.0
Supplementary package for pyglotaran with (example) plotting code. For use with the pyglotaran package, version 0.3.0. Can be installed as a python package from sources, but is not released on pypi or conda.
- Python
Published by jsnel about 5 years ago