This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 17, 2020
-
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
Gagik Vardanyan authored
-
- Jan 16, 2020
-
-
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
-
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
-
Gagik Vardanyan authored
Fix issues with workbench plotting with matplotlib 3.1
-
Mathieu Tillet authored
-
Martyn Gigg authored
It has been deprecated in matplotlib for a long time and is removed in 3.0. Callers should clear the axes themselves if thay is appropriate.
-
Martyn Gigg authored
-
Martyn Gigg authored
The API changed in matplotlib 3.1 but we still need to support matplotlib > 1.5.
-
Martyn Gigg authored
Some configurations now have the sip module inside the PyQt package. To access the sip C API the calling code must be aware of this. All versions of Python that we support have capsule support so the non-capule code paths have been removed
-
Martyn Gigg authored
Python 2 does not have this DLL.
-
Martyn Gigg authored
As far as I can tell these were leftover attributes from a very old version of the matplotlib NavigationToolbarQT class that have now been deprecated in matplotlib 3.1 and set as readonly. A search back through matplotlib 1.5 suggests that they were not used and 1.5 is the minimum we are required to support.
-
Martyn Gigg authored
Users cannot do anything about this as they are not using the methods directly. If they use them they will see the warning but we do not want to see them if we are silently accessing them.
-
Lamar Moore authored
-
Gagik Vardanyan authored
Fine also on macOS. Nice feature!
-
Gagik Vardanyan authored
Update macOS package script to account for Python 3 requirements
-
- Jan 14, 2020
-
-
Gigg, Martyn Anthony authored
Cosmetic changes to directtools plot on Workbench
-
Mathieu Tillet authored
-
Gigg, Martyn Anthony authored
Remove the dead tool code DAEServ
-
Gigg, Martyn Anthony authored
Mainly this is due to more recent package versions on Python 3 to their requirements are different. Refs #27630
-
Simon Heybrock authored
Update python path in the pycharm environment file
-
Dan Nixon authored
-
- Jan 13, 2020
-
-
Alice Russell authored
-
Lamar Moore authored
-
Lamar Moore authored
-
Gigg, Martyn Anthony authored
exposed rebinned output to python and fix load save as nxs (no ticket)
-
Lamar Moore authored
-
Lamar Moore authored
-