Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

mantidproject/mantid

GuiMacielPereira closed a pull request on mantidproject/mantid
Final changes for release notes 6.11
Added release notes from changes that were merged during release period. ### Description of work Final touches for release notes for 6.11 #### Summary of work <!-- Please provide a short, h...
GuiMacielPereira pushed 1 commit to release-notes-6.11-final-changes mantidproject/mantid
  • Edit index, correct typos, add gif 01eae72

View on GitHub

robertapplin pushed 1 commit to 0-wild-imports2 mantidproject/mantid
  • Fix wild import warnings in system tests a0bc4e9

View on GitHub

SilkeSchomann opened an issue on mantidproject/mantid
Install MSlice via conda
**Is your feature request related to a problem? Please describe.** At the moment MSlice is added to Mantid as an external project via cmake. This has caused problems in the past because of bugs in...
SilkeSchomann created a comment on an issue on mantidproject/mantid
This will be easier once https://github.com/mantidproject/mantid/issues/38111 has been implemented.

View on GitHub

robertapplin pushed 5 commits to main mantidproject/mantid
  • Move filename logic to the presenter 450e50d
  • Complete the test coverage of check_and_get_filename Co-authored-by: Mohammed Almakki <[email protected]> ... 5186225
  • Refactor tests to avoid duplicate code 9fd3edd
  • Fix test after refactor c0da6c7
  • Merge pull request #38200 from mantidproject/38103_logic_groupingtabwidgetview Move logic out of GroupingTabWidget 6529ef8

View on GitHub

MohamedAlmaki deleted a branch mantidproject/mantid

38103_logic_groupingtabwidgetview

robertapplin closed an issue on mantidproject/mantid
Logic in the GroupingTabWidgetView
**Describe the outcome that is desired.** There is logic in the GroupingTabWidgetView class in the Muon Analysis interface. Ideally the views should be as simple as possible because typically they...
MohamedAlmaki closed a pull request on mantidproject/mantid
Move logic out of GroupingTabWidget
### Description of work This PR moves some logic from `GroupingTabView` to `GroupingTabPresenter` and adds unit tests for the new function in the presenter. <!-- Why has this work been done? If ...
robertapplin closed a pull request on mantidproject/mantid
Move logic out of GroupingTabWidget
### Description of work This PR moves some logic from `GroupingTabView` to `GroupingTabPresenter` and adds unit tests for the new function in the presenter. <!-- Why has this work been done? If ...
robertapplin created a comment on a pull request on mantidproject/mantid
Thanks for your work on this! The view now contains very little logic, and the logic that it used to have has been moved to the presenter and is under test 👍

View on GitHub

RichardWaiteSTFC pushed 1 commit to 38102_view_not_to_call_presenter_methods_directly mantidproject/mantid
  • Rename presenter slot and move view getters together e9711cc

View on GitHub

robertapplin opened an issue on mantidproject/mantid
Investigate removing HDF4 dependency for Muon loading
**Description** We want to investigate removing the HDF4 dependency for Muon loading. Some old Muon run numbers use the old HDF4 to store their data, however new Muon runs now use HDF5. We want to ...
mantid-builder published a release on mantidproject/mantid
Nightly v6.10.20241017.1658
Nightly build. Use with caution. Not recommended for production use.
mantid-builder created a tag on mantidproject/mantid

v6.10.20241017.1658 - Main repository for Mantid code

github-actions[bot] deleted a tag mantidproject/mantid

v6.10.20241007.1418

dmitry-ganyushin created a review comment on a pull request on mantidproject/mantid
Modified as suggested

View on GitHub

dmitry-ganyushin created a review on a pull request on mantidproject/mantid

View on GitHub

dmitry-ganyushin created a review comment on a pull request on mantidproject/mantid
If I remove it, I have the following compilation error: /home/yvg/mantid/Framework/Kernel/inc/MantidKernel/EnumeratedStringProperty.hxx:279:9: error: 'class Mantid::Kernel::EnumeratedStringPropert...

View on GitHub

dmitry-ganyushin created a review on a pull request on mantidproject/mantid

View on GitHub

Despiix pushed 95 commits to Create_Monte_Carlo_Ws mantidproject/mantid
  • Refactor into smaller functions 61d3b9a
  • Use pathlib.Path to represent file paths in Sphinx From Sphinx 9 onwards it will not be possible to use a string to ... 1271dd4
  • Remove use of deprecated tags.tags From Sphinx 9 onwards tags.tags will be removed. 6821151
  • Revert uses of relative_to() to os.path.relpath pathlib.Path.relative_to() apparently will not traverse the file hie... c35f82c
  • Fix name in categories directive The name can contain backslashes that need converting to posix format before going ... 80da950
  • Correct table formatting under Menu Bar section b3ebc1a
  • Add algorithm refs to Columns table d491ff5
  • Fix typos and update use of old column name e3a90a3
  • Add explanation of search results Export button ff54571
  • Update screenshots in ISIS Reflectometry interface docs 30dadbb
  • Update ISIS Reflectometry technique docs 5839de8
  • Use PurePosixPath instead of Path where appropriate Sphinx wants us to use pathlib.Path to represent filesystem path... 9261945
  • Add variables to shorten condition statements As requested during PR review 5a9900c
  • new signal/slot syntax in indirect interfaces c651a1e
  • change signal/slots on spectroscpy widgets library fa94b1b
  • Cancel running algorithms in destructor b8c63a7
  • Added release note 452120b
  • Coverity fixes Most fixes were for copying in instead of moving in to a method that I've recently added to fix Cover... c019cef
  • Revert "Revert #37908" This reverts commit 6bac45366753a869d61fc0c36a00614362d1f91b. 6667b5c
  • Revert "Fix doc string" This reverts commit f4da56b742068259bdaa5b93aa5af79f995bf871. 881a6b7
  • and 75 more ...

View on GitHub

peterfpeterson created a review on a pull request on mantidproject/mantid
Please add a unit test in python that shows this works. Maybe with float property and string property. This also needs release notes.

View on GitHub

rboston628 created a review on a pull request on mantidproject/mantid

View on GitHub

RichardWaiteSTFC pushed 1 commit to 38102_view_not_to_call_presenter_methods_directly mantidproject/mantid
  • Stop getting values from view that view was previously updated with This involved refactoring cut representation to ... cf62236

View on GitHub

dmitry-ganyushin created a review on a pull request on mantidproject/mantid

View on GitHub

yusufjimoh created a review on a pull request on mantidproject/mantid
The code changes look good, code built successful locally, and all unit tests passed. no release notes are needed, happy to approve the pull request.

View on GitHub

yusufjimoh pushed 1 commit to 38105-logic-in-the-pairingtableview mantidproject/mantid
  • Extracted Logic in Pairing Table View to Presenter 9878b7b

View on GitHub

mantid-builder pushed 3 commits to main mantidproject/mantid
  • Turn on clang-format by default 583bc21
  • Merge pull request #38209 from peterfpeterson/precommit_clangformat_ornlnext pre-commit.ci run clang-format - ornl-next b4ff329
  • Merge ornl-next into main 0a22147

View on GitHub

peterfpeterson pushed 2 commits to ornl-next mantidproject/mantid
  • Turn on clang-format by default 583bc21
  • Merge pull request #38209 from peterfpeterson/precommit_clangformat_ornlnext pre-commit.ci run clang-format - ornl-next b4ff329

View on GitHub

GuiMacielPereira opened a draft pull request on mantidproject/mantid
ALCDataLoadingPresenter no longer a QObject and introducing new model
### Description of work #### Summary of work <!-- Please provide a short, high level description of the work that was done. --> <!-- Why has this work been done? If there is no linked issue...
Load more