Ecosyste.ms: Timeline

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

mantidproject/mantid

github-actions[bot] created a comment on a pull request on mantidproject/mantid
wave: Hi, @pre-commit-ci, Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

View on GitHub

github-actions[bot] created a comment on a pull request on mantidproject/mantid
wave: Hi, @adriazalvarez, Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

View on GitHub

SilkeSchomann closed a pull request on mantidproject/mantid
Add end-of-file-fixer to pre-commit
[end-of-file-fixer](https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#end-of-file-fixer) is a built-in that "[m]akes sure files end in a newline and only a newline." This is to make...
thomashampson created a review on a pull request on mantidproject/mantid
I've had a quick scan and I think it looks fine. It adds new lines to the end of .svg and .drawio files, but I think this won't change their behaviour so this is fine.

View on GitHub

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

View on GitHub

SilkeSchomann deleted a branch mantidproject/mantid

muon_axes

SilkeSchomann closed an issue on mantidproject/mantid
Can set Max < Min on axes limits of internal plot of Muon Analysis GUI
Found during manual testing #37989 To repdocue: (1) Follow first 4 steps in [HIFI Transverse Field Simultaneous Fitting](https://developer.mantidproject.org/Testing/MuonAnalysis_test_guides/Muo...
SilkeSchomann closed an issue on mantidproject/mantid
External plot from EMU Muon Analysis tab should exclude legend form tight_layout calculation
EMU [Ionic Diffusion Test](https://developer.mantidproject.org/Testing/MuonAnalysis_test_guides/Muon_EMU.html#id2) Default window size of external plot producesvery narrow axes becuase of long ent...
SilkeSchomann pushed 4 commits to main mantidproject/mantid
  • Add manual testing warning for behaviour of axis limits on muon interfaces a201c24
  • Add external plot legend a la mantid e741855
  • Add release notes 213faf2
  • Merge pull request #38286 from mantidproject/muon_axes Untie legend from layout in external plot of Muon interfaces b037e22

View on GitHub

SilkeSchomann closed a pull request on mantidproject/mantid
Untie legend from layout in external plot of Muon interfaces
### Description of work This PR fixes #38028, it was found during manual testing for Muon Interfaces, that a figure containing a long string in the legend caption can shrink the main axes figure a...
rbauststfc created a comment on a pull request on mantidproject/mantid
Thanks for the documentation updates Yusuf, those are all looking good. Just to flag up, the docs build failure on this PR is genuine as the example code gives an error when run in workbench. I ...

View on GitHub

adriazalvarez opened a draft pull request on mantidproject/mantid
Construct the model of OutputPlotOptions widget outside the Presenter class.
### Description of work Part of #36324. This PR is part of MVP updating of Spectroscopy related interfaces. In this case the OutputPlotOptions widget was not passing a model to initialize the wi...
adriazalvarez created a branch on mantidproject/mantid

output_plot_options_creation - Main repository for Mantid code

robertapplin created a review on a pull request on mantidproject/mantid
Nice and simple change, works as expected, and documentation has been added to the testing document to explain the reversing of an axis when Xmax < Xmin. Thanks!

View on GitHub

Despiix pushed 212 commits to Create_Monte_Carlo_Ws mantidproject/mantid
  • new signal/slot syntax changed on QENSFitting 7c18f56
  • update signals/slots in processor and corrections interfaces a981cb6
  • new signal/slots on bayes fitting interface 0d97aa2
  • QComboBox::currentIndexChanged(QString &) was found to be deprecated, it is changed to QComboBox::currentIndexChanged... 19029db
  • Add outputs of running release_editor.py Ran release_editor.py script and commited the resulting changes 81eaa20
  • Edit diffraction.rst 2a36f9d
  • Edit direct_geometry.rst 3243e92
  • Edit framework.rst e6fd963
  • Edit indirect_geometry.rst 3822a4b
  • Edit inelastic.rst 0b83345
  • Edit mantidworkbench.rst efb30f6
  • Edit muon.rst 099b6f2
  • Edit reflectometry.rst 72cd651
  • Edit sans.rst 4cbf609
  • Add images to diffraction.rst f4cded1
  • Fix warnings in building docs df009ba
  • Add figures to framework.rst 5862bf5
  • Turn on clang-format by default 5f4c402
  • Changed place of CompareWorkspaces release note 92cc76f
  • Add figures to inelastic.rst 672d411
  • and 192 more ...

View on GitHub

robertapplin pushed 1 commit to 0-enable-ruff-f821 mantidproject/mantid
  • Use forward declarations for type annotations without imports 7576b1a

View on GitHub

rbauststfc opened an issue on mantidproject/mantid
Maintenance tasks for PolarizationCorrectionFredrikze
Following on from https://github.com/mantidproject/mantid/pull/37672 we have identified the following maintenance that would be good to do for algorithm `PolarizationCorrectionFredrikze`: - [ ] ...
rbauststfc opened an issue on mantidproject/mantid
Maintenance tasks for PolarizationEfficiencyCor
Following on from #37672 we have identified the following maintenance that would be good to do for algorithm `PolarizationEfficiencyCor`: - Where we create the `fredrikzeSpinStateValidator` by c...
yusufjimoh pushed 1 commit to 36981-allow-bespoke-flipper-configurations-and-output-spin-state-in-polarizationcorrectionfredrikze mantidproject/mantid
  • Refactor Fredrikze Algorithm SpinStates Implementation - Renamed the input and output spin states - refactored tests... fe07a76

View on GitHub

SilkeSchomann pushed 8 commits to main mantidproject/mantid
  • Add failure case to DataProcessor moments manual testing 83aa8c3
  • Do not enable plot spectra indices text edit 99d8628
  • Refactor SofQWMoments to not use the ADS as much during processing 7b7beba
  • Avoid using ADS when processing Moments tab algorithm 0f85a58
  • Add class for mocking an IAlgorithm in tests 14b364f
  • Add tests for MomentsPresenter::runComplete function 672b364
  • Pass const algorithm smart pointer to runComplete 838a6d7
  • Merge pull request #38274 from robertapplin/38065-improve-moments-tab-instructions Update Moments tab instructions a... 4a10f1f

View on GitHub

SilkeSchomann closed an issue on mantidproject/mantid
Plot spectra disables text edit in Moments tab in Inelsatic Data Processor
<!-- Issues which impact security should have a Vulnerability label added to them --> On [Moments tab](https://developer.mantidproject.org/Testing/Inelastic/DataProcessorTests.html#id5) After f...
SilkeSchomann closed a pull request on mantidproject/mantid
Update Moments tab instructions and add more tests
### Description of work This PR makes several changes related to the Moments tab of the Inelastic Data Processor interface: - It updates the manual testing instructions so they are more accurate,...
adriazalvarez opened a draft pull request on mantidproject/mantid
Untie legend from layout in external plot of Muon interfaces
### Description of work This PR fixes #38028, it was found during manual testing for Muon Interfaces, that a figure containing a long string in the legend caption can shrink the main axes figure a...
mantid-builder created a tag on mantidproject/mantid

v6.10.20241023.1829 - Main repository for Mantid code

mantid-builder published a release on mantidproject/mantid
Nightly v6.10.20241023.1829
Nightly build. Use with caution. Not recommended for production use.
adriazalvarez created a branch on mantidproject/mantid

muon_axes - Main repository for Mantid code

SilkeSchomann closed an issue on mantidproject/mantid
Ability to process ILL data in Elwin when y axis is units of Degrees
**Description** We want to be able to load some ILL data into the Elwin tab of the Inelastic Data Processor interface and process this data. The data we have been sent has a Y axis with units of "D...
SilkeSchomann pushed 6 commits to main mantidproject/mantid
  • Set Y axis to SpectraAxis if not a SpectraAxis originally ec1506b
  • Add test for ElasticWindowMultiple with ISIS data 62366c1
  • Add test for ElasticWindowMultiple with ILL data 93a6d2f
  • Refactor ElasticWindowMultiple system test to re-use code bc38c45
  • Only convert spectrum axis if detector count is non-zero a140b36
  • Merge pull request #38033 from robertapplin/0-elwin-larger-preview-workspace-box Elwin allow processing ILL data 8faad57

View on GitHub

SilkeSchomann closed a pull request on mantidproject/mantid
Elwin allow processing ILL data
### Description of work This PR makes it possible to process ILL data with a y axis in units of "Degrees" to be processed on the Elwin tab of the Inelastic Data Processor interface. Fixes #3803...
adriazalvarez pushed 1 commit to label_output_workspaces mantidproject/mantid
  • explicit cast size_t to int to avoid test warning 16da6d1

View on GitHub

Load more