Ecosyste.ms: Timeline

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

mantidproject/mantid

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

View on GitHub

robertapplin created a review comment on a pull request on mantidproject/mantid
Ah I understand now, thanks for explaining!

View on GitHub

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

View on GitHub

mantid-builder pushed 2 commits to main mantidproject/mantid
  • Merge release-next into ornl-next 0a446a4
  • Merge ornl-next into main 843810f

View on GitHub

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

View on GitHub

mantid-builder pushed 4 commits to main mantidproject/mantid
  • Add missing sliceviewer release notes item for 6.11 90cafc2
  • Add missing boost update release notes to 6.11 b73d027
  • Merge pull request #38272 from mantidproject/missing_release_notes_6_11 Add missing release notes for 6.11 1094527
  • Merge release-next into main e195b7a

View on GitHub

mantid-builder pushed 4 commits to ornl-next mantidproject/mantid
  • Add missing sliceviewer release notes item for 6.11 90cafc2
  • Add missing boost update release notes to 6.11 b73d027
  • Merge pull request #38272 from mantidproject/missing_release_notes_6_11 Add missing release notes for 6.11 1094527
  • Merge release-next into ornl-next 0a446a4

View on GitHub

jhaigh0 created a review comment on a pull request on mantidproject/mantid
well, `self.sample_direct` is in the comparison tuple twice, and `self.sample_direct_period` isn't in there so I think this is just a mistake. There is a test which tests a deep copy, it failed whe...

View on GitHub

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

View on GitHub

SilkeSchomann pushed 3 commits to release-next mantidproject/mantid
  • Add missing sliceviewer release notes item for 6.11 90cafc2
  • Add missing boost update release notes to 6.11 b73d027
  • Merge pull request #38272 from mantidproject/missing_release_notes_6_11 Add missing release notes for 6.11 1094527

View on GitHub

SilkeSchomann deleted a branch mantidproject/mantid

missing_release_notes_6_11

SilkeSchomann closed a pull request on mantidproject/mantid
Add missing release notes for 6.11
### Description of work A couple of release notes files were found hiding inside the 6.10 folder. I think they were from branches that were created before 6.10 was release but the work was then po...
robertapplin created a review comment on a pull request on mantidproject/mantid
Was this previously not working?

View on GitHub

robertapplin created a review on a pull request on mantidproject/mantid
This is a really nice tidy up of the code! The `py36compat` module is no longer needed because we use python 3.10 exclusively. I just had one quick question to help my understanding before I approve

View on GitHub

robertapplin opened a draft pull request on mantidproject/mantid
Enable wild import check in ruff pre-commit
### 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...
robertapplin opened a draft 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,...
jhaigh0 created a review on a pull request on mantidproject/mantid

View on GitHub

mantid-builder pushed 2 commits to main mantidproject/mantid
  • Merge release-next into ornl-next c3f88ab
  • Merge ornl-next into main b5b65bd

View on GitHub

github-actions[bot] created a comment on an issue on mantidproject/mantid
Closed by #38271.

View on GitHub

mantid-builder pushed 4 commits to main mantidproject/mantid
  • Updated ICAT URL for the ISIS facility 91ef715
  • Added release note 1fe584f
  • Merge pull request #38271 from mantidproject/38267_update_icat_url Updated ICAT URL for the ISIS facility 87497fc
  • Merge release-next into main eb2b095

View on GitHub

mantid-builder pushed 4 commits to ornl-next mantidproject/mantid
  • Updated ICAT URL for the ISIS facility 91ef715
  • Added release note 1fe584f
  • Merge pull request #38271 from mantidproject/38267_update_icat_url Updated ICAT URL for the ISIS facility 87497fc
  • Merge release-next into ornl-next c3f88ab

View on GitHub

robertapplin deleted a branch mantidproject/mantid

38267_update_icat_url

robertapplin pushed 3 commits to release-next mantidproject/mantid
  • Updated ICAT URL for the ISIS facility 91ef715
  • Added release note 1fe584f
  • Merge pull request #38271 from mantidproject/38267_update_icat_url Updated ICAT URL for the ISIS facility 87497fc

View on GitHub

robertapplin closed a pull request on mantidproject/mantid
Updated ICAT URL for the ISIS facility
### Description of work #### Summary of work The URL for ICAT changed and had to be updated in Mantid in order to access the catalogue. Fixes #38267. ### To test: Check that both Catal...
jhaigh0 pushed 16 commits to remove_py36compat mantidproject/mantid
  • remove qobject dependency from baselinemodelling model and presenter 4f2a1c5
  • fix cppcheck shadow variable 83fd4d3
  • change some model methods to const 70c33de
  • use unique pointer to baselinefitting presenter in the alc interface 61fbf83
  • Fix problem where updates weren't being called after fit f846716
  • Allow wild imports in __init__.py files 3c3ac21
  • Fix wild imports in algorithms df09afe
  • Remove wild imports from workflow algorithms 75caca2
  • Fix remaining wild imports in Framework folder f4a3559
  • Fix wild import warnings in system tests 9089bad
  • add IALCBaselineModellingPresenter 1143331
  • add virtual destructors to interfaces to help test cleanup 32482a3
  • Merge pull request #38205 from mantidproject/38008_baselinefittingpresenter_changes Remove qobject dependency from b... 49cef16
  • Merge pull request #38193 from mantidproject/0-wild-imports2 Remove wild imports in `Framework` and `Testing` direct... 94f78bf
  • remove imports from mantid.py36compat e5ff4f7
  • remove py36compat module 51d37b1

View on GitHub

MohamedAlmaki created a review on a pull request on mantidproject/mantid
LGTM, I tested on Linux and Windows and it is working as expected

View on GitHub

jhaigh0 opened a pull request on mantidproject/mantid
Remove py36compat module
### Description of work Removed the `py36compat` module since we're on python 3.10 now and cab use the built-in `dataclass` and `field` freely. *There is no associated issue.* ### To test...
thomashampson opened a draft pull request on mantidproject/mantid
Add missing release notes for 6.11
### Description of work A couple of release notes files were found hiding inside the 6.10 folder. I think they were <!-- Why has this work been done? If there is no linked issue please provide...
thomashampson created a branch on mantidproject/mantid

missing_release_notes_6_11 - Main repository for Mantid code

Despiix pushed 1 commit to Create_Monte_Carlo_Ws mantidproject/mantid
  • Added the Probability Density Function + Changed outputWS values 2520e7d

View on GitHub

Load more