Ecosyste.ms: Timeline

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

mantidproject/mantid

SilkeSchomann pushed 2 commits to main mantidproject/mantid
  • Fix normalization for sliceviewer 69888c2
  • Merge pull request #38260 from mantidproject/sliceviewer_normalization_fix Fix normalization for sliceviewer a5e16fd

View on GitHub

SilkeSchomann closed a pull request on mantidproject/mantid
Fix normalization for sliceviewer
### Description of work Fixes sliceviewer using the wrong normalization for MD workspaces #### Summary of work In the following script, the MD workspaces should show something like this ![image...
zjmorgan created a review on a pull request on mantidproject/mantid

View on GitHub

zjmorgan created a comment on a pull request on mantidproject/mantid
Looks good and behaves as expected when moving the slider: ![image](https://github.com/user-attachments/assets/e2fc8020-6eb7-4458-933e-7fb960a09adb)

View on GitHub

thomashampson pushed 8 commits to main mantidproject/mantid
  • Enable wild import check ad599b8
  • Remove wild imports from docs directory 57df62b
  • Remove wild imports from buildconfig directory 7417968
  • Remove wild imports from qt directory 238b1c2
  • Remove wild imports from scripts directory b80217f
  • Fix mantid imports in PropertiesDescriptors a2ec2f7
  • Add wild import to eval because it is needed to ensure all save algos are available 5c2100c
  • Merge pull request #38275 from mantidproject/0-wild-imports3 Enable wild import check in ruff pre-commit 051fac9

View on GitHub

thomashampson closed a pull request on mantidproject/mantid
Enable wild import check in ruff pre-commit
### Description of work This PR fixes all the remaining wild imports. These are from the `buildconfig`, `docs`, `qt` and `scripts` directories. ### To test: Code review - check that all import...
sf1919 created a comment on a pull request on mantidproject/mantid
I won't re-run tests on this on as it genuinely fails `AlignAndFocusPowderSlimTest`. I expect other commits will be pushed.

View on GitHub

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

View on GitHub

robertapplin opened a draft pull request on mantidproject/mantid
Add system tests for muon loading
### Description of work This PR adds several system tests to check that loading using the muon loading algorithms (`LoadMuonNexus` and `LoadMuonNexusV2`) provide the expected results. This step is...
robertapplin created a comment on a pull request on mantidproject/mantid
Closing as is no longer needed

View on GitHub

jhaigh0 created a review on a pull request on mantidproject/mantid
Test failures on windows are unrelated. Ruff runs successfully.

View on GitHub

robertapplin pushed 1 commit to 0-wild-imports3 mantidproject/mantid
  • Add wild import to eval because it is needed to ensure all save algos are available 5c2100c

View on GitHub

mantid-builder pushed 2 commits to main mantidproject/mantid
  • Merge release-next into ornl-next 54ab77b
  • Merge ornl-next into main b44f338

View on GitHub

mantid-builder pushed 3 commits to main mantidproject/mantid
  • Pin mkl to avoid Windows unit test failures with version 2024.2.2 Failing tests: AbinsBroadeningTest MuonMaxEntTest ... 03ceb18
  • Merge pull request #38281 from mantidproject/pin_mkl_to_2024_1_0_release-next Pin mkl to avoid Windows unit test fai... c66b9d7
  • Merge release-next into main 76993c0

View on GitHub

mantid-builder pushed 3 commits to ornl-next mantidproject/mantid
  • Pin mkl to avoid Windows unit test failures with version 2024.2.2 Failing tests: AbinsBroadeningTest MuonMaxEntTest ... 03ceb18
  • Merge pull request #38281 from mantidproject/pin_mkl_to_2024_1_0_release-next Pin mkl to avoid Windows unit test fai... c66b9d7
  • Merge release-next into ornl-next 54ab77b

View on GitHub

SilkeSchomann pushed 2 commits to release-next mantidproject/mantid
  • Pin mkl to avoid Windows unit test failures with version 2024.2.2 Failing tests: AbinsBroadeningTest MuonMaxEntTest ... 03ceb18
  • Merge pull request #38281 from mantidproject/pin_mkl_to_2024_1_0_release-next Pin mkl to avoid Windows unit test fai... c66b9d7

View on GitHub

SilkeSchomann deleted a branch mantidproject/mantid

pin_mkl_to_2024_1_0_release-next

SilkeSchomann closed a pull request on mantidproject/mantid
Pin mkl to avoid Windows unit test failures with version 2024.2.2 (release-next)
### Description of work A couple of unit tests (`AbinsBroadeningTest` and `MuonMaxEntTest`) starting failing on Windows for no apparent reason: https://builds.mantidproject.org/view/Nightly%20Pip...
peterfpeterson pushed 53 commits to pre-commit-ci-update-config mantidproject/mantid
  • update documentation for deprecated matplotlib references ef3d868
  • added crosshair option similar to matplotlib f7d9c30
  • changed dashed line to solid line from feedback of CIS 649fab3
  • added tests and release documentation 1b9820c
  • clearn up comments 60b2e91
  • 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 #38262 from rosswhitfield/ExtractMaskDonor Add UngroupDetectors to ExtractMask 2a139a0
  • Merge ornl-next into main 84d4a52
  • Add an __init__.py file for script_generator 91bdc9a
  • and 33 more ...

View on GitHub

thomashampson created a review comment on a pull request on mantidproject/mantid
Nice to see this is well covered by tests :D

View on GitHub

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

View on GitHub

jhaigh0 created a review on a pull request on mantidproject/mantid
Test failures on windows are unrelated. Ruff runs successfully.

View on GitHub

robertapplin created a review on a pull request on mantidproject/mantid
Code changes look good. Approving this because the real test is that it passes the Windows PR job

View on GitHub

rbauststfc deleted a branch mantidproject/mantid

37603-documentation-references-deprecated-url-for-3d-plotting-in-matplotlib

rbauststfc pushed 2 commits to main mantidproject/mantid
  • update documentation for deprecated matplotlib references ef3d868
  • Merge pull request #38141 from mantidproject/37603-documentation-references-deprecated-url-for-3d-plotting-in-matplot... 5bff70e

View on GitHub

thomashampson created a comment on a pull request on mantidproject/mantid
I've opened a new one to go into release-next since it will affect the release.

View on GitHub

thomashampson created a branch on mantidproject/mantid

pin_mkl_to_2024_1_0_release-next - Main repository for Mantid code

thomashampson opened a draft pull request on mantidproject/mantid
Pin mkl to avoid Windows unit test failures with version 2024.2.2
### 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...
thomashampson created a branch on mantidproject/mantid

pin_mkl_to_2024_1_0 - Main repository for Mantid code

jhaigh0 created a review comment on a pull request on mantidproject/mantid
Understandable 👍 we should ask LSS if it's still needed

View on GitHub

Load more