Ingo Breßler
Ingo Breßler
With version 0.8.2, the formula `Zn(NO3)2.6H2O` was parsed just fine: ``` >>> chempy.Substance.from_formula('Zn(NO3)2.6H2O') ``` With version 0.8.3, I get an error: ``` >>> chempy.Substance.from_formula('Zn(NO3)2.6H2O') Traceback (most recent call last): File...
SASfit crashes when clicking on the entries `x-axis...`, `y-axis...`, `graph layout...` or `plot layout...` in the _Graph_ submenu which opens on right-click on a plot area. An error message about...
When using the Hayter-Penfold RMSA structure factor, sometimes the calculation aborts and an error message pops up, saying `Can not calculate value of Hayter-Penfold RMSA diff 0` and `Please report...
On macOS when starting SASfit by opening the shipped `sasfit.command` file a Terminal window appears (correctly) and finishes with the following error message about failing `X_OpenFont` call: ``` X Error...
When a release for a new version tag is compiled, packages are uploaded to Zenodo but the GitHub release assets seem to be incomplete. Needs to be fixed before (or...
Add a GitHub Action to build the source code docs with doxygen and push the html pages to the website repo automatically.
- [AppImage] add SASfit to AppImageHub (https://appimage.github.io/) - https://github.com/AppImage/appimage.github.io#how-to-submit-appimages-to-the-catalog
- Add how to build & call a plugin in custom 3rd party projects. - Fix the example code - Set up automated building the examples to prevent regression later...
- build the manual PDF on appveyor or with GitHub Actions as well, move the binary out of source - when building SASfit, download the latest manual from latest manual...
- remove external software package archives from source (GSL, fftw, sundials) - download those packages during CMake stage, just before unpacking - or add their git repo as submodule