[NOBUGS] New Release of Mantid 1.29.12931 July 2011

nick.draper at stfc.ac.uk nick.draper at stfc.ac.uk
Fri Jul 1 15:07:01 BST 2011


Hello,

I am pleased to announce that a new version of Mantid has been released today.  The new version is now available in the download area<http://www.mantidproject.org/Download>.

You no longer need to sign up to the mailing list<http://lists.mantidproject.org/mailman/options/mantid-announce> in order to download Mantid<http://download.mantidproject.org/>, but we still advise it so that you can get information on new releases and important bug fixes.

If you cannot read the release notes  below they are available though this link<http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes.htm>.
________________________________

Mantid 1.29.12931 (Released 01/07/2011)

We have made several improvements to Mantid in this release both to the Mantid framework and to the mantidplot application, in addition we have made available an early prototype of the VATES visualisation applications.
I have highlighted several of the improvements below. A full list of the items included in this build can be found at the end.

Throughout the Mantid project we have fixed many of the bugs that have been reported to us. Thank you to everyone that has reported any issues to us. Please keep on reporting any problems you have, or crashes that occur to mantid-help at mantidproject.org.

User Interface & Usability


  *   Installation
     *   We now officially support long term support releases of Ubuntu, this is currently 10.04.  The installation is provided as a debian package, We are in the process of setting up an APT repository.
     *   The Macintosh installer has been improved and now correctly cleans out previous installations.
  *   Instrument Display
     *   [http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes_files/instrument_image.png] An interactive Mask editor has been added to the instrument view, this allows you to draw on the desired mask onto the detectors themselves and edit what you have, before applying the changes to the data. If you want to copy that an exact mask to another workspace then the ExtractMasking and MaskDetectors algorithms will do this for you. You can even save and reload the mask extracted with ExtractMasking.
     *   The instrument view can now correctly select regions of detectors at full resolution even when displayed at low resolution.
     *   The Pick tab contains a new peak selection tool that allows individual peaks within the data to be selected and saved into a peaks workspace (see the single crystal section later).
  *   Table Workspaces
     *   The display of table workspaces has been improved such that the displayed table will now refresh if the data in the workspace changes, this is useful for the parameters of model optimisation and also for our new peak selection tool.
     *   Table workspaces now also support the deletion of rows, so for example if you have selected a peak incorrectly you can just remove that one from the peaks workspace.
  *   Logging
     *   By popular request, the amount of detail that is sent to the log window has been decreased. However if you want to see more then you can right click the log window and select your desired log level.
     *   Messages are now better colour coded by importance, from Red for critical messages, down to grey for debug messages.
  *   Algorithm Selection[http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes_files/alg_selection.png]
     *   You can now select to not see only the algorithm categories that are important for your discipline. Under the view->preferences menu, the Mantid->options tab allows you to deselect any categories that you do not wish to see.
     *   Algorithms in categories you have chosen to hide will not appear in the algorithm tree, search box or python help. However they will continue to work is typed exactly in the search box or in python scripts.
  *   Plotting[http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes_files/waterfall.png]
     *   We have added waterfall plots to MantidPlot.
To create one select mutiple spectra with shift or ctrl and then the right click menu will offer "Plot spectra as waterfall".

Framework Improvements

  *   Algorithms can now be included in multiple categories, the algorithms themselves have not been updated to take advantage of this yet, but the next release will include a reorganisation of the categories for the algorithms.
  *   Mantid now automatically provides a 1-1 spectra - detector map for all workspaces unless by default This makes it much easier to read or input data from facilities where hardware grouping is not used.
  *   Mantid can build a nearest neighbour map for any instrument geometry linking the each spectra to its 8 nearest neighbours. This is used in single crystal peak integration and software grouping to improve statistics.
  *   The maximum number of processing cores mantid will use can now be limited by adding the key "MultiThreaded.MaxCores" to the user.properties file. The default 0 allows mantid to use all the available resources.
  *   Mantid now supports a third configuration file, such that:
     *   mantid.properties = official settings (not for user editing)
     *   mantid.local.properties = user settings for all users
     *   mantid.user.properties = user setting for a particular person
Each file can override any settings in the those above. At present the mantid.local.properties file is only available on linux and mac environments where it is expected to be in /etc/mantid.local.properties

  *   The first prototype release of the VATES toolset is now available as installers for windows environments. While it is not ready for production use we welcome any early comments.
[http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes_files/vates_simple.png]
Python Scripting

  *   There has been a significant adjustment to the internal of how the python scripting works, improving maintenance and testability, but this should not be noticeable in use.
  *   The bug where you had to type "(" twice to get the parameter list for algorithms has now been resolved.
  *   You can now easily use previous versions of algorithms in python just by adding the parameter Version=? to your algorithm call.
e.g. LoadRaw("file.raw","ws1",Version=2)
If you do not specify the version you will get the most recent version as before.

Model fitting and optimisation[http://download.mantidproject.org/kits/Python27/1.29.12931/ReleaseNotes_files/fit_function.png]

  *   The generic fitting tool has been updated to add more functionality while making the interface cleaner. Everything is available under three buttons at the top:
     *   Fit - standard and sequential fits, as well as undoing a fit.
     *   Display - Controls the display of the guess, and the fit quality in the tool window title.
     *   Setup - Allows you to store and retreive your standard models and function combinations, as well as finding peaks and clearing everything out to start from scratch.

Performance

  *   Mantid
     *   LoadEventPreNexus is roughly twice as fast.
     *   DiffractionFocussing2 faster for large instruments.
     *   CrossCorrelate is now multithreaded.
     *   CreateWorkspace is now much much faster for creating large workspaces

New and Updated User Interfaces

  *   Direct Inelastic
     *   The detector positions for Maps, Merlin and Mari are now read from the data file in preference to those in the instrument definition.
     *   GetEi has been improved to handle interference from additional peaks
     *   CorrectKiKf iscan now process event data without converting the results to a histogram
     *   SaveNXSPE has been improved to store L2 for all detectors, and the correct angular widths for grouped detectors.
  *   Indirect Inelastic
     *   Various improvements to fully support Tosca and Osiris diffraction
  *   SANS - ISIS
     *   A new version of Q1D has been added, this alters the calculation of the intensity to better match that originally used in Collette.  The original while similar was found to differ at low counting statistics..
     *   Data Weighting is now included to cut out short wavelengths near the beam stop.
     *   The user interface and batch mode have been extended to allow the analysis of multi-period files.
     *   A new Display tab has been added to allow Guinier, Zimm, Kratky, Porod and other plots, and extract parameters from them.
  *   SANS - SNS/HFIR
     *   Several improvements have been made to better support EQSANS analysis.
     *   Absolute I(Q) can now be calculated for HFIR SANS.
  *   Crystallography
     *   Lots of new and updated algorithms to improve the handling of large powder diffraction datasets and put in place the initial building blocks for single crystal analysis, see the new and updated algorithms section.
  *   Muon
     *   Improvements to Load current run.
     *   Several issues in PlotAsymetryByLogValue have been resolved.
     *   The appearance of the interface has been improved on Mac OS X.
     *   Mantid now supports Muon HDF4 nexus files on 64 bit windows platforms.

New and updated algorithms

  *   SmoothNeighbours performs running average to smooth pixels in RectangularDetectors with their neighbours using parabolic weighting of distance from the pixel.
  *   MoveInstrumentComponent allows more levels above detectors to allow more constraints when calibrating SNAP.
  *   PredictPeaks generates a PeaksWorkspace from a known instrument configuration and UB matrix.
  *   LoadPeaksFile, SaveIsawPeaks, and LoadIsawUB to provide interoperability with ISAW single crystal diffraction files.
  *   LoadCalFile generates OffsetsWorkspace, MaskWorkspace, and GroupingWorkspace from a cal file. AlignDetectors and DiffractionFocussing have been modified to use the new workspaces as an alternative to the cal file.
  *   SNSPowderReduction uses OffsetsWorkspace, MaskWorkspace, GroupingWorkspace for improved performance when processing multiple files.
  *   LoadDspacemap generates an OffsetsWorkspace from a SNS dspacemap file. SaveDspacemap goes the other direction.
  *   AddSampleLog supports additional types of data as well as actual logs.
  *   ChangeLogTime shifts the times on a log by a number of seconds.
  *   LoadLogsForSNSPulsedMagnet (new) and FilterByLogValue (modified) made to work for the pulsed magnet experiments on SEQUOIA.
  *   ScaleX to perform simple scaling to the X values of a workspace
  *   Rebin has been improved so the data does not have to be a histogram, it will now work on data converted to S(|Q|w)
  *   LoadEmptyInstruiment can now optionally create an event workspace
  *   DiffractioFocussing can now operate in |Q| as well as d-spacing
  *   ConvertUnits can now convert to Wavenumber
  *   MergeCalFiles can merge partial changes into full cal files
  *   Load can now handle ISIS event nexus files

Instrument Definitions

  *   Additional grouping by column option for SNAP
  *   Grouping by rings option for NOMAD.

Notable bugs fixed

  *   TOPAZ Event Nexus files no longer load
  *   Segmentation fault whe showing instrument
  *   Contour plots crashing Mantid and freezing system
  *   Wrong data in single crystal peak selection tool
  *   Grouping from 3D Instrument View causes crash
  *   GSAS format cannot be read by GSAS
  *   Crash: when clicking Load while still loading
  *   intellisense is broken after python rewrite
  *   Contour & color fill menu does not plot contours
  *   Mantid Algorithms inside PythonAlgorithms cause crash
  *   CaltoDspacemap negative values
  *   MantidPlot: instrument window should refresh after masking
  *   MoveInstrumentComponent with two groups above detectors
  *   Data reader plot pick tools crash MantidPlot if applied to a mantidCurve
  *   MantidPlot can crash if geometry algebra string is set wrongly in IDF
  *   In instrument view for rectanglar detectors log scale doesn't work
  *   Picking is not working with rect detectors in 3d view
  *   Crash when plotting miniplot in IDA
  *   LoadDAE does not set the Y unit
  *   LoadGSS does not round trip
  *   LoadRaw crashes on select [recent] TOSCA runs
  *   Unable to unfix parameters after fitting with multiple peaks
  *   Instrument window colour bar is squashed on first appearance
  *   SpatialGrouping: algorithm crashes
Ticket

Summary

2991<http://trac.mantidproject.org/mantid/ticket/2991>

InstrumentView: Add single crystal peak selection tool

3003<http://trac.mantidproject.org/mantid/ticket/3003>

Fix curious error from ParComponentFactory when run in parallel.

3019<http://trac.mantidproject.org/mantid/ticket/3019>

RHEL5 is damaged

3064<http://trac.mantidproject.org/mantid/ticket/3064>

Write the correct versions in the NXSPE file.

3094<http://trac.mantidproject.org/mantid/ticket/3094>

Create a ScaleX python algorithm

3116<http://trac.mantidproject.org/mantid/ticket/3116>

TOPAZ Event Nexus files no longer load

3173<http://trac.mantidproject.org/mantid/ticket/3173>

Make the Peak Picking tool output a Peaks workspace

3194<http://trac.mantidproject.org/mantid/ticket/3194>

Segmentation fault whe showing instrument

3207<http://trac.mantidproject.org/mantid/ticket/3207>

Allow users to deselect algorithm categories they are not interested in - GUI

3211<http://trac.mantidproject.org/mantid/ticket/3211>

Odd color scaling in paraview using event nxs files.

3214<http://trac.mantidproject.org/mantid/ticket/3214>

Contour plots crashing Mantid and freezing system

3239<http://trac.mantidproject.org/mantid/ticket/3239>

Fix broken tests

3281<http://trac.mantidproject.org/mantid/ticket/3281>

Wrong data in single crystal peak selection tool

455<http://trac.mantidproject.org/mantid/ticket/455>

Implement Sample UBMatrix and allow n dimensional Q conversion

1591<http://trac.mantidproject.org/mantid/ticket/1591>

Selecting algorithm versions from python

1624<http://trac.mantidproject.org/mantid/ticket/1624>

Slicing Rebinning Filter

1626<http://trac.mantidproject.org/mantid/ticket/1626>

Simple Visualisation GUI - first implementation

1811<http://trac.mantidproject.org/mantid/ticket/1811>

Get beam center finding work under the Mathieu's new framework

2082<http://trac.mantidproject.org/mantid/ticket/2082>

Grouping from 3D Instrument View causes crash

2404<http://trac.mantidproject.org/mantid/ticket/2404>

Find out why PythonReductionTest often fails on Linux buildservers and fix it

2420<http://trac.mantidproject.org/mantid/ticket/2420>

Provide equivalent of COLETTE DISPLAY/SPECIAL plot transformations - GUI part

2433<http://trac.mantidproject.org/mantid/ticket/2433>

Write unit test and documentation for FilterBadPulses

2647<http://trac.mantidproject.org/mantid/ticket/2647>

GSAS format cannot be read by GSAS

2663<http://trac.mantidproject.org/mantid/ticket/2663>

Eliminate the file for MantidsimpleAPI

2711<http://trac.mantidproject.org/mantid/ticket/2711>

MDEventWorkspace binning algorithm

2799<http://trac.mantidproject.org/mantid/ticket/2799>

Crash: when clicking Load while still loading

2816<http://trac.mantidproject.org/mantid/ticket/2816>

Fix problems when using gcc 4.6

2819<http://trac.mantidproject.org/mantid/ticket/2819>

Create Mask tab in Instrument Window

2830<http://trac.mantidproject.org/mantid/ticket/2830>

MDEWPeakIntegration: Peak integration in reciprocal space for MDEventWorkspace

2872<http://trac.mantidproject.org/mantid/ticket/2872>

Implement GroupingWorkspaces and MaskingWorkspaces

2897<http://trac.mantidproject.org/mantid/ticket/2897>

Iteration 29: Compiler Warnings

2898<http://trac.mantidproject.org/mantid/ticket/2898>

Iteration 29 Doxygen Comments

2933<http://trac.mantidproject.org/mantid/ticket/2933>

Mac installer: Wipe out old installation as a pre-install step

2945<http://trac.mantidproject.org/mantid/ticket/2945>

MARI,MAPS and MERLIN should read det positions from data file

2949<http://trac.mantidproject.org/mantid/ticket/2949>

Implement OffsetsWorkspace

2950<http://trac.mantidproject.org/mantid/ticket/2950>

Use OffsetsWorkspace in AlignDetectors and others.

2953<http://trac.mantidproject.org/mantid/ticket/2953>

SaveCalFile: add algorithm

2955<http://trac.mantidproject.org/mantid/ticket/2955>

Port VATES gui prototype across to MantidProject

2986<http://trac.mantidproject.org/mantid/ticket/2986>

Create a tiny sqw file and update the horace reader

2992<http://trac.mantidproject.org/mantid/ticket/2992>

Instrument View miniplot: Allow zooming

2993<http://trac.mantidproject.org/mantid/ticket/2993>

Allow users to delete rows from table workspaces

2994<http://trac.mantidproject.org/mantid/ticket/2994>

Tables should refresh if the table workspace changes

3028<http://trac.mantidproject.org/mantid/ticket/3028>

PredictPeaks: Exclude peaks disallowed by reflection conditions

3052<http://trac.mantidproject.org/mantid/ticket/3052>

Change the NearestNeighbours code to work on spectra rather than pixels

3053<http://trac.mantidproject.org/mantid/ticket/3053>

problem loading detector correction file in the SANS GUI

3058<http://trac.mantidproject.org/mantid/ticket/3058>

loading a multiperiod file in SANS GUI can crash it

3075<http://trac.mantidproject.org/mantid/ticket/3075>

SaveISAWPeaks: Add algorithm

3077<http://trac.mantidproject.org/mantid/ticket/3077>

Add a goniometer rotation entry to the run (sample logs)

3106<http://trac.mantidproject.org/mantid/ticket/3106>

LoadEventNexus only loads a 1:1 spectra map

3108<http://trac.mantidproject.org/mantid/ticket/3108>

VATES Crash

3119<http://trac.mantidproject.org/mantid/ticket/3119>

IMDBox'es: calculate centroid of events.

3126<http://trac.mantidproject.org/mantid/ticket/3126>

PeaksWorkspace: clone() method and add to CloneWorkspace

3135<http://trac.mantidproject.org/mantid/ticket/3135>

Implement IMDBox as a subclass of SignalAggregate

3148<http://trac.mantidproject.org/mantid/ticket/3148>

Remove .mantid from python path

3167<http://trac.mantidproject.org/mantid/ticket/3167>

SANS data weighting -cut out short wavelengths near beam stop

3175<http://trac.mantidproject.org/mantid/ticket/3175>

UB matrices to be accepted as algorithms parameters

3199<http://trac.mantidproject.org/mantid/ticket/3199>

Add SANS batch mode period column

3206<http://trac.mantidproject.org/mantid/ticket/3206>

intellisense is broken after pythonsimple removal

3236<http://trac.mantidproject.org/mantid/ticket/3236>

EventNexusReader XML not being updated

3240<http://trac.mantidproject.org/mantid/ticket/3240>

Contour & color fill menu does not plot contours

3241<http://trac.mantidproject.org/mantid/ticket/3241>

Peak Picking tool unhandled exeption

1131<http://trac.mantidproject.org/mantid/ticket/1131>

Fix bugs in LoadSNSNexus

1284<http://trac.mantidproject.org/mantid/ticket/1284>

Wrong SHLIB extension used for OSX in PythonAPI

1404<http://trac.mantidproject.org/mantid/ticket/1404>

Create a OrbiterArchiveSearch implementation

1459<http://trac.mantidproject.org/mantid/ticket/1459>

Mantid Algorithms inside PythonAlgorithms cause crash

1762<http://trac.mantidproject.org/mantid/ticket/1762>

Improve scriptability of direct excitations work

1924<http://trac.mantidproject.org/mantid/ticket/1924>

Direct Inelastic: Maintain WB data across runs

2125<http://trac.mantidproject.org/mantid/ticket/2125>

Allow algorithms to be in multiple categories

2126<http://trac.mantidproject.org/mantid/ticket/2126>

Support multiple categories in Mantidplot

2127<http://trac.mantidproject.org/mantid/ticket/2127>

Make Python help support multiple categories

2128<http://trac.mantidproject.org/mantid/ticket/2128>

Allow users to deselect algorithm categories they are not interested in

2180<http://trac.mantidproject.org/mantid/ticket/2180>

Make the case of NeXus consistent

2197<http://trac.mantidproject.org/mantid/ticket/2197>

SANS: Improve Display tab to include inplace fitting and calculations

2230<http://trac.mantidproject.org/mantid/ticket/2230>

rebin fails on workspace converted to S(|Q|w)

2294<http://trac.mantidproject.org/mantid/ticket/2294>

EQSANS: normalize to beam profile

2351<http://trac.mantidproject.org/mantid/ticket/2351>

EQSANS: disantangle beam profile from transmission measurement

2380<http://trac.mantidproject.org/mantid/ticket/2380>

Mockups for fitting tab for MuonAnalysis interface

2381<http://trac.mantidproject.org/mantid/ticket/2381>

Enable Rotation matrix in workspaces and verify it in rebinning

2434<http://trac.mantidproject.org/mantid/ticket/2434>

FilterBadPulses Correct the header file comments

2511<http://trac.mantidproject.org/mantid/ticket/2511>

Get MD/Vates unit tests passing on Hudson

2574<http://trac.mantidproject.org/mantid/ticket/2574>

Indirect Diffraction Reduction interface - changes...

2584<http://trac.mantidproject.org/mantid/ticket/2584>

Logging files: allow Linux to specify log location; allow changing log file path at run time, in C and python

2586<http://trac.mantidproject.org/mantid/ticket/2586>

HFIR SANS: absolute scale

2587<http://trac.mantidproject.org/mantid/ticket/2587>

MantidPlot has problems selecting detectors

2601<http://trac.mantidproject.org/mantid/ticket/2601>

Plot not being updated on workspace update

2660<http://trac.mantidproject.org/mantid/ticket/2660>

Add python support for eventWorkspaces

2668<http://trac.mantidproject.org/mantid/ticket/2668>

CaltoDspacemap negative values

2704<http://trac.mantidproject.org/mantid/ticket/2704>

MantidPlot: instrument window should refresh after masking

2708<http://trac.mantidproject.org/mantid/ticket/2708>

Average neighbors for rectangular detectors

2709<http://trac.mantidproject.org/mantid/ticket/2709>

PDF Fourier Transform

2713<http://trac.mantidproject.org/mantid/ticket/2713>

Load algorithm dialog does not resize correctly

2717<http://trac.mantidproject.org/mantid/ticket/2717>

Group SNAP Detectors by columns

2729<http://trac.mantidproject.org/mantid/ticket/2729>

Calibration for NOMAD

2732<http://trac.mantidproject.org/mantid/ticket/2732>

Create system test to cover TOSCA reduction (Indirect CTE)

2736<http://trac.mantidproject.org/mantid/ticket/2736>

Installers can only build in their own directories

2742<http://trac.mantidproject.org/mantid/ticket/2742>

Muon UI improvments

2745<http://trac.mantidproject.org/mantid/ticket/2745>

Modify save nxspe option and nxspe file format to keep L2 and correct angular values

2758<http://trac.mantidproject.org/mantid/ticket/2758>

Allow specifiacation of the other SANS transmission detector.

2762<http://trac.mantidproject.org/mantid/ticket/2762>

BoxController: track box stats for a MDEventWorkspace

2763<http://trac.mantidproject.org/mantid/ticket/2763>

MoveInstrumentComponent with two groups above detectors

2774<http://trac.mantidproject.org/mantid/ticket/2774>

Visualize MDEventWorkspace outputs

2783<http://trac.mantidproject.org/mantid/ticket/2783>

Data reader plot pick tools crash MantidPlot if applied to a mantidCurve

2784<http://trac.mantidproject.org/mantid/ticket/2784>

MakeDiffractionMDEventWorkspace: Support UB and Goniometer matrices

2797<http://trac.mantidproject.org/mantid/ticket/2797>

MDEventWorkspace: centerpointBin(): support ImplicitFunction in binning.

2822<http://trac.mantidproject.org/mantid/ticket/2822>

Move DataHandling NeXus algorithms into DataHandling package

2835<http://trac.mantidproject.org/mantid/ticket/2835>

Experiment with MDBox'es splitting in two along one dimension

2841<http://trac.mantidproject.org/mantid/ticket/2841>

Algorithm to generate expected peak positions in a PeaksWorkspace

2846<http://trac.mantidproject.org/mantid/ticket/2846>

Tidy up SANS Reducer

2851<http://trac.mantidproject.org/mantid/ticket/2851>

Deployment Issue

2852<http://trac.mantidproject.org/mantid/ticket/2852>

Log scaling in the instrument view has stopped working

2869<http://trac.mantidproject.org/mantid/ticket/2869>

Update documentation to reflect behaviour change in wavelength units

2873<http://trac.mantidproject.org/mantid/ticket/2873>

Add optional input of GroupingWorkspace for algorithms

2874<http://trac.mantidproject.org/mantid/ticket/2874>

CreateGroupingWorkspace: Algorithm to create one using bank names.

2885<http://trac.mantidproject.org/mantid/ticket/2885>

SANS transmission wave ranges isn't doing sensible things in many cases

2887<http://trac.mantidproject.org/mantid/ticket/2887>

Make DEB package from CPack

2889<http://trac.mantidproject.org/mantid/ticket/2889>

Make CorrectKiKf event aware

2891<http://trac.mantidproject.org/mantid/ticket/2891>

InstrumentRayTracer: Improve performance on RectangularDetectors+

2893<http://trac.mantidproject.org/mantid/ticket/2893>

Instrument loading performance tests.

2902<http://trac.mantidproject.org/mantid/ticket/2902>

Mac: Menus ?

2905<http://trac.mantidproject.org/mantid/ticket/2905>

Improve response of idstepbyrow attribute of an IDF rectangular_detector

2907<http://trac.mantidproject.org/mantid/ticket/2907>

Indirect CTE Interface: Calib - Ability to Read Several Files

2909<http://trac.mantidproject.org/mantid/ticket/2909>

IDA Interface: Fitting Tabs - TableWS names to match Matrix WS

2910<http://trac.mantidproject.org/mantid/ticket/2910>

Indirect CTE Interface: Calib to use reduction step components

2911<http://trac.mantidproject.org/mantid/ticket/2911>

IDA Interface: ConvFit Throws Unhandled Exception

2916<http://trac.mantidproject.org/mantid/ticket/2916>

Reducer for OSIRIS Diffraction

2917<http://trac.mantidproject.org/mantid/ticket/2917>

Iterator for MDWorkspace

2918<http://trac.mantidproject.org/mantid/ticket/2918>

Visualisation of 1d, 2d and 3d IMDWorkspaces

2919<http://trac.mantidproject.org/mantid/ticket/2919>

Remove HDF5 dependencies from VATES

2920<http://trac.mantidproject.org/mantid/ticket/2920>

Merge branch for iteration 29

2925<http://trac.mantidproject.org/mantid/ticket/2925>

Instrument View Crash using new NVIDIA drivers

2928<http://trac.mantidproject.org/mantid/ticket/2928>

MantidPlot can crash if geometry algebra string is set wrongly in IDF

2929<http://trac.mantidproject.org/mantid/ticket/2929>

Create system test for OSIRIS diffraction

2939<http://trac.mantidproject.org/mantid/ticket/2939>

Refactor GroupingWorkspace to use X as detectorID and Y as groupNumber?

2943<http://trac.mantidproject.org/mantid/ticket/2943>

Rebinning in nDimensions

2946<http://trac.mantidproject.org/mantid/ticket/2946>

TableWorkspace must throw when accessing non-existing cells

2951<http://trac.mantidproject.org/mantid/ticket/2951>

LoadCalFile algorithm to make a grouping, offsets and mask workspace at once.

2958<http://trac.mantidproject.org/mantid/ticket/2958>

Stabilize Simple GUI Functionality

2959<http://trac.mantidproject.org/mantid/ticket/2959>

Immediate mode updates with simple GUI

2960<http://trac.mantidproject.org/mantid/ticket/2960>

Space priority for view in simple GUI

2961<http://trac.mantidproject.org/mantid/ticket/2961>

Cosmetic improvements to simple GUI

2963<http://trac.mantidproject.org/mantid/ticket/2963>

Improve accessibility for simple GUI

2964<http://trac.mantidproject.org/mantid/ticket/2964>

Synchronise display changes in simple GUI

2965<http://trac.mantidproject.org/mantid/ticket/2965>

Rearrange Slicomatic type sliders in simple GUI

2969<http://trac.mantidproject.org/mantid/ticket/2969>

Wiki accounts for Muon scientists

2970<http://trac.mantidproject.org/mantid/ticket/2970>

Allow fitting parameter comments

2971<http://trac.mantidproject.org/mantid/ticket/2971>

New top layer for fitting interface

2972<http://trac.mantidproject.org/mantid/ticket/2972>

Move FitPropertyBrowser + dep to MantidWidget

2975<http://trac.mantidproject.org/mantid/ticket/2975>

Allow short Cost Function names

2979<http://trac.mantidproject.org/mantid/ticket/2979>

LoadDspacemap Algorithm: Make it

2981<http://trac.mantidproject.org/mantid/ticket/2981>

Add option for windows console to CMake

2982<http://trac.mantidproject.org/mantid/ticket/2982>

LoadEventNexus options for SNSPowderReduction

2985<http://trac.mantidproject.org/mantid/ticket/2985>

Add a peak selection tool to the instrument view

2987<http://trac.mantidproject.org/mantid/ticket/2987>

DiffractionEventCalibrateDetectors: use GroupingWorkspaces

2989<http://trac.mantidproject.org/mantid/ticket/2989>

GetDetectorOffsets, CalToDspacemap: Update to use OffsetsWorkspace.

2990<http://trac.mantidproject.org/mantid/ticket/2990>

Mac installer broken again

2995<http://trac.mantidproject.org/mantid/ticket/2995>

Allow dimension configuration for Event Nexus Reader

2998<http://trac.mantidproject.org/mantid/ticket/2998>

DiffractionFocussing2: speed up for large instruments.

2999<http://trac.mantidproject.org/mantid/ticket/2999>

LoadEmptyInstrument: option to create a EventWorkspace

3002<http://trac.mantidproject.org/mantid/ticket/3002>

Convert to Energy GUI error

3004<http://trac.mantidproject.org/mantid/ticket/3004>

SaveDspacemap algorithm

3006<http://trac.mantidproject.org/mantid/ticket/3006>

FindSNSNexus not working in CalibrateRectangularDetectors

3016<http://trac.mantidproject.org/mantid/ticket/3016>

TOSCA: diffraction

3017<http://trac.mantidproject.org/mantid/ticket/3017>

MuonAnalysis: Load current run for ARGUS

3018<http://trac.mantidproject.org/mantid/ticket/3018>

Parallel CrossCorrelations

3021<http://trac.mantidproject.org/mantid/ticket/3021>

SNSPowderReduction: Update to use Grouping/Offsets Workspaces and speed up.

3025<http://trac.mantidproject.org/mantid/ticket/3025>

Use a typedef for signal and for coordinates (in MDEvents)

3033<http://trac.mantidproject.org/mantid/ticket/3033>

Allow multiple tests in each system test python module

3034<http://trac.mantidproject.org/mantid/ticket/3034>

Direct inelastic: Allow a workspace to be given instead of file names

3035<http://trac.mantidproject.org/mantid/ticket/3035>

In instrument view for rectanglar detectors log scale doesn't work

3037<http://trac.mantidproject.org/mantid/ticket/3037>

Full n-dimensional VATES stack

3041<http://trac.mantidproject.org/mantid/ticket/3041>

Picking is not working with rect detectors in 3d view

3045<http://trac.mantidproject.org/mantid/ticket/3045>

Problem with SNSPowderReduction and PG3 2982

3047<http://trac.mantidproject.org/mantid/ticket/3047>

TOSCA: Chopper now functioning

3049<http://trac.mantidproject.org/mantid/ticket/3049>

MuonAnalysis: Change 'Load current run'

3050<http://trac.mantidproject.org/mantid/ticket/3050>

Test Friendly VATES MD aspects

3057<http://trac.mantidproject.org/mantid/ticket/3057>

Allow the same detector ID for multiple components in IDF

3059<http://trac.mantidproject.org/mantid/ticket/3059>

The file widget should have an (optional) period number indication

3060<http://trac.mantidproject.org/mantid/ticket/3060>

EQSANS: process configuration file

3065<http://trac.mantidproject.org/mantid/ticket/3065>

DiffractionFocussing support for Q

3067<http://trac.mantidproject.org/mantid/ticket/3067>

Create a simple 1:1 SpectraDetectorMap implementation

3068<http://trac.mantidproject.org/mantid/ticket/3068>

Crash when plotting miniplot in IDA

3069<http://trac.mantidproject.org/mantid/ticket/3069>

CMake work for VATES-ParaView

3070<http://trac.mantidproject.org/mantid/ticket/3070>

Remove MAKE_MULTIDIMENSIONAL flag

3071<http://trac.mantidproject.org/mantid/ticket/3071>

Clean out VisIt code

3072<http://trac.mantidproject.org/mantid/ticket/3072>

Clean up SANS interface files

3073<http://trac.mantidproject.org/mantid/ticket/3073>

Sample object: Attach OrientedLattice to it.

3081<http://trac.mantidproject.org/mantid/ticket/3081>

GetEi2 falls over for if the peak has small local maxima on the sides

3082<http://trac.mantidproject.org/mantid/ticket/3082>

TimerTest falls over quite often on 32-bit windows

3086<http://trac.mantidproject.org/mantid/ticket/3086>

LoadEventNeXus("POWGEN2795", "PG3_2795")

3087<http://trac.mantidproject.org/mantid/ticket/3087>

LoadIsawUB algorithm: make it

3088<http://trac.mantidproject.org/mantid/ticket/3088>

Large oscillations in I(Q) plots when the count statistics are low

3089<http://trac.mantidproject.org/mantid/ticket/3089>

SetGoniometer: Algorithm to manually create/set the goniometer (angles, vectors)

3096<http://trac.mantidproject.org/mantid/ticket/3096>

Add a Energy Wavenumber unit for convert Units

3102<http://trac.mantidproject.org/mantid/ticket/3102>

Goniometer: Add method to get Euler angles from a rot. matrix

3105<http://trac.mantidproject.org/mantid/ticket/3105>

Q1D needs more data

3113<http://trac.mantidproject.org/mantid/ticket/3113>

Display function parameter description string in the fit browser

3114<http://trac.mantidproject.org/mantid/ticket/3114>

Jenkins + VATES

3115<http://trac.mantidproject.org/mantid/ticket/3115>

Deploy VATES

3117<http://trac.mantidproject.org/mantid/ticket/3117>

IQTransform: should allow negative intensities

3118<http://trac.mantidproject.org/mantid/ticket/3118>

Speed up CreateWorkspace

3120<http://trac.mantidproject.org/mantid/ticket/3120>

MVP in VatesAPI

3123<http://trac.mantidproject.org/mantid/ticket/3123>

Local properties file

3124<http://trac.mantidproject.org/mantid/ticket/3124>

AddSampleLog: Modify to add a time series property also

3129<http://trac.mantidproject.org/mantid/ticket/3129>

Peak: allow construction without instrument/detector

3133<http://trac.mantidproject.org/mantid/ticket/3133>

LoadDAE does not set the Y unit

3134<http://trac.mantidproject.org/mantid/ticket/3134>

MDBoxIterator: implement as a IMDIterator that goes through boxes.

3137<http://trac.mantidproject.org/mantid/ticket/3137>

Promote coord_t/signal_t to Mantid namespace, integrate in MD stuff

3138<http://trac.mantidproject.org/mantid/ticket/3138>

Create developer rpm to install dependencies

3139<http://trac.mantidproject.org/mantid/ticket/3139>

Add waterfall plot type

3149<http://trac.mantidproject.org/mantid/ticket/3149>

LoadGSS does not round trip

3150<http://trac.mantidproject.org/mantid/ticket/3150>

Problems with thresholds

3151<http://trac.mantidproject.org/mantid/ticket/3151>

UpdateInstrumentFromFile should ignore monitors

3156<http://trac.mantidproject.org/mantid/ticket/3156>

LoadRaw crashes on select [recent] TOSCA runs

3157<http://trac.mantidproject.org/mantid/ticket/3157>

Sort out system.h

3158<http://trac.mantidproject.org/mantid/ticket/3158>

SANS UI: remove functools imports to be RHEL5-friendly

3160<http://trac.mantidproject.org/mantid/ticket/3160>

Make a decision on merging or keeping separate Nexus/DataHandling

3161<http://trac.mantidproject.org/mantid/ticket/3161>

EQSANSTransmission broken on Mac because readX returns list not ndarray

3162<http://trac.mantidproject.org/mantid/ticket/3162>

EQSANS: remove normalization option

3163<http://trac.mantidproject.org/mantid/ticket/3163>

Write NormaliseToUnity algorithm

3164<http://trac.mantidproject.org/mantid/ticket/3164>

Load pulsed magnet logs

3165<http://trac.mantidproject.org/mantid/ticket/3165>

Move cost function interface to API

3168<http://trac.mantidproject.org/mantid/ticket/3168>

Change FoldData reduction step (inelastic_indirect) into a Python Algorithm

3170<http://trac.mantidproject.org/mantid/ticket/3170>

Error messages on startup

3171<http://trac.mantidproject.org/mantid/ticket/3171>

Allow adding a user data search directory from the Mantid settings dialog

3172<http://trac.mantidproject.org/mantid/ticket/3172>

EQSANS file management

3177<http://trac.mantidproject.org/mantid/ticket/3177>

Display tab needs to plot runs loaded from RKH files

3178<http://trac.mantidproject.org/mantid/ticket/3178>

Add low-level method to find the best UB matrix given 3 or more indexed peaks.

3179<http://trac.mantidproject.org/mantid/ticket/3179>

ChangeLogTime

3180<http://trac.mantidproject.org/mantid/ticket/3180>

FilterByLogValue additional parameter

3186<http://trac.mantidproject.org/mantid/ticket/3186>

AlignDetectors wiki page is out of date

3191<http://trac.mantidproject.org/mantid/ticket/3191>

EQSANS: Use data archive

3193<http://trac.mantidproject.org/mantid/ticket/3193>

Anvred corrections for single crystal

3198<http://trac.mantidproject.org/mantid/ticket/3198>

Create a MergeCalFiles algorithm

3201<http://trac.mantidproject.org/mantid/ticket/3201>

PlotAsymmetryByLogValue issues

3210<http://trac.mantidproject.org/mantid/ticket/3210>

Make MultiSlice indicators delete and hide via context menu

3213<http://trac.mantidproject.org/mantid/ticket/3213>

Unable to unfix parameters after fitting with multiple peaks

3220<http://trac.mantidproject.org/mantid/ticket/3220>

Binary operations on some EventWorkspaces cause the spectra-detector mapping to disappear

3221<http://trac.mantidproject.org/mantid/ticket/3221>

need to press ( twice to get intellisense help

3223<http://trac.mantidproject.org/mantid/ticket/3223>

Rewrite ScaleX as a C++ algorithm

3224<http://trac.mantidproject.org/mantid/ticket/3224>

Make LoadEventPreNeXus faster

3229<http://trac.mantidproject.org/mantid/ticket/3229>

ReferenceSpectra for CalibrateRectangularDetectors

3230<http://trac.mantidproject.org/mantid/ticket/3230>

MARI doesn't look right in the instrument view

3233<http://trac.mantidproject.org/mantid/ticket/3233>

EventNexusReader should have clipping not applied by default

3235<http://trac.mantidproject.org/mantid/ticket/3235>

EventNexusReader trouble with min and max signal values

3237<http://trac.mantidproject.org/mantid/ticket/3237>

Document EventNexusReader usage

3249<http://trac.mantidproject.org/mantid/ticket/3249>

EQSANS: direct beam transmission is broken

3258<http://trac.mantidproject.org/mantid/ticket/3258>

EQSANS: edge masking is wrong

3262<http://trac.mantidproject.org/mantid/ticket/3262>

MantidPlot crashes in a few places

3270<http://trac.mantidproject.org/mantid/ticket/3270>

EQSANS: beam center is at the wrong position

3274<http://trac.mantidproject.org/mantid/ticket/3274>

Unable to load ISIS event data files

3282<http://trac.mantidproject.org/mantid/ticket/3282>

SANS Reducer: reducer.delete_workspace should be a class method

3290<http://trac.mantidproject.org/mantid/ticket/3290>

Update Service URL for Orbiter search to be released version.

917<http://trac.mantidproject.org/mantid/ticket/917>

Instrument window colour bar is squashed on first appearance

1373<http://trac.mantidproject.org/mantid/ticket/1373>

Extend FindCenterOfMassPosition to deal with multiple wavelength bins

2076<http://trac.mantidproject.org/mantid/ticket/2076>

LoadGSS with not load files save with SLOG format.

2178<http://trac.mantidproject.org/mantid/ticket/2178>

SANS display:In place fitting and calculations

2345<http://trac.mantidproject.org/mantid/ticket/2345>

Sort out DLLExport/DLLImport usage

2473<http://trac.mantidproject.org/mantid/ticket/2473>

FilterBadPulses: no WikiPage

2808<http://trac.mantidproject.org/mantid/ticket/2808>

Property for number of threads to use

2843<http://trac.mantidproject.org/mantid/ticket/2843>

Remove auto_ptr from MDAlgorithms

2859<http://trac.mantidproject.org/mantid/ticket/2859>

PeakIntegration: Add a test

2863<http://trac.mantidproject.org/mantid/ticket/2863>

Improve PlotAsymmetryByLogValue custom dialog

2870<http://trac.mantidproject.org/mantid/ticket/2870>

Peak: improvements for inelastic scattering, etc.

2871<http://trac.mantidproject.org/mantid/ticket/2871>

LoadPeaksFile: make goniometer matrix, and handle it in Peak object.

2900<http://trac.mantidproject.org/mantid/ticket/2900>

MuonAnalysis interface looks crap on Mac

2931<http://trac.mantidproject.org/mantid/ticket/2931>

Improve error message if instrument can't add detector

2934<http://trac.mantidproject.org/mantid/ticket/2934>

PeaksWorkspace: expose to IPropertyManager

2937<http://trac.mantidproject.org/mantid/ticket/2937>

Remove file relating to old build system (scons/qmake) from repository

2952<http://trac.mantidproject.org/mantid/ticket/2952>

GroupingWorkspace and OffsetsWorkspace: show only specific details in algorithm dock

2956<http://trac.mantidproject.org/mantid/ticket/2956>

Wiki page(s) for simple GUI + plugins

2957<http://trac.mantidproject.org/mantid/ticket/2957>

Wiki page(s) for Advanced GUI + plugins

2976<http://trac.mantidproject.org/mantid/ticket/2976>

Update IndirectEnergyConversionTest system test to use the Indirect reducer directly

2977<http://trac.mantidproject.org/mantid/ticket/2977>

Minor changes to Indirect UI Python files

2983<http://trac.mantidproject.org/mantid/ticket/2983>

BinToMDHistoWorkspace: Refactor to handle < 4 dimensions

2984<http://trac.mantidproject.org/mantid/ticket/2984>

Deprecate DspacemapToCal

2996<http://trac.mantidproject.org/mantid/ticket/2996>

LoadCalFile: Use outputWorkspace properties and avoid using outside of DataHandling

2997<http://trac.mantidproject.org/mantid/ticket/2997>

Add selectionChanged() signal to RangeSelector Mantid Widget

3000<http://trac.mantidproject.org/mantid/ticket/3000>

Building with nmake fails on copying bundled python files

3023<http://trac.mantidproject.org/mantid/ticket/3023>

MDEvents: Make part of the main build, add test helper

3024<http://trac.mantidproject.org/mantid/ticket/3024>

python script to move a class to a different project

3026<http://trac.mantidproject.org/mantid/ticket/3026>

Track wiki description in the Algorithm

3027<http://trac.mantidproject.org/mantid/ticket/3027>

Document Mocking

3029<http://trac.mantidproject.org/mantid/ticket/3029>

Fix bug in CMake

3032<http://trac.mantidproject.org/mantid/ticket/3032>

Add performance tests to vtkDataSetFactory Tests

3038<http://trac.mantidproject.org/mantid/ticket/3038>

MuonAnalysis: for EMU data change default to plot 'pair'

3039<http://trac.mantidproject.org/mantid/ticket/3039>

Indirect CTE minor changes for TOSCA

3040<http://trac.mantidproject.org/mantid/ticket/3040>

MuonAnalysis: axis labels in plots equal those in workspaces

3056<http://trac.mantidproject.org/mantid/ticket/3056>

Check TofEvent() constructor usage in tests.

3080<http://trac.mantidproject.org/mantid/ticket/3080>

DiffractionFocussing2: fix parallellization for 1 group

3097<http://trac.mantidproject.org/mantid/ticket/3097>

Add methods in MDHistoWorkspace for 2,3 indices

3100<http://trac.mantidproject.org/mantid/ticket/3100>

Add Test for WorkspaceCreationHelper methods.

3101<http://trac.mantidproject.org/mantid/ticket/3101>

Progress: does not work right if given # of steps > 2^32

3109<http://trac.mantidproject.org/mantid/ticket/3109>

Reuse VATES components

3112<http://trac.mantidproject.org/mantid/ticket/3112>

SpatialGrouping: algorithm crashes

3125<http://trac.mantidproject.org/mantid/ticket/3125>

Remove load muon related #ifndef _WIN64

3128<http://trac.mantidproject.org/mantid/ticket/3128>

Instrument: save the valid-from/to dates in the object

3140<http://trac.mantidproject.org/mantid/ticket/3140>

Keep dimension settings

3141<http://trac.mantidproject.org/mantid/ticket/3141>

Make sure PythonAPI unit tests have different names

3143<http://trac.mantidproject.org/mantid/ticket/3143>

Add test for FileFinder::getFacility

3195<http://trac.mantidproject.org/mantid/ticket/3195>

Isaw Peaks files: Flip HKL's

3196<http://trac.mantidproject.org/mantid/ticket/3196>

Algorithm to load and conjoin multiple gsas files

3202<http://trac.mantidproject.org/mantid/ticket/3202>

ExperimentInfo: class holds instrument, sample, run; make workspaces inherit from it

3212<http://trac.mantidproject.org/mantid/ticket/3212>

Move centerpointBinToMDHistoWorkspace method to the algorithm

3222<http://trac.mantidproject.org/mantid/ticket/3222>

Get rid of MDSplitBox

3267<http://trac.mantidproject.org/mantid/ticket/3267>

Update class_maker.py to work with projects in VATES

2426<http://trac.mantidproject.org/mantid/ticket/2426>

Use executeAsSubAlg() in more places to run child algoritms.

2892<http://trac.mantidproject.org/mantid/ticket/2892>

Improve display of PyQt interface names in MantidPlot menu

2936<http://trac.mantidproject.org/mantid/ticket/2936>

Update the minor version number

2942<http://trac.mantidproject.org/mantid/ticket/2942>

Syntax error in MantidFramework.py

3085<http://trac.mantidproject.org/mantid/ticket/3085>

ChopData algorithm: should use addOrReplace for adding workspaces

3107<http://trac.mantidproject.org/mantid/ticket/3107>

Add progress label to algorithms that are often used

3132<http://trac.mantidproject.org/mantid/ticket/3132>

System test failure due to mantidsimple changes

3159<http://trac.mantidproject.org/mantid/ticket/3159>

Improve Icons - Windows and Mac



Regards,
Nick Draper

Mantid Project Manager<http://www.mantidproject.org/>
Tel: +44 (0)1235 445228
Skype: nicholas_draper
RAL, R78, 1.02


-- 
Scanned by iCritical.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 61683 bytes
Desc: image001.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 43652 bytes
Desc: image002.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 9081 bytes
Desc: image003.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0007.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.png
Type: image/png
Size: 90631 bytes
Desc: image004.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0008.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image005.png
Type: image/png
Size: 17606 bytes
Desc: image005.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110701/dbda87cd/attachment-0009.png>


More information about the NOBUGS mailing list