Pyhyperscattering

Latest version: v0.2.7

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

Scan your dependencies

Page 1 of 4

0.2.7

SST1 Beamline hotfix

What's Changed
* Handle non-energy scans that are saturated/underexposed by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/164


**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.6...0.2.7

0.2.6

Hotfix change for SST1RSoXS metadata change

What's Changed
* SST1RSoXSDB: Fix 161 by removing Energy and EPU60 from hinted dimension names by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/162
* Update test_SST1DBLoader.py by testing scan ID 87758 by PriyankaKetkarBNL in https://github.com/usnistgov/PyHyperScattering/pull/155

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

**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.5...0.2.6

0.2.5

Quick release to address repeat data at SST-1

What's Changed
* Update the versions of all GitHub Actions to deal with the Node 16-20 migration by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/132
* take mean if len(data.shape) > 3 by delongchamp in https://github.com/usnistgov/PyHyperScattering/pull/160


**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.4...0.2.5

0.2.4

This release mainly contains dependency changes, in addition to some new support and features from andrewjlevin and delongchamp.

What's Changed
* 135 pin holoviews version to 1162 in requirements uitxt by pdudenas in https://github.com/usnistgov/PyHyperScattering/pull/136
* Cms giwaxs support version 1 by andrewjlevin in https://github.com/usnistgov/PyHyperScattering/pull/100
* Updating branch with main by delongchamp in https://github.com/usnistgov/PyHyperScattering/pull/146
* Add CI hooks for `SST1RSoXSDB` testing by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/145
* 72 sst1rsoxsdb and sst1rsoxsloader warn on saturation and warn on underexposure by delongchamp in https://github.com/usnistgov/PyHyperScattering/pull/152
* Switch to pyproject.toml build system and migrate versioneer to new build system. by pbeaucage in https://github.com/usnistgov/PyHyperScattering/pull/151


**Full Changelog**: https://github.com/usnistgov/PyHyperScattering/compare/0.2.3...0.2.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

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.