Essnmx

Latest version: v24.10.0

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

Scan your dependencies

24.10.0

What's Changed
* Update copier by jokasimr in https://github.com/scipp/essnmx/pull/78
* Fix XML loader. by YooSunYoung in https://github.com/scipp/essnmx/pull/80
* Bump scipp from 24.6.0 to 24.9.1 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/83
* Better error message for missing parameter in the file. by YooSunYoung in https://github.com/scipp/essnmx/pull/81
* Rotated detector pixel offset based on the starting position. by YooSunYoung in https://github.com/scipp/essnmx/pull/85


**Full Changelog**: https://github.com/scipp/essnmx/compare/v24.07.1...24.10.0

24.07.1

What's Changed
* Fix ruff errors. by YooSunYoung in https://github.com/scipp/essnmx/pull/77
* Copier update by YooSunYoung in https://github.com/scipp/essnmx/pull/76


**Full Changelog**: https://github.com/scipp/essnmx/compare/v24.07.0...v24.07.1

24.07.0

What's Changed
* Update dependencies. by YooSunYoung in https://github.com/scipp/essnmx/pull/50
* Fix nightly requirements. by YooSunYoung in https://github.com/scipp/essnmx/pull/52
* fix: load single bank by jokasimr in https://github.com/scipp/essnmx/pull/51
* Use constants consistently by jokasimr in https://github.com/scipp/essnmx/pull/53
* MTZ IO for scaling by YooSunYoung in https://github.com/scipp/essnmx/pull/54
* Deriving scale factor from reference bin. by YooSunYoung in https://github.com/scipp/essnmx/pull/55
* Average scaled intensities scaled by estimated scale factors. by YooSunYoung in https://github.com/scipp/essnmx/pull/59
* Bump scipp from 24.2.0 to 24.5.0 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/62
* Bump scipp from 24.5.0 to 24.5.1 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/65
* Add fitting and scaling step in the workflow. by YooSunYoung in https://github.com/scipp/essnmx/pull/63
* Guidelines adherence by jokasimr in https://github.com/scipp/essnmx/pull/66
* refactor: add mcstas workflow, remove custom datastructures by jokasimr in https://github.com/scipp/essnmx/pull/71
* Refactor for next Sciline by SimonHeybrock in https://github.com/scipp/essnmx/pull/73
* Bump scipp from 24.5.1 to 24.6.0 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/75
* Allow both bin edges and number of bins in parameter `WavelengthBins` by jokasimr in https://github.com/scipp/essnmx/pull/67

New Contributors
* SimonHeybrock made their first contribution in https://github.com/scipp/essnmx/pull/73

**Full Changelog**: https://github.com/scipp/essnmx/compare/v24.03.0...v24.07.0

24.03.0

What's Changed
* Bump scipp from 23.8.0 to 23.11.0 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/1
* Drop python 3.8 support and update from copier template. by YooSunYoung in https://github.com/scipp/essnmx/pull/2
* Copier update with dependencies. by YooSunYoung in https://github.com/scipp/essnmx/pull/8
* Bump scipp from 23.11.0 to 23.11.1 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/11
* McStas data loader and minimal data reduction as an example. by YooSunYoung in https://github.com/scipp/essnmx/pull/9
* Bump scipp from 23.11.1 to 23.12.0 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/13
* Update dependencies. by YooSunYoung in https://github.com/scipp/essnmx/pull/14
* Use common prettyname structure by jl-wynen in https://github.com/scipp/essnmx/pull/17
* Logos and icons. by YooSunYoung in https://github.com/scipp/essnmx/pull/19
* Mcstas instrument geometry in the loader. by YooSunYoung in https://github.com/scipp/essnmx/pull/18
* Fix instrument view in docs by nvaytet in https://github.com/scipp/essnmx/pull/23
* Add files via upload by Justin-Bergmann in https://github.com/scipp/essnmx/pull/29
* Docs workflow by Justin-Bergmann in https://github.com/scipp/essnmx/pull/27
* Copier update by YooSunYoung in https://github.com/scipp/essnmx/pull/28
* Time binning reduction and export method. by YooSunYoung in https://github.com/scipp/essnmx/pull/21
* ci: use ess template by jokasimr in https://github.com/scipp/essnmx/pull/36
* Bump scipp from 23.12.0 to 24.2.0 in /requirements by dependabot in https://github.com/scipp/essnmx/pull/37
* Dependency update by YooSunYoung in https://github.com/scipp/essnmx/pull/38
* Fix McStas loader to support McStas 3 results. by YooSunYoung in https://github.com/scipp/essnmx/pull/35
* Drop python3.9 and add python3.12 by YooSunYoung in https://github.com/scipp/essnmx/pull/41
* Update dependencies. by YooSunYoung in https://github.com/scipp/essnmx/pull/42
* Documentation update about overall process of data reduction and use latest sciline html wrapper. by YooSunYoung in https://github.com/scipp/essnmx/pull/39
* Add missing dependency in conda meta. by YooSunYoung in https://github.com/scipp/essnmx/pull/46

New Contributors
* dependabot made their first contribution in https://github.com/scipp/essnmx/pull/1
* YooSunYoung made their first contribution in https://github.com/scipp/essnmx/pull/2
* jl-wynen made their first contribution in https://github.com/scipp/essnmx/pull/17
* nvaytet made their first contribution in https://github.com/scipp/essnmx/pull/23
* Justin-Bergmann made their first contribution in https://github.com/scipp/essnmx/pull/29
* jokasimr made their first contribution in https://github.com/scipp/essnmx/pull/36

**Full Changelog**: https://github.com/scipp/essnmx/commits/v24.03.0

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.