Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove our dependency on OLD API #8535

Closed
21 tasks done
mantid-builder opened this issue Aug 7, 2013 · 1 comment
Closed
21 tasks done

Remove our dependency on OLD API #8535

mantid-builder opened this issue Aug 7, 2013 · 1 comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@mantid-builder
Copy link
Collaborator

Original Reporter: Gesner Passos

This ticket is blocked by :

This ticket is blocks : TRAC7607

Before switching off the old api, we must be sure that we do not use it in any part of our code.

Here is a list of files that are currently using the old API

=============
Reduction GUI
=============

Code/Mantid/scripts/Interface/reduction_gui/reduction/reflectometer/refl_reduction.py
Code/Mantid/scripts/Interface/reduction_gui/reduction/reflectometer/refl_sf_calculator.py
Code/Mantid/scripts/Interface/reduction_gui/widgets/reflectometer/refl_reduction.py
Code/Mantid/scripts/Interface/reduction_gui/widgets/reflectometer/base_ref_reduction.py
Code/Mantid/scripts/Interface/reduction_gui/widgets/reflectometer/stitcher.py
Code/Mantid/scripts/Interface/reduction_gui/widgets/reflectometer/launch_peak_back_selection_1d.py

======
Pychop
======

Code/Mantid/scripts/PyChop/PyChopGUI.py
Code/Mantid/scripts/PyChop/PyChop.py

=============
Reflectometry
=============

Code/Mantid/scripts/Reflectometry/isis_reflgui/reflgui.py
Code/Mantid/scripts/Reflectometry/isis_reflgui/quick.py
Code/Mantid/scripts/Reflectometry/isis_reflgui/combineMulti.py

======
Others
======

Code/Mantid/scripts/Vates/Inelastic_Workflow.py
Code/Mantid/scripts/Inelastic/CommonFunctions.py
Code/Mantid/scripts/reduction/instruments/reflectometer/data_manipulation.py
Code/Mantid/scripts/reduction/instruments/reflectometer/wks_utility.py
Code/Mantid/MantidQt/SliceViewer/test/SliceViewerPythonInterfaceTest.py


================
Examples scripts
================

Code/Mantid/scripts/Examples/StripPeaks.py
Code/Mantid/scripts/Examples/SimpleMtdCommands_Example.py
Code/Mantid/scripts/Examples/TableWorkspace_Example.py
Code/Mantid/scripts/Examples/SampleLogs_Demo.py


=========================
Old Python API Algorithms
=========================

Code/Mantid/Framework/PythonAPI/PythonAlgorithms/SNSSingleCrystalReduction.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/ConvertInstrumentFile.py 
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/ConjoinGSASFiles.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/ConvertVULCANCalFile.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/LoadMultipleGSS.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/RefLReduction.py


==================
WorkflowAlgorithms
==================

Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/Quest.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/JumpFit.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/iFudge.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/MuscatFunc.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/ResNorm.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/ForCE.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/Moments.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/ILLines.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/IDAtransmission.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/Symmetrise.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/QLines.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/WorkflowAlgorithms/MuscatData.py
Code/Mantid/Framework/PythonAPI/PythonAlgorithms/RetrieveRunInfo.py

========
MDEvents
========
Code/Mantid/Framework/MDEvents/scripts/mdevents_optimize.py
Code/Mantid/Framework/MDEvents/scripts/speed_vs_numevents.py

===============
Algorithms test
===============
Code/Mantid/Framework/Algorithms/test/NormaliseToUnityTest.py


========================
Remember to remove these
========================
Code/Mantid/Framework/PythonAPI
Code/Mantid/MantidPlot/mantidplotrc.py
Code/Mantid/scripts/lib1to2/test/PythonAlgorithmReplaceMigrationTest.py
Code/Mantid/scripts/lib1to2/test/SimpleStringReplaceMigrationTest.py
@mantid-builder
Copy link
Collaborator Author

This issue was originally trac ticket 7690

@mantid-builder mantid-builder added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Python labels Jun 3, 2015
@mantid-builder mantid-builder added this to the Release 3.0 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant