[NOBUGS] New release of Mantid 1.28.11227 May 2011
nick.draper at stfc.ac.uk
nick.draper at stfc.ac.uk
Fri May 6 15:30:50 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, 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.28.11227/ReleaseNotes.htm>.
________________________________
Mantid 1.28.11227 (Released 6/5/2011)
We have made several improvements to Mantid in this release many behind the scenes, but also many that are visible as well as further improvements in functionality. You may also have noticed that the version number of this release has been changed moving from 1.1.9556 to 1.28.11227, the 28 here is a unique number for each official release.
I have highlighted several of the improvements below. A full list of the items included in this build can be found at the end.
I had sent a warning email before this release that we were making some potentially breaking changes to the Python scripting. Unfortunately this change had to be delayed and has not made this release. We will warn you well in advance should we make such changes in the future.
Plotting Note: An unfortunate error in previous versions of Mantid regarding preference handling for curve styles has meant that the new version will start with "line+symbol" as the default. To reset the preference: go to View->Preferences->2D Plots and click on the "Curves" tab. Change the "Default Curve Style" to the desired option.
Windows Note: If you have installed the development version of Mantid dated between the 28th of April and the 6th of May, please check the add/remove menu in the Control Panel for multiple copies of Mantid. An unfortunate error in the reworking of Mantid version crept in to the installer which mean that each new one got treated as a different program rather than a replacement of an old one. Just remove any duplicates before you install the new version of Mantid.
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
* The windows installer now includes a bundled version of Python. You no longer need to install Python before installing Mantid. Also the version of Python has been upgraded to Python 2.7.
* The installers for MacOSX and RedHat have been rewritten to improve portability and maintenance The Mac installer in particular is much more forgiving about how the subsequent application is started.
* There is a new first use configuration form that will appear for the first use of Mantid on a new computer. This gives a simple place to set your default facility, instrument and data paths.
* Error Reporting
* [http://download.mantidproject.org/kits/Python27/1.28.11227/ReleaseNotes_files/instrument_image.png] A new bug reporting form has been added to www.mantidproject.org<http://www.mantidproject.org/> this allows help to be requested or bugs reported when on a computer without an email client. You can of course still send emails to mantid-help at mantidproject.org<mailto:mantid-help at mantidproject.org>.
* Instrument Display
* A new control has been added to the bottom of the instrument display that gives better control of the integration range used to colour the detectors.
* The colouring for counts <1.0 have been corrected.
* Algorithm Toolbox
* [http://download.mantidproject.org/kits/Python27/1.28.11227/ReleaseNotes_files/alg_list.png] The search box has been improved to list all of the possible matches as you type.
* Plotting
* Negative values are now consistently plotted as the minimum value in log axes.
* Load
* We have improved the resolution and searching for files, such that file extensions are correctly respected and the case of the instrument prefix is not important.
* The list of file filters has been improved when browsing for files.
Framework Improvements
* The Mac version of Mantid is now a 64bit application, allowing access to more memory, also it now fully supports multiple processing cores in the same way as has been available on Windows and Linux for some time. This has been made possible by moving to the Intel C++ compiler for MacOSX.
* Algorithms can now have aliases, alternate names that they can be referred to using, this is being used already to add backward compatibility where we have chosen to rename a few algorithms.
* SaveSNSNexus to SaveToSNSHistogramNexus
* Sort to SortEvents
* Unwrap to UnwrapMonitor
* Algorithms can also be marked as obsolete if we do not suggest they are used any more and may be removed in future releases of Mantid. These algorithms will still work, but will print a warning message to the log, specifying the algorithm that should replace the functionality of the obsolete algorithm.
* We have added some new specialized types of workspaces, GroupWorkspaces that can hold the grouping information to be applied through DiffractionFocussing and GroupDetectors, and PeaksWorkspaces for handling peak lists.
* Workspaces can now be marked as invisible, this is used in a few of the interfaces to hide intermediate workspaces that are only intended for internal use. If you wish to see these workspaces you can choose this in the preferences dialog.
Python Scripting
* Several additional objects have been exposed so they can be manipulated in python, EventWorkspaces, V3D (3D positions) and Quat (quaternion rotations).
* The data file paths and logging path can also be set in python.
* The directory automatically searched for python algorithms is now searched recursively, so any python algorithms in sub directories will be included.
Model fitting and optimisation
* A new form of composite function has been added that multiplies the contained functions rather than adding the results, it is called ProductFunctionMW.
* Errors are now calculated for simplex minimization
* The inclusion of the difference plot in the results is now optional.
Performance
* Mantid
* The performance of many operations in Mantid has been improved using an internal threadpool to reduce the creation overhead of threads for small tasks.
* The performance of GroupDetectors has been greatly improved when reading large xml grouping files.
* Some bugs in the memory management have been resolved that caused workspaces to go managed too early.
* The performance of saving event nexus workspaces has been improved, part of this has been achieved by disabling compression of the data, this does increase the file size by roughly 20% but is much faster.
New and Updated User Interfaces
* Direct Inelastic
* When summing multiple files the diagnostics are now applied to each file in turn and then the masks from each are summed rather than running the diagnostic on the summed sample files as before.
* SANS - ISIS
* The Mantid analysis now reproduces Colette results for circularly symmetric data in 1D
* All Nexus file reductions are now possible, an external .log file is no longer required
* There is more flexibility in the transmission calculation as any combination of monitors can be used or an externally calculated transmission
* SANS batch mode has been extended to save its results in any format that Mantid can save to
* Indirect Inelastic
* Unit conversion to/from Wavelength now takes account of the Emode property, providing a better result for Inelastic instruments.
* TOSCA support for Indirect CTE has been improved, and should now take account of frame overlap.
* Crystallography
* Diffraction algorithms modified to respect masking flag set on the workspace in addition to the masking set in the calibration file.
* Additional algorithms for tof corrections for POWGEN (UnwrapSNS and FilterLowResTOF).
* Calibration of 2D detectors for powder diffraction by optimizing whole detector position to get appropriate tof to d-space conversions.
* Preview version of single crystal Bragg scattering reduction with an emphasis on reproducing results from ISAW.
* Fourier transform for PDF [S(Q) to G(r)].
* Muon
* [http://download.mantidproject.org/kits/Python27/1.28.11227/ReleaseNotes_files/Muon.png] Normalization of Asymmetry plot.
* Choices for bunching data.
* Auto-save MuonAnalysis user selected values.
* Updated various defaults including use micro-seconds only.
New and updated algorithms
* Rebin: A new parameter PreserveEvents has been added to clarify whether the data should be retained as events or histogrammed. This option makes no difference if the input data is already histogrammed.
* Rebin: No longer needs the input data to be a histogram.
* LoadDetectorInfo: Has an additional property, RelocateDets, that will move the detectors to the positions specified in the raw/dat file.
* GetEi: Now supports LET by removing the restriction for the spectra to be marked as monitors in the IDF.
* LoadLog: Now supports an additional text format used at the SNS.
* LoadDaveGrp: A data loader for Dave group files.
* SumNeighbours: Can now optionally sum the neighbours of a single pixel.
* FFTDerivative: Calculates derivatives of a spectra using Fast Fourier Transform.
* UnwrapSNS: Unwraping spectra specifically for the SNS DAS.
* CalibrateRectangularDetectors: creates a calibration file and/or dspacemap file by loading an Event NeXus file and crosscorrelating each spectra with a reference spectra for specified peaks.
* MaskPeaksWorkspace: Mask pixels close to peak positions in PeaksWorkspace.
* DspacemaptoCal: Option to write binary dspacemap file from calibration file.
* LoadNISTSANS: A data loader for NIST SANS data.
* SaveNXSPE: The secondary flight path is now stored in the file.
* CreateGroupingWorkspace: Creates a grouping workspace using bank names.
* ChangePulseTime: Shifts the wall clock time for events.
Instrument Definitions
* New GPSANS and OSIRIS definitions have been added.
* Definitions for VULCAN, LOQ, HIFI, TOSCA and IRIS have been improved.
* The parameter file for HRPD has been adjusted to give much better inittial values for back to back exponential fitting.
[http://download.mantidproject.org/kits/Python27/1.28.11227/ReleaseNotes_files/HRPDparameter%20with%20xml.png]
Notable bugs fixed
* MantidPlot: Shortcut key SHIFT+A when a graph is in focus blocks typing
* Running a python script while an algorithm is running crashes again
* Random python crashes when running code from custom interfaces
* Segfault: When editing a Table in MantidPlot
* Divide seg fault with event and 2D Workspaces
* Deleting a workspace while a python script is running crashes MantidPlot
* Add missing instruments to Facilities.xml file
* getMedian is incorrect for gcc 4.5+
* In ISIS SANS batch mode the sample geometry is not set in the GUI
* MantidPlot crash after changing title
* Preferences Dialog closes Script Window and Script Interpreter window
* MantidPlot must give a message when UserFunction entered with syntax errors
* CreateWorkspace does not work with arrays extracted straight from another workspace
* The workspace display is incorrect after ungrouping and deleting a member
* In GroupDetectors don't ignore duplicate Spectra IDs when reading mapfile
* Find Peaks buttons causes handled crash
* Run files widget - better startup directory on browsing
* Save a muon workspace to nexus and load it back and it gains a spectrum
* The Load dialog box can take a while to appear
* EQSANS: transmission calculation crashes if beam center is way off
* Unwrapped instrument view doesn't work with rectangular detectors
* Source tarball does not build with CMake
* MantidPlot Plot2D preferences not taken into account
* LoadNexusMonitors crashes if not all monitors are present
* Unit Conversion to/from Wavelength should take account of emode
* Mantid fails to start if any of the datasearch.directories are unavailable
* ConvertUnits from d-space to momentum transfer is broken for event workspaces
* InstrumentView crash after unwrap
* Fit browser doesn't show tied parameters in nested composite functions
* LoadISISNexus fails to read MERLIN files
* Adding a 0 to the end of 1,000 does not work
Ticket
Summary
1298<http://trac.mantidproject.org/mantid/ticket/1298>
MantidPlot: Shortcut key SHIFT+A when a graph is in focus blocks typing
2225<http://trac.mantidproject.org/mantid/ticket/2225>
Add python algorithms and scripts to the install
2412<http://trac.mantidproject.org/mantid/ticket/2412>
Issues with the file finder
2580<http://trac.mantidproject.org/mantid/ticket/2580>
Tests fail with gcc 4.5
2755<http://trac.mantidproject.org/mantid/ticket/2755>
Bundle Python with the windows install kits
2829<http://trac.mantidproject.org/mantid/ticket/2829>
Fix Alex's code on Linux
2837<http://trac.mantidproject.org/mantid/ticket/2837>
LoadDetectorInfo changes
2845<http://trac.mantidproject.org/mantid/ticket/2845>
Windows Installer does not correctly include boost and Poco anymore
2850<http://trac.mantidproject.org/mantid/ticket/2850>
Running a python script while an algorithm is running crashes again
2854<http://trac.mantidproject.org/mantid/ticket/2854>
Random python crashes when running code from custom interfaces
2861<http://trac.mantidproject.org/mantid/ticket/2861>
LoadISISNexus fails to read MERLIN files
2865<http://trac.mantidproject.org/mantid/ticket/2865>
Segfault: When editing a Table in MantidPlot
2890<http://trac.mantidproject.org/mantid/ticket/2890>
SEGFAULT: When viewing curve properties
2895<http://trac.mantidproject.org/mantid/ticket/2895>
Convert to Energy Transfer GUI fails on SNS data
2896<http://trac.mantidproject.org/mantid/ticket/2896>
SaveNXSPE getting wrong keyword for ki/kf correction
2899<http://trac.mantidproject.org/mantid/ticket/2899>
New Windows installs are not recognised as a new version of the same program
2903<http://trac.mantidproject.org/mantid/ticket/2903>
MuonAnalysis mwRunFiles input box reduce Qmessages
2912<http://trac.mantidproject.org/mantid/ticket/2912>
Windows: ScriptWindow sometimes unusable after MantidPlot restart
1133<http://trac.mantidproject.org/mantid/ticket/1133>
Mac build needs to move to GCC 4.1+ and be 64 bit
1630<http://trac.mantidproject.org/mantid/ticket/1630>
Read data from MDWorkspace into Visualisation datasets
1958<http://trac.mantidproject.org/mantid/ticket/1958>
Plot controls disabled
2012<http://trac.mantidproject.org/mantid/ticket/2012>
Convert a normal EventWorkspace into a MDWorkspace.
2016<http://trac.mantidproject.org/mantid/ticket/2016>
Create a MDEventWorkspace
2062<http://trac.mantidproject.org/mantid/ticket/2062>
Change XML Parsing in GroupDetectors to Non-DOM Variety
2073<http://trac.mantidproject.org/mantid/ticket/2073>
MedianDetectorTest fails for EventWorkspace inputs.
2079<http://trac.mantidproject.org/mantid/ticket/2079>
3D Instrument View: colors do not seem to be correct for counts < 1.0
2134<http://trac.mantidproject.org/mantid/ticket/2134>
Instrument display: Implement the X integration control
2212<http://trac.mantidproject.org/mantid/ticket/2212>
SANS: Wavelength loops analysis
2311<http://trac.mantidproject.org/mantid/ticket/2311>
Deploy Hudson on Shadow to control the UK mantid build servers
2366<http://trac.mantidproject.org/mantid/ticket/2366>
Implement ThreadPool and manager in Mantid
2392<http://trac.mantidproject.org/mantid/ticket/2392>
Instrument name case should be ignored by FileFinder
2447<http://trac.mantidproject.org/mantid/ticket/2447>
MantidPlot versions and dates are inconsistent
2448<http://trac.mantidproject.org/mantid/ticket/2448>
LoadEventNexus: Speed up loading when specifying start/stop times
2465<http://trac.mantidproject.org/mantid/ticket/2465>
Workspace histories from the dynamic load algorithm
2543<http://trac.mantidproject.org/mantid/ticket/2543>
Add a webform for submitting a help request
2562<http://trac.mantidproject.org/mantid/ticket/2562>
SEGFAULT: When closing the python script window while a script is running.
2568<http://trac.mantidproject.org/mantid/ticket/2568>
Analysis on windows is going to ManagedWorkspaces far too early
2570<http://trac.mantidproject.org/mantid/ticket/2570>
Instrument View Ubuntu bugs
2578<http://trac.mantidproject.org/mantid/ticket/2578>
HRPD Parameters file
2588<http://trac.mantidproject.org/mantid/ticket/2588>
LoadEventNexus: check on memory use while loading
2589<http://trac.mantidproject.org/mantid/ticket/2589>
DiffractionFocusing: get to work with masking workspace for inelastic
2597<http://trac.mantidproject.org/mantid/ticket/2597>
Wavelength reduction ranges being overridden by user file settings
2599<http://trac.mantidproject.org/mantid/ticket/2599>
Data going negative after subtracting background, different from collette
2603<http://trac.mantidproject.org/mantid/ticket/2603>
SANS Batch mode needs more file formats
2604<http://trac.mantidproject.org/mantid/ticket/2604>
Fix beam centre problems
2612<http://trac.mantidproject.org/mantid/ticket/2612>
Inaccurate values near the end of the Q range
2615<http://trac.mantidproject.org/mantid/ticket/2615>
Update to Python 2.6 / 2.7
2623<http://trac.mantidproject.org/mantid/ticket/2623>
Divide seg fault with event and 2D Workspaces
2635<http://trac.mantidproject.org/mantid/ticket/2635>
Allow an algorithm to be passed as a parameter
2637<http://trac.mantidproject.org/mantid/ticket/2637>
Ensure algorithms can be used in a command pattern from python
2645<http://trac.mantidproject.org/mantid/ticket/2645>
Show instrument crash
2665<http://trac.mantidproject.org/mantid/ticket/2665>
Remove MaxEnt from IndirectEnergyConversion
2700<http://trac.mantidproject.org/mantid/ticket/2700>
Upgrade Poco libraries and add PocoNetSSL component
2714<http://trac.mantidproject.org/mantid/ticket/2714>
Deleting a workspace while a python script is running crashes MantidPlot
2724<http://trac.mantidproject.org/mantid/ticket/2724>
Add missing instruments to Facilities.xml file
2726<http://trac.mantidproject.org/mantid/ticket/2726>
WinPlotr will no longer load files saved by SaveGSS
2754<http://trac.mantidproject.org/mantid/ticket/2754>
getMedian is incorrect for gcc 4.5+
2769<http://trac.mantidproject.org/mantid/ticket/2769>
CMake release build on windows produces a console
2770<http://trac.mantidproject.org/mantid/ticket/2770>
In ISIS SANS batch mode the sample geometry is not set in the GUI
2779<http://trac.mantidproject.org/mantid/ticket/2779>
MantidPlot crash after changing title
2786<http://trac.mantidproject.org/mantid/ticket/2786>
Create a First Use configuration screen for MantidPlot
2794<http://trac.mantidproject.org/mantid/ticket/2794>
Importing a calculated SANS transmission file
2803<http://trac.mantidproject.org/mantid/ticket/2803>
MantidPlot: Set the default of Properties Save Every to off
2831<http://trac.mantidproject.org/mantid/ticket/2831>
Generic Multi-dimensional CoordTransformation class
2848<http://trac.mantidproject.org/mantid/ticket/2848>
Update diagnostics to perform tests on individual runs and not the sum
2864<http://trac.mantidproject.org/mantid/ticket/2864>
mtdHelp("AlgorithmName") isn't working
2868<http://trac.mantidproject.org/mantid/ticket/2868>
HFIR_Reduction ui does not open in RHEL5
2913<http://trac.mantidproject.org/mantid/ticket/2913>
Fix EQSANS test
2914<http://trac.mantidproject.org/mantid/ticket/2914>
RPM kit contains malformed mantid.csh
2915<http://trac.mantidproject.org/mantid/ticket/2915>
Installing RHEL6 RPM on a clean machine fails to start python
753<http://trac.mantidproject.org/mantid/ticket/753>
Algorithm to Convert Spectra number to ?
829<http://trac.mantidproject.org/mantid/ticket/829>
Class for crystallograhic Unit-cell
861<http://trac.mantidproject.org/mantid/ticket/861>
clean up python scripts directory
997<http://trac.mantidproject.org/mantid/ticket/997>
Improve code quality in NormaliseToMonitor
1041<http://trac.mantidproject.org/mantid/ticket/1041>
Allow users to remove error bars on plots
1224<http://trac.mantidproject.org/mantid/ticket/1224>
WISH Redhat crashes
1399<http://trac.mantidproject.org/mantid/ticket/1399>
Harmonise widget usage in SANS
1522<http://trac.mantidproject.org/mantid/ticket/1522>
Add use of helper method to get instrument geometry filename in algorithms
1633<http://trac.mantidproject.org/mantid/ticket/1633>
Provide most relevant default settings to controls.
1642<http://trac.mantidproject.org/mantid/ticket/1642>
Integrate VATES build with Mantid build
1755<http://trac.mantidproject.org/mantid/ticket/1755>
Powder diffraction calibration for SNAP
1787<http://trac.mantidproject.org/mantid/ticket/1787>
Add Deprecation Mechanism for algorithms
1797<http://trac.mantidproject.org/mantid/ticket/1797>
Invisible workspaces in MantidPlot
1822<http://trac.mantidproject.org/mantid/ticket/1822>
Load log from ascii file
1841<http://trac.mantidproject.org/mantid/ticket/1841>
Preferences Dialog closes Script Window and Script Interpreter window
1917<http://trac.mantidproject.org/mantid/ticket/1917>
Eliminate the use of HRP39182 in unit tests
1977<http://trac.mantidproject.org/mantid/ticket/1977>
Refactor MDWorkspace Constructional Logic
1978<http://trac.mantidproject.org/mantid/ticket/1978>
Refactor MDWorkspace for Concept Reuse
2248<http://trac.mantidproject.org/mantid/ticket/2248>
MantidPlot must give a message when UserFunction entered with syntax errors
2251<http://trac.mantidproject.org/mantid/ticket/2251>
The ISIS SANS command LoadSample() should read log values from Nexus
2288<http://trac.mantidproject.org/mantid/ticket/2288>
Data loader for DAVE grp files
2301<http://trac.mantidproject.org/mantid/ticket/2301>
Allow the difference plot of a fit to be optional
2302<http://trac.mantidproject.org/mantid/ticket/2302>
Allow data and save paths to be set and altered in Python
2337<http://trac.mantidproject.org/mantid/ticket/2337>
Extend the run file widget and use in the SANS GUI
2339<http://trac.mantidproject.org/mantid/ticket/2339>
Adjust Indirect CTE to use Load Algorithm rather than LoadRaw
2340<http://trac.mantidproject.org/mantid/ticket/2340>
CreateWorkspace does not work with arrays extracted straight from another workspace
2355<http://trac.mantidproject.org/mantid/ticket/2355>
Improve performance of SaveNexus for eventWS
2365<http://trac.mantidproject.org/mantid/ticket/2365>
MuonAnalysis: normalize asymmetry group plot
2371<http://trac.mantidproject.org/mantid/ticket/2371>
The workspace display is incorrect after ungrouping and deleting a member
2375<http://trac.mantidproject.org/mantid/ticket/2375>
In GroupDetectors don't ignore dublicate Spectra IDs when reading mapfile
2394<http://trac.mantidproject.org/mantid/ticket/2394>
Memory leaks on running LoadTest
2396<http://trac.mantidproject.org/mantid/ticket/2396>
HFIR SANS: allow for separate dark current for each step
2400<http://trac.mantidproject.org/mantid/ticket/2400>
EventWorkspace->sortAll() : use ThreadPool to optimize processor use.
2406<http://trac.mantidproject.org/mantid/ticket/2406>
RHEL 6 RPM build
2418<http://trac.mantidproject.org/mantid/ticket/2418>
Find Peaks buttons causes handled crash
2424<http://trac.mantidproject.org/mantid/ticket/2424>
Run files widget - better startup directory on browsing
2432<http://trac.mantidproject.org/mantid/ticket/2432>
HFIR Reduction Interface should close when MantidPlot does
2440<http://trac.mantidproject.org/mantid/ticket/2440>
Detector names for POWGEN and SNAP Geometries
2443<http://trac.mantidproject.org/mantid/ticket/2443>
Expose equals() function to Python
2446<http://trac.mantidproject.org/mantid/ticket/2446>
IkedaCarpenterPV function evaluation
2452<http://trac.mantidproject.org/mantid/ticket/2452>
LoadEventNexus: Optimize processor usage w/ thread pool
2454<http://trac.mantidproject.org/mantid/ticket/2454>
CMake FrameworkTests in Visual Studio regenerates all the test cpp's
2461<http://trac.mantidproject.org/mantid/ticket/2461>
Add option to sum neighbors of single pixel to SumNeighbors algorithm
2466<http://trac.mantidproject.org/mantid/ticket/2466>
MDWorkspace as IMDWorkspace
2467<http://trac.mantidproject.org/mantid/ticket/2467>
Premptive fix for MatrixWorkspace as IMDWorkspace
2471<http://trac.mantidproject.org/mantid/ticket/2471>
EQSANS: rewrite EQSANSTofStructure to work with events
2476<http://trac.mantidproject.org/mantid/ticket/2476>
Save a muon workspace to nexus and load it back and it gains a spectrum
2486<http://trac.mantidproject.org/mantid/ticket/2486>
The Load dialog box can take a while to appear
2493<http://trac.mantidproject.org/mantid/ticket/2493>
Issues with Load Algorithm
2494<http://trac.mantidproject.org/mantid/ticket/2494>
Issues with Progress reporting
2495<http://trac.mantidproject.org/mantid/ticket/2495>
EQSANS: transmission calculation crashes if beam center is way off
2496<http://trac.mantidproject.org/mantid/ticket/2496>
Unwrapped instrument view doesn't work with rectangular detectors
2500<http://trac.mantidproject.org/mantid/ticket/2500>
Instrument view: Instructions at the bottom of the Render tab are wrong
2502<http://trac.mantidproject.org/mantid/ticket/2502>
Convert Hodges python code to mantid algorithm
2510<http://trac.mantidproject.org/mantid/ticket/2510>
Remove differences in SNS and ISIS Direct Geometry Reduction Chain.
2512<http://trac.mantidproject.org/mantid/ticket/2512>
IDA ConvFit - Select Range of Spectra
2513<http://trac.mantidproject.org/mantid/ticket/2513>
Provide Time Information
2515<http://trac.mantidproject.org/mantid/ticket/2515>
IDA Interface : Changes to Apply Corrections tab
2516<http://trac.mantidproject.org/mantid/ticket/2516>
Create WorkspaceSelector MantidWidget
2517<http://trac.mantidproject.org/mantid/ticket/2517>
FFTDerivative
2523<http://trac.mantidproject.org/mantid/ticket/2523>
VULCAN West detector data is not correct
2524<http://trac.mantidproject.org/mantid/ticket/2524>
DspacemaptoCal problem with VULCAN input
2527<http://trac.mantidproject.org/mantid/ticket/2527>
Use WorkspaceSelector widget in Indirect Data Analysis interface
2528<http://trac.mantidproject.org/mantid/ticket/2528>
Minor tidy up for ParComponentFactory pooling
2529<http://trac.mantidproject.org/mantid/ticket/2529>
EQSANS: fix the mask save option
2532<http://trac.mantidproject.org/mantid/ticket/2532>
Plot bins is missing on Ubuntu-10.04!
2534<http://trac.mantidproject.org/mantid/ticket/2534>
Loading NeXuS files with some "string" log entries
2539<http://trac.mantidproject.org/mantid/ticket/2539>
Change VULCAN IDF to Rectangular Detectors
2548<http://trac.mantidproject.org/mantid/ticket/2548>
Opening an algo dialog while running python crashes Mantid
2549<http://trac.mantidproject.org/mantid/ticket/2549>
ThreadPool: add a version that reports progress automatically
2552<http://trac.mantidproject.org/mantid/ticket/2552>
MantidPlot IDA Interface: Allow users to fix any fitting parameter they choose to with a context menu
2553<http://trac.mantidproject.org/mantid/ticket/2553>
Update POWGEN geometry
2555<http://trac.mantidproject.org/mantid/ticket/2555>
ThreadPool: add a scheduler that handles mutexes.
2556<http://trac.mantidproject.org/mantid/ticket/2556>
MantidPlot: scripting window can crash Mantid if a python script is running
2558<http://trac.mantidproject.org/mantid/ticket/2558>
HFIR SANS: create GPSANS instrument description
2559<http://trac.mantidproject.org/mantid/ticket/2559>
DiffractionEventReadDetCal fix for POWGEN and TOPAZ
2561<http://trac.mantidproject.org/mantid/ticket/2561>
EventWorkspace: Make sorting use multiple cores by default
2563<http://trac.mantidproject.org/mantid/ticket/2563>
Check in LOQ IDF and create 2nd version
2564<http://trac.mantidproject.org/mantid/ticket/2564>
Changes to Indirect* Python scripts
2565<http://trac.mantidproject.org/mantid/ticket/2565>
Source tarball does not build with CMake
2566<http://trac.mantidproject.org/mantid/ticket/2566>
TofCorrection algorithm should move detectors positions
2571<http://trac.mantidproject.org/mantid/ticket/2571>
Mantid development RPM will not run
2572<http://trac.mantidproject.org/mantid/ticket/2572>
Add optional message to algorithms where it is not set
2581<http://trac.mantidproject.org/mantid/ticket/2581>
Option to write binary dspacemap file from calibration file in DspacemaptoCal
2592<http://trac.mantidproject.org/mantid/ticket/2592>
Loop over sub-directories when loading python algorithms
2593<http://trac.mantidproject.org/mantid/ticket/2593>
Windows CaculateTransmissionBeamSpreaderTest fails
2594<http://trac.mantidproject.org/mantid/ticket/2594>
PeaksWorkspace: Read in .peaks file; make sure it works in GUI enough
2598<http://trac.mantidproject.org/mantid/ticket/2598>
Samples occasionally being labelled as cans
2600<http://trac.mantidproject.org/mantid/ticket/2600>
MantidPlot Plot2D preferences not taken into account
2602<http://trac.mantidproject.org/mantid/ticket/2602>
Better Filter control for Load
2605<http://trac.mantidproject.org/mantid/ticket/2605>
Python algorithm for calibrating rectangular detectors
2606<http://trac.mantidproject.org/mantid/ticket/2606>
Plotting negative values incorrectly when Log scale set in preferences
2607<http://trac.mantidproject.org/mantid/ticket/2607>
Develop Against Paraview
2608<http://trac.mantidproject.org/mantid/ticket/2608>
Create Raw to Nexus converter algorithm
2611<http://trac.mantidproject.org/mantid/ticket/2611>
LoadNexusMonitors crashes if not all monitors are present
2618<http://trac.mantidproject.org/mantid/ticket/2618>
Change the Mantid wiki default skin to vector
2622<http://trac.mantidproject.org/mantid/ticket/2622>
LoadISISNexus fails
2624<http://trac.mantidproject.org/mantid/ticket/2624>
Consistent rebin behaviour
2626<http://trac.mantidproject.org/mantid/ticket/2626>
LoadEventNexus: Handle an old run with no pulse time information.
2628<http://trac.mantidproject.org/mantid/ticket/2628>
Create SANS data loader for NIST
2631<http://trac.mantidproject.org/mantid/ticket/2631>
Unit Conversion to/from Wavelength should take account of emode
2638<http://trac.mantidproject.org/mantid/ticket/2638>
Minus: Add tests; fix event workspace subtraction with one bin
2640<http://trac.mantidproject.org/mantid/ticket/2640>
SANS GUI: disable Reduce button while a file is loading until UI is ready
2641<http://trac.mantidproject.org/mantid/ticket/2641>
hexagonal objects in ShapeFactory can be defined invalid
2642<http://trac.mantidproject.org/mantid/ticket/2642>
Update & Rename SpencerAnalysis system test
2643<http://trac.mantidproject.org/mantid/ticket/2643>
Remove TofCorrection algorithm
2646<http://trac.mantidproject.org/mantid/ticket/2646>
Mantid fails to start if any of the datasearch.directories are unavailable
2648<http://trac.mantidproject.org/mantid/ticket/2648>
SANS: create 2D data writer for compatibility with SansView
2649<http://trac.mantidproject.org/mantid/ticket/2649>
Add a 'dirty' flag to EventWorkspace to indicate when the MRU list should be rebuilt
2666<http://trac.mantidproject.org/mantid/ticket/2666>
Progress: Make a version that outputs to std out, for use in tests
2670<http://trac.mantidproject.org/mantid/ticket/2670>
Accurate HIFI IDF
2672<http://trac.mantidproject.org/mantid/ticket/2672>
In MuonAnalysis only display first pair
2673<http://trac.mantidproject.org/mantid/ticket/2673>
GetEi does not work for LET
2677<http://trac.mantidproject.org/mantid/ticket/2677>
Minus does not allow different number of spectra using AllowDifferentNumberSpectra
2678<http://trac.mantidproject.org/mantid/ticket/2678>
Tosca - Needs Different IDF for older files
2680<http://trac.mantidproject.org/mantid/ticket/2680>
HFIR SANS: output log to file
2681<http://trac.mantidproject.org/mantid/ticket/2681>
HFIR SANS: allow separate beam center for sensitivity corr
2683<http://trac.mantidproject.org/mantid/ticket/2683>
ThreadPool: ability to resume a ThreadScheduler without restarting threads
2688<http://trac.mantidproject.org/mantid/ticket/2688>
Algorithm History Window: Make Resizable and fix the button.
2689<http://trac.mantidproject.org/mantid/ticket/2689>
Speed up Instrument->getDetectors()
2690<http://trac.mantidproject.org/mantid/ticket/2690>
HFIR SANS: save I(qx,qy)
2694<http://trac.mantidproject.org/mantid/ticket/2694>
Improve hexagonal shape bounding box
2698<http://trac.mantidproject.org/mantid/ticket/2698>
Update Windows installer names so both architectures contain this information
2699<http://trac.mantidproject.org/mantid/ticket/2699>
Crystal algorithms not in Rhel builds
2706<http://trac.mantidproject.org/mantid/ticket/2706>
LinearBackgroundTest fails on win32 build server
2712<http://trac.mantidproject.org/mantid/ticket/2712>
Script window has stopped remembering its position and size
2716<http://trac.mantidproject.org/mantid/ticket/2716>
Reducer: Minor mods to accommodate other instruments
2718<http://trac.mantidproject.org/mantid/ticket/2718>
Make a simple class that inherits from IMDWorkspace for dense MD histograms
2719<http://trac.mantidproject.org/mantid/ticket/2719>
IMDDimension: move out methods that have no business there
2723<http://trac.mantidproject.org/mantid/ticket/2723>
HFIR SANS: read beam trap radius from data file
2725<http://trac.mantidproject.org/mantid/ticket/2725>
HFIR SANS: read number of guides
2727<http://trac.mantidproject.org/mantid/ticket/2727>
Expose mantid build version to python
2728<http://trac.mantidproject.org/mantid/ticket/2728>
Error copy log files in ADD utility in SANS GUI
2730<http://trac.mantidproject.org/mantid/ticket/2730>
ConvertUnitsTest has incorrect 'standard' values.
2731<http://trac.mantidproject.org/mantid/ticket/2731>
Python Reducer for Inelastic Indirect
2737<http://trac.mantidproject.org/mantid/ticket/2737>
ConvertUnits from d-space to momentum transfer is broken for event workspaces
2739<http://trac.mantidproject.org/mantid/ticket/2739>
Allow multiplication of Fit Functions
2740<http://trac.mantidproject.org/mantid/ticket/2740>
Error for simplex minimizer
2741<http://trac.mantidproject.org/mantid/ticket/2741>
MuonAnalysis interface: new defaults
2747<http://trac.mantidproject.org/mantid/ticket/2747>
POWGEN instrument name in CalibrateRectangularDetectors
2751<http://trac.mantidproject.org/mantid/ticket/2751>
MDEventWorkspace: algorithm to make fake data
2752<http://trac.mantidproject.org/mantid/ticket/2752>
Create a new Mac install kit using CPack
2753<http://trac.mantidproject.org/mantid/ticket/2753>
Create an RPM kit using CMake/CPack
2759<http://trac.mantidproject.org/mantid/ticket/2759>
Indirect CTE Interface: Need ability to specify other rebin parameters
2760<http://trac.mantidproject.org/mantid/ticket/2760>
Add search for instrument across facilities to configservice
2761<http://trac.mantidproject.org/mantid/ticket/2761>
Create isDirty method for Workspace
2764<http://trac.mantidproject.org/mantid/ticket/2764>
MD fit: allow fitting of multiple background and single foreground functions
2765<http://trac.mantidproject.org/mantid/ticket/2765>
MaskPeaksWorkspace algorithm
2767<http://trac.mantidproject.org/mantid/ticket/2767>
Harmonize Dimension and IMDDimension in MDEventWorkspace
2768<http://trac.mantidproject.org/mantid/ticket/2768>
vtkDataSet via IMDWorkspace
2771<http://trac.mantidproject.org/mantid/ticket/2771>
InstrumentView crash after unwrap
2776<http://trac.mantidproject.org/mantid/ticket/2776>
Mantid running out of memory in long batch jobs
2777<http://trac.mantidproject.org/mantid/ticket/2777>
Crystal DLL not included with windows installers
2781<http://trac.mantidproject.org/mantid/ticket/2781>
Finish off CPack configuration for linux
2782<http://trac.mantidproject.org/mantid/ticket/2782>
Algorithm to create a MDEventWorkspace in one step
2787<http://trac.mantidproject.org/mantid/ticket/2787>
Change Indirect CTE ui to use reducer
2789<http://trac.mantidproject.org/mantid/ticket/2789>
Build issues due to incorrect Crystal dependencies
2792<http://trac.mantidproject.org/mantid/ticket/2792>
Geometry tab of SANS GUI must not crop numbers from the left
2800<http://trac.mantidproject.org/mantid/ticket/2800>
Windows Installer unwelcome changes
2801<http://trac.mantidproject.org/mantid/ticket/2801>
Fit browser doesn't show tied parameters in nested composite functions
2802<http://trac.mantidproject.org/mantid/ticket/2802>
Change PlotPeakByLogValue to use Load algorithm
2804<http://trac.mantidproject.org/mantid/ticket/2804>
CxxTestGen: special flag to build performance tests?
2805<http://trac.mantidproject.org/mantid/ticket/2805>
MWRunFiles not filtering by file extension as expected
2806<http://trac.mantidproject.org/mantid/ticket/2806>
Expose V3D and Quat to Python
2807<http://trac.mantidproject.org/mantid/ticket/2807>
Generalise ChopData
2809<http://trac.mantidproject.org/mantid/ticket/2809>
MuonAnalysis: binning and auto-save
2812<http://trac.mantidproject.org/mantid/ticket/2812>
Rename SaveSNSNexus to reflect what it actually does
2813<http://trac.mantidproject.org/mantid/ticket/2813>
Rename Sort Algorithm
2814<http://trac.mantidproject.org/mantid/ticket/2814>
Release revision numbers
2817<http://trac.mantidproject.org/mantid/ticket/2817>
Experiment with Unity Builds
2818<http://trac.mantidproject.org/mantid/ticket/2818>
Iteration 28: Compiler Warnings
2821<http://trac.mantidproject.org/mantid/ticket/2821>
SANS centre finder is failing when monitor 1 is used
2823<http://trac.mantidproject.org/mantid/ticket/2823>
Create aliases for Algorithms
2826<http://trac.mantidproject.org/mantid/ticket/2826>
Add secondary flight path to NXSPE files
2827<http://trac.mantidproject.org/mantid/ticket/2827>
Segfault generated by retrieving wrong property name in python
2838<http://trac.mantidproject.org/mantid/ticket/2838>
Create a Peak object (for PeaksWorkspace)
2839<http://trac.mantidproject.org/mantid/ticket/2839>
Improve feedback if Load algorithm can't identify file
2840<http://trac.mantidproject.org/mantid/ticket/2840>
PeaksWorkspace: rework to use the Peak object
2844<http://trac.mantidproject.org/mantid/ticket/2844>
Critical parts of VatesAPI not under test.
2853<http://trac.mantidproject.org/mantid/ticket/2853>
Drive MDEvent based rebinning through Implicit Functions
2866<http://trac.mantidproject.org/mantid/ticket/2866>
Segmentation fault when loading instrument on single valued workspace
2867<http://trac.mantidproject.org/mantid/ticket/2867>
Add macro to enable methods to be labelled as deprecated
2876<http://trac.mantidproject.org/mantid/ticket/2876>
Update Spencer's compiled Python files for Python 2.7 on Windows
2878<http://trac.mantidproject.org/mantid/ticket/2878>
Error in Indirect CTE
2894<http://trac.mantidproject.org/mantid/ticket/2894>
Bundle easy install
2904<http://trac.mantidproject.org/mantid/ticket/2904>
IDA Interface: Error in Fixing Fitting Parameters
887<http://trac.mantidproject.org/mantid/ticket/887>
Adding a 0 to the end of 1,000 does not work
1281<http://trac.mantidproject.org/mantid/ticket/1281>
Third_Party binaries for Mac OS X 10.6 (Snow Leopard)
1349<http://trac.mantidproject.org/mantid/ticket/1349>
Fix include statements to use <> for system includes.
1631<http://trac.mantidproject.org/mantid/ticket/1631>
Switch between cell based nad point based representation
1632<http://trac.mantidproject.org/mantid/ticket/1632>
Ensure volume rendering is available on all visualisation datasets
1770<http://trac.mantidproject.org/mantid/ticket/1770>
Sample logs: display TimeSeriesProperty statistics in the GUI somewhere
1815<http://trac.mantidproject.org/mantid/ticket/1815>
CalculateTransmissionBeamSpreaderTest occasionally fails
1833<http://trac.mantidproject.org/mantid/ticket/1833>
Consolidate duplicated code in ConvertUnits
1857<http://trac.mantidproject.org/mantid/ticket/1857>
Add MantidPlot dependencies to Third_Party
1894<http://trac.mantidproject.org/mantid/ticket/1894>
Add a drop-down showing all matches when typing in the algorithm dock widget
2051<http://trac.mantidproject.org/mantid/ticket/2051>
Create wiki page for ConvertToMatrixWorkspace()
2147<http://trac.mantidproject.org/mantid/ticket/2147>
SANS GUI: Warning: Can't set thickness for shape
2246<http://trac.mantidproject.org/mantid/ticket/2246>
Fix the formatting of the release date under CMake build
2297<http://trac.mantidproject.org/mantid/ticket/2297>
Make calling algorithms from C++ easier
2414<http://trac.mantidproject.org/mantid/ticket/2414>
SpatialGrouping add .xml even if the end is .xml
2423<http://trac.mantidproject.org/mantid/ticket/2423>
LoadEventNexus: Make Cancel more responsive
2428<http://trac.mantidproject.org/mantid/ticket/2428>
Clear all memory menu: Also release free memory
2431<http://trac.mantidproject.org/mantid/ticket/2431>
Ability to modify usersearch.properties from GUI
2444<http://trac.mantidproject.org/mantid/ticket/2444>
Workspaces: Report memory used by the X axis
2456<http://trac.mantidproject.org/mantid/ticket/2456>
CompAssembly: add test for GetChilden
2457<http://trac.mantidproject.org/mantid/ticket/2457>
Workspace getTitle() method versus Run object run_title property
2489<http://trac.mantidproject.org/mantid/ticket/2489>
InstrumentView background colour does not get updated
2503<http://trac.mantidproject.org/mantid/ticket/2503>
Make a little application (in C++) to create wiki pages from an algorithm
2509<http://trac.mantidproject.org/mantid/ticket/2509>
Rename the Kernel::Support* files to more useful names (Strings)
2514<http://trac.mantidproject.org/mantid/ticket/2514>
Remove numpy import from SNSSingleCrystalReduction
2521<http://trac.mantidproject.org/mantid/ticket/2521>
Update doxygen files for ICat directory
2531<http://trac.mantidproject.org/mantid/ticket/2531>
Rebin should not require histogram data
2540<http://trac.mantidproject.org/mantid/ticket/2540>
ThreadPool: Handle tasks that throw exceptions and algorithm cancelling.
2541<http://trac.mantidproject.org/mantid/ticket/2541>
Rearrange code for Fitting in FuryFit IDA
2547<http://trac.mantidproject.org/mantid/ticket/2547>
OSIRIS IDF
2551<http://trac.mantidproject.org/mantid/ticket/2551>
Cancelling writing an algorithm history to a script file prints an a error message to the console in debug
2554<http://trac.mantidproject.org/mantid/ticket/2554>
MantidPlot: Show more details about MDEventWorkspace's
2569<http://trac.mantidproject.org/mantid/ticket/2569>
LoadEventNexus: run_start: use the second pulse or an average
2575<http://trac.mantidproject.org/mantid/ticket/2575>
reduce mantid logo size in trac
2582<http://trac.mantidproject.org/mantid/ticket/2582>
Setup cmake doxygen build
2583<http://trac.mantidproject.org/mantid/ticket/2583>
TestViewer: set timeout and memory limits; other additions
2591<http://trac.mantidproject.org/mantid/ticket/2591>
Log filtering: bug with some logs with few / constant values
2619<http://trac.mantidproject.org/mantid/ticket/2619>
Optional algorithm description in dialog
2621<http://trac.mantidproject.org/mantid/ticket/2621>
AlignDetectors does not convert x-axis of empty event spectra
2630<http://trac.mantidproject.org/mantid/ticket/2630>
DiffractionEventReadDetCal addition
2632<http://trac.mantidproject.org/mantid/ticket/2632>
Fix rpath's of executables so that copying them is possible
2664<http://trac.mantidproject.org/mantid/ticket/2664>
To ISIS SANS add BACK/M1/TIME, BACK/M2/TIME, BACK/M1, etc
2667<http://trac.mantidproject.org/mantid/ticket/2667>
Rename Unwrap to UnwrapMonitor
2671<http://trac.mantidproject.org/mantid/ticket/2671>
bug in MuonRemoveExpDecay
2675<http://trac.mantidproject.org/mantid/ticket/2675>
SavePeaksFile algorithm
2679<http://trac.mantidproject.org/mantid/ticket/2679>
Minor Change to ChopData
2682<http://trac.mantidproject.org/mantid/ticket/2682>
HFIR SANS: make sure file paths can take spaces
2691<http://trac.mantidproject.org/mantid/ticket/2691>
MemoryStats: make getting memory stats thread safe
2696<http://trac.mantidproject.org/mantid/ticket/2696>
Set eol-style property on source files - again
2722<http://trac.mantidproject.org/mantid/ticket/2722>
Only have version number in one place
2743<http://trac.mantidproject.org/mantid/ticket/2743>
ThreadPool: ability to start it and wait for some tasks to be added before exiting.
2749<http://trac.mantidproject.org/mantid/ticket/2749>
MDHistoWorkspace: expose some methods to python
2750<http://trac.mantidproject.org/mantid/ticket/2750>
Algorithm to shift wall-clock time in events
2766<http://trac.mantidproject.org/mantid/ticket/2766>
MantidPlot: Show more details about MDHistoWorkspace and MDEventWorkspace
2773<http://trac.mantidproject.org/mantid/ticket/2773>
Add a CPUTimer class that keeps track of CPU time (as opposed to wall-clock) time
2788<http://trac.mantidproject.org/mantid/ticket/2788>
MDEventWorkspace, MDHistoWorkspace: normalize signal by cell volume
2825<http://trac.mantidproject.org/mantid/ticket/2825>
Expose EventWorkspace to python
2847<http://trac.mantidproject.org/mantid/ticket/2847>
Move UserAlgorithms into VS MantidFramework folder
2258<http://trac.mantidproject.org/mantid/ticket/2258>
Python Script window in MantidPlot should remember position and font size.
2349<http://trac.mantidproject.org/mantid/ticket/2349>
Create some kind of UNUSED_ARG macro
2451<http://trac.mantidproject.org/mantid/ticket/2451>
Logos missing from 'About MantidPlot' panel on Mac
2501<http://trac.mantidproject.org/mantid/ticket/2501>
Iteration 28 Doxygen Comments
2610<http://trac.mantidproject.org/mantid/ticket/2610>
Interface menu items should have spaces
2629<http://trac.mantidproject.org/mantid/ticket/2629>
DIFC in GSAS file is wrong
2676<http://trac.mantidproject.org/mantid/ticket/2676>
CaltoDspacemap progress bar
2715<http://trac.mantidproject.org/mantid/ticket/2715>
Trip whitespace from text fields
2735<http://trac.mantidproject.org/mantid/ticket/2735>
IRIS IDF/Parameter Files - Minor Change
Regards,
Nick Draper
Mantid Project Manager
Tel: +44 (0)1235 445228
Skype: nicholas_draper<callto://nicholas_draper/>
R78, 1.02
--
Scanned by iCritical.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110506/741adeee/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 44480 bytes
Desc: image001.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110506/741adeee/attachment-0004.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.png
Type: image/png
Size: 7604 bytes
Desc: image002.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110506/741adeee/attachment-0005.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image003.png
Type: image/png
Size: 41664 bytes
Desc: image003.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110506/741adeee/attachment-0006.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.png
Type: image/png
Size: 34018 bytes
Desc: image004.png
URL: <http://lists.nobugsconference.org/pipermail/nobugs/attachments/20110506/741adeee/attachment-0007.png>
More information about the NOBUGS
mailing list