Pyhyperscattering

Latest version: v0.2.3

Safety actively analyzes 623567 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

0.2.3

Bugfixes and general updates

What's Changed
* Rename doc-building action by guyer in https://github.com/usnistgov/PyHyperScattering/pull/111
* Implementing chunk loading for SST1RSoXSLoader by phonghnguyen in https://github.com/usnistgov/PyHyperScattering/pull/113
* Add subrequirement specs to requirements-bluesky.txt by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/115
* `SST1RSoXSDB`: add direct-from-user connections to BNL tiled. by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/118
* Roll Python versions forward by 1 minor by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/119
* chore: exclude tutorial, docs, and all ipynb files from linguist by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/123
* `PFEnergySeriesIntegrator` bug: fix 125 by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/126
* 110 bug in loading image masks2 by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/127
* Add support for single images in PyFAI integrators by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/78
* `SST1RSoXSDB`: fix bug described in 121 by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/122

New Contributors
* guyer made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/111

**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.2...0.2.3

0.2.2

Bugfix release, see changes below.

What's Changed
* Add fix for empty monitors by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/92
* Add flexible logic for finding energy in multiindexes by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/93
* add CI tests for sst1rsoxsdb loader by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/81
* Fixes 27 by creating non-varying params in a more reasonable way by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/79
* SST1RSoXS: error if conflicting constructor arguments are provided by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/80
* Fix for 94 by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/95
* fix for SST1 cycle 2 2023 rsoxs data loading by andrewjlevin in https://github.com/usnistgov/PyHyperScattering/pull/101
* Fixed problem where instead of assigning, it checks for equality. by J-avery32 in https://github.com/usnistgov/PyHyperScattering/pull/102
* Switch from ReadTheDocs to NIST Pages docs, and update readme. by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/87
* 103 rename summarize run to match tiledbluesky nomenclature by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/106
* Initial NIST Pages Documentation Refresh by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/105
* Fixed Error Handling for integrateImage energy by cbishop4 in https://github.com/usnistgov/PyHyperScattering/pull/109
* 104 restructure docs along diataxis frameworkv2 by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/107

New Contributors
* andrewjlevin made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/101
* J-avery32 made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/102

**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.1...0.2.2

0.2.1

This is mostly a bugfix/patch release that fixes incorrect q axes in `WPIntegrator` documented in issue 84 / PR 85.

What's Changed
* SST1RSoXSDB: Dramatically improve the performance of `summarize_run` by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/82
* Updated radius to fix sqrt(2) offset by phonghnguyen in https://github.com/usnistgov/PyHyperScattering/pull/85


**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.0...0.2.1

0.2.0

What's Changed
* Dask-backed reduction by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/50
* Fix pytest fixture scoping for high memory usage. by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/68
* 18 featbug update sst1 i0 correction by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/67
* MNT: Continuous integration updates by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/74
* SST1: Updates to load new multi-polarization/incident angle/etc scans by cbishop4 in https://github.com/usnistgov/PyHyperScattering/pull/65
* Added loader for NSLS-II SMI data by phonghnguyen in https://github.com/usnistgov/PyHyperScattering/pull/73
* Add flag to switch shutter inhibit behavior for ALS 11.0.1.2 by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/69

New Contributors
* cbishop4 made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/65
* phonghnguyen made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/73

**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.1.10...0.2.0

0.1.10

SST-1 support for multi-exposure series
Compatibility with xarray>2022.3


**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.1.9...0.1.10

0.1.9

What's Changed
* Feat31 sst1 summarize bp by BijalBPatel in https://github.com/usnistgov/PyHyperScattering/pull/51
* Change xr version pin to <= 2022.3 by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/59

New Contributors
* BijalBPatel made their first contribution in https://github.com/usnistgov/PyHyperScattering/pull/51

**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.1.8...0.1.9

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.