This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Dec 05, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Dec 02, 2011
-
-
Janik Zikovsky authored
Could still use a test, though we're lax in python tests!
-
- Nov 17, 2011
-
-
Campbell, Stuart authored
-
- Nov 10, 2011
-
-
Janik Zikovsky authored
-
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.
-
- Nov 02, 2011
-
-
Janik Zikovsky authored
-
- Oct 07, 2011
-
-
Janik Zikovsky authored
Refs #3907: Made MDEventWorkspace inherit from IMDWorkspace. Added tests to MDGeometryTest. Clarified the getDimension() calls, which were ambiguous.
-
- Oct 05, 2011
-
-
Janik Zikovsky authored
-
- Oct 03, 2011
-
-
Gigg, Martyn Anthony authored
-
- Sep 29, 2011
-
-
Janik Zikovsky authored
Refs #3724: Exposed a method to python to allow looking at the deprecation message of deprecated algos. Wiki maker script uses that to make a redirect page.
-
Gigg, Martyn Anthony authored
Fix the property declarations and export WorkspaceProperty<WorkspaceGroup> to Python so that the auto complete can pick it up correctly. Fixes #3879
-
- Sep 16, 2011
-
-
Janik Zikovsky authored
-
Janik Zikovsky authored
-
- Sep 14, 2011
-
-
Russell Taylor authored
Continue obsession with const: ExperimentInfo(MatrixWorkspace)::getInstrument now returns a const instrument. Re #1944.
-
- Sep 08, 2011
-
-
Gigg, Martyn Anthony authored
Export the access functions for the oriented lattice from the sample class. Fixes #3680. Also cleared some warnings on windows. Refs #3302
-
- Sep 02, 2011
-
-
Doucet, Mathieu authored
-
- Aug 30, 2011
-
-
Nick Draper authored
added python bindings
-
- Aug 29, 2011
-
-
Russell Taylor authored
Try to get system tests passing. This includes temporary renaming of a method on Instrument. Re #1944.
-
Russell Taylor authored
Add a copy constructor to Instrument. Oh, and go on a const-correctness hunt that led this commit to touch slightly more than just the one class. Re #1944.
-
- Aug 11, 2011
-
-
Gigg, Martyn Anthony authored
-
- Aug 01, 2011
-
-
Gigg, Martyn Anthony authored
-
- Jul 18, 2011
-
-
Gigg, Martyn Anthony authored
Add the exports for ISpectrum so that when a user has created a workspace with CreateWorkspace they can set up the necessary spectrum/detector links if the default is not right. Refs #3381
-
- Jul 08, 2011
-
-
Janik Zikovsky authored
- Refs #3203: Implemented ISpectrum. It is the base class of EventList and Histogram and contains the spectrum number and list of detector IDs for a given spectrum. - ISpectrum return X/Y/E vectors. EventList, e.g. calculates the histogram on the fly. - Moved the EventWorkspace MRU list of histograms to be contained within the EventList; better code separation. Made a EventWorkspaceMRU class to encapsulate this more easily. - Workspaces must implement getSpectrum (const/not const) to return a ISpectrum object. dataX(i), etc. methods on MatrixWorkspaces no longer need to be overridden since they call getSpectrum() - Got rid of EventWorkspace::getEventListatPixelID() and doneLoadingData() - replaceSpectraMap() methods offers backwards-compatibility with SpectraDetectorMaps by setting the specNo and detector list when called. Must be called AFTER creating all the spectra in a workspace. - Refs #3318: maskWorkspaceIndex() implemented as part of ISpectrum.
-
- Jun 30, 2011
-
-
Campbell, Stuart authored
-
- 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
-
- Jun 10, 2011
-
-
Gigg, Martyn Anthony authored
-
- Jun 03, 2011
-
-
Doucet, Mathieu authored
Final cleanup of mantidsimple. mantidsimple.py is no longer generated at runtime but sits with MantidFramework.py Re #2663
-
- May 24, 2011
-
-
Doucet, Mathieu authored
-
Roman Tolchenov authored
-
- May 19, 2011
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Refs #2897. Actually give toString a default so that it makes sense in most situations. This will fix the Python test failure.
-
- May 17, 2011
-
-
Peterson, Peter authored
-
- May 12, 2011
-
-
Janik Zikovsky authored
-
Peterson, Peter authored
-
Gigg, Martyn Anthony authored
Ensure that when algorithms are run using the simple API as part of a Python algorithm that they are unmanaged. If they are not then they can cause the main algorithm to be deleted before it is actaully finished./unmanaged_alg.py Refs #1459
-
- May 11, 2011
-
-
Doucet, Mathieu authored
-
- May 06, 2011
-
-
Gigg, Martyn Anthony authored
Refs #2930. Fix the LoadDialog python command which had stopped working and simplify the whole thing regarding the generating mantidsimple. Now it simply generates all of the functions, there is no longer a gui flag. At runtime it checks whether it can use them or not.
-
Gigg, Martyn Anthony authored
-