This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 24 Jan, 2020 2 commits
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
- 22 Jan, 2020 2 commits
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
- 16 Jan, 2020 8 commits
-
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
Mathieu Tillet authored
-
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
-
- 15 Jan, 2020 15 commits
-
-
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.
-
Gagik Vardanyan authored
Fine also on macOS. Nice feature!
-
Gagik Vardanyan authored
Update macOS package script to account for Python 3 requirements
-
- 14 Jan, 2020 5 commits
-
-
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
-
- 13 Jan, 2020 3 commits
-
-
Alice Russell authored
-
Gigg, Martyn Anthony authored
exposed rebinned output to python and fix load save as nxs (no ticket)
-
Gagik Vardanyan authored
Disable show instrument if there is no spectra axis
-
- 10 Jan, 2020 5 commits
-
-
Nick Draper authored
-
Nick Draper authored
-
Nick Draper authored
Thanks Alice
-
Nick Draper authored
Merge branch 'master' of github.com:mantidproject/mantid into 24126_only_show_instrument_if_ws_has_sp_axis
-
Martyn Gigg authored
-