This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 22, 2020
-
-
Gigg, Martyn Anthony authored
Refs #27631
-
- Jan 17, 2020
-
-
Gigg, Martyn Anthony authored
Adds the lib directory to the mantid.pth file so importing mantid into vanilla python works without setting up additional paths
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #27689
-
Gigg, Martyn Anthony authored
The globally installed stip is not appropriate for MantidPlot. Ensures the private copy is found first
-
Martyn Gigg authored
Ensures our 3rdparty Python is picked up first so that any warnings are suppressed by the /external warning suppression on MSVC
-
Gigg, Martyn Anthony authored
Framework code should not require Qt but the plots module had become dependent on it by accident. Refs #27631
-
Gigg, Martyn Anthony authored
The internal sip module is installed inside PyQt as is now standard. qtpy has not yet been updated to expect this. Refs #27631
-
Martyn Gigg authored
Refs #27631
-
Gigg, Martyn Anthony authored
Reorganise RPM dependencies for slightly more clarity. Refs #27631
-
- Jan 15, 2020
-
-
Martyn Gigg authored
The version of python36-sip in EPEL produces a PyQt4 that segfaults when an eventFilter is overridden in Python. So as to not introduce any further custom rpms we build and package a private copy of PyQt4 for Python 3 builds on EL7 Refs #27631
-
Martyn Gigg authored
EL7 uses python36- prefix for everything, Fedora just uses python3- and Ubuntu still keeps everything in a single bare sip directory. Refs #27631
-
Martyn Gigg authored
Changes in matplotlib 2.2 require doubles for sizes and setting the font manually avoids any issues if fonts are not available on all platforms. Refs #27631
-
Martyn Gigg authored
Refs #27631
-
Gagik Vardanyan authored
27571 d33 usage example
-
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
-
- 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
-
- Jan 13, 2020
-
-
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
-
- Jan 10, 2020
-
-
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
-
Simon Heybrock authored
Windows: Add support for Python 3 build
-