This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jan 20, 2020
-
-
Nick Draper authored
-
Nick Draper authored
Also included code suggestion I've not removed the ability to plot from the Show data table because: 1. If they try that hard they deserve an empty graph 2. I can't work out how.
-
- Jan 17, 2020
-
-
Nick Draper authored
-
Nick Draper authored
This is the same as mantidplot
-
- Jan 16, 2020
-
-
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.
-
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
-
Gigg, Martyn Anthony authored
Make normalization of fit curve match the data curve
-
Gigg, Martyn Anthony authored
Add Settings Menu to Engineering Diffraction 2 GUI
-
- Jan 09, 2020
-
-
Martyn Gigg authored
A fix is upstream but not yet in a release
-
Gigg, Martyn Anthony authored
Newer boost bind seems to be causing compiler warnings on Windows. It's no longer required now bind is in the STL. Refs #16578
-
Gigg, Martyn Anthony authored
Refs #16578
-