Releases: scipp/essnmx
Releases · scipp/essnmx
26.2.0
What's Changed
- Add duplicated file path test. by @YooSunYoung in #194
- Fix simulation results for full beamline table by @nvaytet in #198
- Nxlauetof exporter and loader update for easier geometry reconstruction. by @YooSunYoung in #201
- Export first pixel position for DIALS by @YooSunYoung in #200
Full Changelog: 26.1.0...26.2.0
26.1.0
What's Changed
- Handle different TimeOfFlightLookUpTable type. by @YooSunYoung in #180
- Skip bitshuffle as a dep on windows by @MridulS in #181
- User can manually configure tof or event_time_offset bin edges. by @YooSunYoung in #185
- Fail earlier when output file exists. by @YooSunYoung in #186
- Use scippnexus to write files by @YooSunYoung in #187 and #188
- Allow explicit selection of compression option and add benchmark result in the documentation page. by @YooSunYoung in #189
- Update lower pin of essreduce. by @YooSunYoung in #191
Full Changelog: 25.12.0...26.1.0
25.12.0
What's Changed
- Lauetof format export function by @YooSunYoung in #115
- Scaling dials by @aaronfinke in #134
- Lower pins by @jokasimr in #147
- Drop python3.10, bump copier and tox by @MridulS in #148
- Reduction workflow for ess nmx files by @YooSunYoung in #146
- Retrieve crystal rotation from nexus file. by @YooSunYoung in #155
- fix: enable compression when bitshuffle is set, disable otherwise by @jokasimr in #158
- Use pydantic field to automate argument building and parsing. by @YooSunYoung in #162
- Organize reduction configuration using pydantic model by @YooSunYoung in #160
- Add tof as a dependency to run tof simulation if needed. by @YooSunYoung in #163
- Use common data registry from essreduce by @jl-wynen in #164
- Update nmx data registry to use latest nexus format and remove deprecated data registry (mcstas 2 file) by @YooSunYoung in #165
- Update configurations and reduction interface function signature. by @YooSunYoung in #167
- Isolate mcstas specific implementation. by @YooSunYoung in #166
- Add documentation of reduction interface and allow skipping file saving. by @YooSunYoung in #172
- Use generic workflow to compute time of flight. by @YooSunYoung in #170
Full Changelog: 25.03.0...25.12.0
25.03.0
What's Changed
- Bump scipp from 25.1.0 to 25.2.0 in /requirements by @dependabot in #103
- Copier and tox deps bump by @MridulS in #104
- Add warning for the to-be-deprecated interface. by @YooSunYoung in #107
- Rename MaximumProbability to MaximumCounts and add MaximumProbability. by @YooSunYoung in #108
- Update workflow to be able to process chunk by chunk. by @YooSunYoung in #109
- Add essreduce as a dependency to use stream processor by @YooSunYoung in #110
- Chunk data processing example. by @YooSunYoung in #111
- Cleaning up documentation [docs] by @YooSunYoung in #112
- [docs] Fix broken links by @YooSunYoung in #113
- ci: copier update by @jokasimr in #117
- Retrieving raw data metadata separately by @YooSunYoung in #114
- Bump pin of essreduce to use accumulators. by @YooSunYoung in #120
- Bump scipp from 25.2.0 to 25.3.0 in /requirements by @dependabot in #128
- copier bump for pypi publish by @MridulS in #129
Full Changelog: v25.01.0...25.03.0
v25.01.0
v24.10.0
What's Changed
- Update copier by @jokasimr in #78
- Fix XML loader. by @YooSunYoung in #80
- Bump scipp from 24.6.0 to 24.9.1 in /requirements by @dependabot in #83
- Better error message for missing parameter in the file. by @YooSunYoung in #81
- Rotated detector pixel offset based on the starting position. by @YooSunYoung in #85
Full Changelog: v24.07.1...24.10.0
v24.07.1
What's Changed
- Fix ruff errors. by @YooSunYoung in #77
- Copier update by @YooSunYoung in #76
Full Changelog: v24.07.0...v24.07.1
v24.07.0
What's Changed
- Update dependencies. by @YooSunYoung in #50
- Fix nightly requirements. by @YooSunYoung in #52
- fix: load single bank by @jokasimr in #51
- Use constants consistently by @jokasimr in #53
- MTZ IO for scaling by @YooSunYoung in #54
- Deriving scale factor from reference bin. by @YooSunYoung in #55
- Average scaled intensities scaled by estimated scale factors. by @YooSunYoung in #59
- Bump scipp from 24.2.0 to 24.5.0 in /requirements by @dependabot in #62
- Bump scipp from 24.5.0 to 24.5.1 in /requirements by @dependabot in #65
- Add fitting and scaling step in the workflow. by @YooSunYoung in #63
- Guidelines adherence by @jokasimr in #66
- refactor: add mcstas workflow, remove custom datastructures by @jokasimr in #71
- Refactor for next Sciline by @SimonHeybrock in #73
- Bump scipp from 24.5.1 to 24.6.0 in /requirements by @dependabot in #75
- Allow both bin edges and number of bins in parameter
WavelengthBinsby @jokasimr in #67
New Contributors
- @SimonHeybrock made their first contribution in #73
Full Changelog: v24.03.0...v24.07.0
v24.03.0
What's Changed
- Bump scipp from 23.8.0 to 23.11.0 in /requirements by @dependabot in #1
- Drop python 3.8 support and update from copier template. by @YooSunYoung in #2
- Copier update with dependencies. by @YooSunYoung in #8
- Bump scipp from 23.11.0 to 23.11.1 in /requirements by @dependabot in #11
- McStas data loader and minimal data reduction as an example. by @YooSunYoung in #9
- Bump scipp from 23.11.1 to 23.12.0 in /requirements by @dependabot in #13
- Update dependencies. by @YooSunYoung in #14
- Use common prettyname structure by @jl-wynen in #17
- Logos and icons. by @YooSunYoung in #19
- Mcstas instrument geometry in the loader. by @YooSunYoung in #18
- Fix instrument view in docs by @nvaytet in #23
- Add files via upload by @Justin-Bergmann in #29
- Docs workflow by @Justin-Bergmann in #27
- Copier update by @YooSunYoung in #28
- Time binning reduction and export method. by @YooSunYoung in #21
- ci: use ess template by @jokasimr in #36
- Bump scipp from 23.12.0 to 24.2.0 in /requirements by @dependabot in #37
- Dependency update by @YooSunYoung in #38
- Fix McStas loader to support McStas 3 results. by @YooSunYoung in #35
- Drop python3.9 and add python3.12 by @YooSunYoung in #41
- Update dependencies. by @YooSunYoung in #42
- Documentation update about overall process of data reduction and use latest sciline html wrapper. by @YooSunYoung in #39
- Add missing dependency in conda meta. by @YooSunYoung in #46
New Contributors
- @dependabot made their first contribution in #1
- @YooSunYoung made their first contribution in #2
- @jl-wynen made their first contribution in #17
- @nvaytet made their first contribution in #23
- @Justin-Bergmann made their first contribution in #29
- @jokasimr made their first contribution in #36
Full Changelog: https://github.com/scipp/essnmx/commits/v24.03.0