This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 29 Dec, 2011 1 commit
-
-
Michael Reuter authored
-
- 28 Dec, 2011 1 commit
-
-
Michael Reuter authored
-
- 10 Nov, 2011 2 commits
-
-
Janik Zikovsky authored
for MDHistoWorkspaces to python. Tested in VanillaPythonTest. È git commit -a -m Refs
-
Janik Zikovsky authored
Refs #4085, refs #4089, REfs #4083. Added tests for workspace groups in binary operations. The +-*/ operations are all overloaded and tested for matrix, group, and MD types.
-
- 03 Oct, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 16 May, 2011 2 commits
-
-
Doucet, Mathieu authored
-
Janik Zikovsky authored
-
- 09 Feb, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 02 Feb, 2011 1 commit
-
-
Janik Zikovsky authored
Fixes #2091: equals() function for quickly comparing workspaces. == operator cannot be overloaded since it compares the shared pointers rather than the actual contents.
-
- 28 Jan, 2011 1 commit
-
-
Janik Zikovsky authored
-
- 26 Jan, 2011 1 commit
-
-
Janik Zikovsky authored
Refs #2277: Divide algorithm has new parameter to perform division by grouped spectra, where workspace indices do not match. e.g. sample / vanadium (where vanadium was averaged per bank). Refs #2023.
-
- 12 Jan, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Ensure that single valued workspaces can be used in binary operations regardless of whether they are lhs or rhs. There was a small bug with multiply that meant they would fail on the lhs. Also ensured that the Python binary overloads provide better information if they fail. Re #2215
-
- 29 Dec, 2010 2 commits
-
-
Russell Taylor authored
-
Russell Taylor authored
Rename Framework code directory to just that. Also delete Main and VS & Eclipse project file. Re #1881.
-
- 15 Dec, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 07 Dec, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Polised up the binary operators in Python so that they are now all controlled from the same place. Also killed another ticket by ensuring that when the binary op algorithms are run that they are run as top-level algorithms so that they log their behaviour. Re #2025 Re #1713
-
- 31 Aug, 2010 1 commit
-
-
Janik Zikovsky authored
-
- 21 Jul, 2010 1 commit
-
-
Doucet, Mathieu authored
-
- 06 Jul, 2010 1 commit
-
-
Roman Tolchenov authored
-
- 01 Dec, 2009 1 commit
-
-
Russell Taylor authored
Fix bug whereby the commonBoundaries test could erroneously report true if the summation of a set of bin boundaries produces an infinity. Re #1047.
-
- 26 Nov, 2009 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 18 Sep, 2009 1 commit
-
-
Russell Taylor authored
-
- 04 Sep, 2009 1 commit
-
-
Nick Draper authored
added several reserve commands for vectors to prevent anticipated extension
-
- 22 Jul, 2009 1 commit
-
-
Russell Taylor authored
Enhanced NormaliseToMonitor so that (a) The monitor spectrum can be provided in a separate workspace if desired and (b) the input workspace is not required to have common bins. In the latter situation the monitor spectrum is rebinned to each data spectrum internally. Re #501.
-
- 09 Jul, 2009 1 commit
-
-
Russell Taylor authored
-
- 06 Jul, 2009 1 commit
-
-
Sofia Antony authored
-
- 20 Mar, 2009 1 commit
-
-
Russell Taylor authored
-
- 18 Mar, 2009 2 commits
-
-
Russell Taylor authored
-
Roman Tolchenov authored
Added the interface class for tables ITableWorkspace. Table workspaces are created with WorkspaceFactory. re #424
-
- 06 Mar, 2009 1 commit
-
-
Roman Tolchenov authored
AlgorithmProxy class is added. References to Algorithm are replaced to IAlgorithm in many cases. re #464
-
- 02 Mar, 2009 1 commit
-
-
Russell Taylor authored
Fix bug in makeDistribution which caused crash on Windows. Ensure X vector is accessed through const method. Re #474.
-
- 01 Mar, 2009 1 commit
-
-
Laurent Chapon authored
Modify the code to take into account integration if the workspace is a distribution. Also changed the code to use stl algorithms and functors.
-
- 28 Feb, 2009 1 commit
-
-
Laurent Chapon authored
Speed-up WorkspaceHelpers::makeDistribution by factor 5.
-
- 16 Feb, 2009 1 commit
-
-
Russell Taylor authored
Add test for CalculateTransmission. Also replace some dodgy hard-coding in the algorithm itself. Re #375.
-
- 16 Jan, 2009 1 commit
-
-
Roman Tolchenov authored
re #351. A change to the workspace hierarchy. What used to be Workspace is now called MatrixWorkspace. New Workspace is a base class for MatrixWorkspace and TableWorkspace. TableWorkspace can be stored in AnalysisDataService and passed to algorithms as a property.
-
- 22 Dec, 2008 1 commit
-
-
Russell Taylor authored
Binary Operation no longer creates a new workspace if the output workspace is the same as one of the input ones. Also added compound assignment operators that take advantage of this. Re #318.
-
- 23 Oct, 2008 1 commit
-
-
Russell Taylor authored
-
- 15 Oct, 2008 1 commit
-
-
Russell Taylor authored
-
- 29 Sep, 2008 1 commit
-
-
Russell Taylor authored
Fixed a bug which had unintentionally restricted ConjoinWorkspaces to input workspaces of same size. Re #230.
-
- 24 Sep, 2008 1 commit
-
-
Russell Taylor authored
-