sasmodels 1.1.0 Alpha1
Pre-release
Pre-release
·
4 commits
to release_1.1.0
since this release
To be released with SasView v6.2.0
What's Changed
New models
- Added truncated octahedron model (Python and C) by @sara-mokhtari in #687
- Added nanoprisms model (pure Python) by @sara-mokhtari in #699
- Adding truncated tetrahedron model (pure Python) by @sara-mokhtari in #718
Improvements
- Corrected typo in docs variable description by @pkienzle in #692
- Removed polydispersity from Sq models by @pkienzle in #691
- Adjusted limits for Guinier-Porod model by @pkienzle in #667
- Updated orientation viewer by @pkienzle in #671
- Paracrystalline model simulation by @pkienzle in #507
- Allowed pure python Fq for beta approximation by @pkienzle in #570
- Allowed
sasmodels.compareto use bumps webview instead of wx by @pkienzle in #651 - Simple adaptive integration by @pkienzle in #658
- Updated examples and plotters for bumps webview by @pkienzle in #676
- Citation and contributors by @krzywon in #709
- Fuzzy sphere doc update by @smk78 in #714
- Update truncated_octahedron before code freeze by @sara-mokhtari in #725
Model Fixes
- Fixed switched nomenclature for length and width by @caitwolf in #533
- Fixed inverse q-spacing in the geometric extrapolation function by @caitwolf in #571
- Fixed RepeatedKernelRetrieval error in OpenCL by @pkienzle in #677
- Fixed limits on angles and angular dispersity by @pkienzle in #673
New Contributors
- @caitwolf made their first contribution in #571
- @sara-mokhtari made their first contribution in #687
Full Changelog: v1.0.12...v1.1.0a1