This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Jul 10, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
-
David Fairbrother authored
Adds a method to get the latest version number to AlgorithmFactory. This is used by the two script building algorithms to determine if a the algorithm version needs to be included in the history
-
- Jul 05, 2018
-
-
David Fairbrother authored
-
David Fairbrother authored
Adds a method get a single descriptor in the Algorithm factory, this avoids us having to get all algorithm descriptors. Each time we want a descriptor every algorithm object is allocated (900+) then discarded for each workspace
-
- Mar 27, 2018
-
-
Karl Palmen authored
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
-
- Mar 15, 2018
-
-
Edward Brown authored
-
- Mar 14, 2018
-
-
Edward Brown authored
-
- Dec 04, 2017
-
-
Roman Tolchenov authored
-
- Jul 19, 2016
-
-
Raquel Alvarez Banos authored
-
- Jun 07, 2016
-
-
Anton Piccardo-Selg authored
-
Anton Piccardo-Selg authored
-
- Jun 03, 2016
-
-
Anton Piccardo-Selg authored
-
- May 07, 2016
-
-
Hahn, Steven authored
-
- Feb 24, 2016
-
-
Peterson, Peter authored
-
- Feb 18, 2016
-
-
Hahn, Steven authored
-
Matthew D Jones authored
-
- Feb 17, 2016
-
-
Peterson, Peter authored
-
Hahn, Steven authored
-
- Feb 13, 2016
-
-
Hahn, Steven authored
-
- Oct 05, 2015
-
-
Campbell, Stuart authored
-
- Aug 12, 2015
-
-
Nick Draper authored
re #8120
-
- Dec 16, 2014
-
-
WHITFIELDRE email authored
-
- Dec 04, 2014
-
-
Nick Draper authored
-
- May 28, 2014
-
-
Gigg, Martyn Anthony authored
It provides easy access to the highest version of an algorithm currently registered. Refs #9521
-
- Apr 02, 2014
-
-
Russell Taylor authored
The factory takes ownership of the injected instantiator object so is responsible for deleting it if an exception is going to be thrown and the algorithm will not end up being subscribed.
-
- Mar 18, 2014
-
-
Gigg, Martyn Anthony authored
Refs #9059
-
- Jul 04, 2013
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #7263
-
- Apr 15, 2013
-
-
Gigg, Martyn Anthony authored
just on the AlgorithmFactory. Refs #970
-
- Nov 02, 2012
-
-
Savici, Andrei T. authored
-
- Oct 25, 2012
-
-
Nick Draper authored
-
- Apr 13, 2012
-
-
Gigg, Martyn Anthony authored
This allows the algorithm dock in MantidPlot to update when the algorithm factory is changed. RegistrationHelper has been moved to its own class to remove the dependency of Parameter.h on DynamicFactory.
-
- Mar 14, 2012
-
-
Gigg, Martyn Anthony authored
This now doesn't require a user to understand the internal mangling of the algorithm names in order to unsubscribe/replace and algorithm in the factory.
-
- Aug 25, 2011
-
-
Gigg, Martyn Anthony authored
More python unit tests and a new instantiator for PythonAlgorithms that means we don't need all that CloneableAlgorithm stuff, we can create a new object as requested. Refs #3614
-
- Jul 12, 2011
-
-
Russell Taylor authored
-
- Jun 23, 2011
-
-
Nick Draper authored
Adds the option to select which algorithm categories are available into the Mantid->options tab of the preferences window. Known Bug: Does not work with nested categories at the moment, but right now the only one is DataHandling, and you'd be a fool to hide that.
-
- Jun 21, 2011
-
-
Nick Draper authored
Python supports multiple categories, no work really as python does not realy support categories any more. refs #2128 Python and the mantidplot UI respects not showing algorithms if all of it's categories are hidden tests: Normally Hidden What I want in tree Yes No No in search box Yes No No typed in box Yes Yes Ideally, but not too fussed mtdHelp Yes No No intellisense Yes Yes No, but not too fussed typed in script Yes Yes Yes
-
Nick Draper authored
Multiple categories are now correctly displayed in Mantidplot. Hiding of categories is implemented for Mantidplot, but no GUI to select yet. hidden categories can be set in the properties files with algorithms.categories.hidden
-
- Jun 14, 2011
-
-
Doucet, Mathieu authored
Cleaning up the algorithm version number handling in Python now that we have a new mantidsimple. The existence of a version 1 is no longer a requirement. Re #1591
-