Releases: neutrons/mantid_total_scattering
Releases · neutrons/mantid_total_scattering
Version 1.0.2
-
Fix bug with background subtraction.
-
Introduce parameters for stripping vanadium peaks to deal with some rare situations where vanadium peaks may not be stripped successfully with those default parameters.
Version 1.0.0
- Multiple scattering correction added.
- Caching capability added for absorption and multiple scattering correction.
- XYE format output added for Bragg data.
- Old NeXus file will now be removed initially when new reduction starts.
- Bin size issue for Bragg output solved.
- A few minor bugs fixed.
- Python version upgraded to 3.8.
- Mantid framework upgraded 6.3.
Version 0.2.13
- Fix the serious bug with autogrouping routine, which is critical for next-step of calibration.
Version 0.2.12
- Added autogrouping for following methods (thanks to @ckendrick and @stonecoldhughes):
- deGelder similarity
- cross-correlation using a pointwise squared difference method
-euclidean distance
- KMeans
- DBSCAN - Bug fixes for creating absorption workspace (thanks to @ckendrick)
- Additional dependencies for:
scikit-learn
matplotlib
Version 0.2.11
- Adds ability to load in an absorption workspace (thanks to @jenest and @ckendrick!)
- Adds tox for multiple version testing
- Switch from Travis CI/CD to GitHub Actions CI/CD
- Switch from Anaconda channel at
marshallmcdonnell
toneutrons
- Shorter line length (100 -> 80 characters)
- Updates to setup.py
- Additional testing in
total_scattering.file_handling
- Removal of diagnostic plotting code in
total_scattering.inelastic
v0.2.10
Reduction
- Added output files for key reduction steps:
I(Q)
:<title>_initial_iofq_banks.nxs
F(Q)
:<title>_fofq_banks_corrected.nxs
S(Q)
:<title>_sofq_banks_corrected.nxs
- Added back in previous and new normalization outputs to diagnostics such as
sample_normalized
andcontain_normalized
spectra
v0.2.9
Reduction
- Added "getter" functions for sample and normalization
- Allow flexibility in normalization input (ie
Vanadium
orNormalisation
are also valid) - Fixes for "characterizations"
General
- Fixed code coverage reporting
- Added initial testing for
total_scattering
module - Additional docstrings for functions / methods
- Fixes for Travis CI setup and Conda
v0.2.8
Hot Fix
- Fixes PyPi deployment from v0.2.6
v0.2.7
General
- Modified NOMAD example JSON file with
AlignAndFocusArgs
input - Added reciprocal-space function outputs:
[ I(Q), S(Q), and F(Q) ]
- Fixes for conda builds
v0.2.6
Reduction
- Fixes for relative path output directories with tests
General
- Conda recipe changes
- README updates (ie badges, instructions, etc.)