This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 21, 2020
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Flips D22 and D33 detector pixel numbering
-
- Jan 20, 2020
-
-
Gagik Vardanyan authored
Fix sliceviewer for matplotlib 3.1
-
Gagik Vardanyan authored
Fix settings test for python 3 in windows
-
Gagik Vardanyan authored
Expand ISIS reflectometry system tests
-
Gigg, Martyn Anthony authored
Remove Confusion from SaveNISTDAT example
-
Gigg, Martyn Anthony authored
Create total scattering pdf rebin output
-
- Jan 18, 2020
-
-
Gigg, Martyn Anthony authored
Windows: Fix switching between Python 2/3 without clean
-
Gigg, Martyn Anthony authored
Also uses fin_package rather than handwritten code to find Python libraries so unsetting code works as expected.
-
- Jan 17, 2020
-
-
DanielMurphy22 authored
I've added the link back in as the saveNISTDAT_data.nxs file was already in the DocTest data file and had just been removed from the usagedata so this was the simplest thing to do. This file is now in the UsageData
-
DanielMurphy22 authored
-
Gigg, Martyn Anthony authored
Fixing crash with fit constraints in the Muon Analysis 2 GUI
-
Martyn Gigg authored
Also fixes behaviour where deprecated functions actually no longer did what they used to do. Refs #27736
-
Gemma Guest authored
Allow switching between Python 2/3 without cleaning CMake configuration
-
Harriet Brown authored
-
Gagik Vardanyan authored
-
Gigg, Martyn Anthony authored
Add option to set PDF type on polaris create_total_scattering_pdf
-
Martyn Gigg authored
The attribute has become readonly in matplotlib 3.1 and setting it raises an AttributeError. It is unused anyway and a hangover from old code. Refs #27736
-
Martyn Gigg authored
-
Martyn Gigg authored
Controls whether the build is against Python2 or Python3. CMake checks have been introduced to flush out old variables if a previous build was against a different python major.minor version.
-
Gagik Vardanyan authored
-
Harriet Brown authored
re #27554
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Martyn Gigg authored
MSVC was using PYTHON_{MAJOR,MINOR}_VERSION which was out of step with the FindPythonInterp module.
-
Alice Russell authored
In python 3.8 it calls __index__ when an int is called but in older versions it calls __int__ so a version check has been added to the test.
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Jan 16, 2020
-
-
Alice Russell authored
-
Dan Nixon authored
Fixes Arising from V20 Experiment
-
Gagik Vardanyan authored
Use the longest form of a filename as ws name for drag drop
-
Lamar Moore authored
-
Harriet Brown authored
This commit corrects typos in the ISISPowder-Polaris documentation, It also replaces a print statement in Polaris with a logger.warning.
-
Nick Draper authored
This gets the longest version of the filename without the extension
-
Gagik Vardanyan authored
Avoid new implicit float to int conversion warnings in Python 3.8
-
Gagik Vardanyan authored
Fix show detectors in workbench with Python 3
-
- Jan 15, 2020
-
-
Martyn Gigg authored
Python 3.8 deprecates implicit conversion from float->int and warns on it. We simply force the conversion explicitly Refs #27717
-
Gagik Vardanyan authored
27571 d33 usage example
-
Martyn Gigg authored
In Python 3 map returns a generator and these cannot currently be passed over the C++ boundary. Refs #27712
-
Martyn Gigg authored
Refs #27712
-