Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/mantidproject/mantid.git. Pull mirroring updated .
  1. Mar 23, 2020
  2. Mar 20, 2020
  3. Mar 16, 2020
  4. Mar 09, 2020
  5. Mar 06, 2020
  6. Feb 28, 2020
  7. Feb 27, 2020
  8. Feb 26, 2020
  9. Feb 25, 2020
  10. Feb 24, 2020
  11. Feb 21, 2020
  12. Feb 20, 2020
  13. Feb 05, 2020
  14. Feb 04, 2020
    • David Fairbrother's avatar
      Re #27664 Use Adapters with SANS State · 736b8213
      David Fairbrother authored
      Adapt the command interface and user file parser to use sans state
      objects, instead of the new containers (which duplicated the data
      objects).
      
      This is a large PR as we must change all call sites, partially unlink
      the reading of run data (the dict converter still takes data info which
      needs fixing), and create classes that facade the building process
      
      As the state folder was starting to fill I also took this chance to move
      them into their own package, so we have a seperation of data and impl
      736b8213
  15. Jan 30, 2020
  16. Jan 23, 2020
  17. Jan 21, 2020
    • David Fairbrother's avatar
      Switch to JSON Parser for SANS State · dab9e698
      David Fairbrother authored
      Switches to using the JSON library for parsing SANS state objects. This
      provides numerous advantages:
      
      - We do not need to maintain a custom (de)serializer
      - JSON is a documented standard
      - We can switch to type hinting in Python 3, currently a significant
      amount of CPU time is spend reverifying typed params
      - History becomes less brittle and will work from top level algorithms
      - Allows new code to be written in a more Pythonic way (e.g. not forced
      to use class level variables for them to be serialized)
      dab9e698
  18. Jan 20, 2020
  19. Jan 17, 2020
  20. Jan 10, 2020
  21. Jan 03, 2020
    • David Fairbrother's avatar
      Update HDF5 docs URL to fix sphinx warning · 8c45d457
      David Fairbrother authored
      Updates the HDF5 URL to the new one. Using browsers or wget would
      correctly redirect the request to the new URL, whilst sphinx would get a
      HTTP 403 instead.
      
      Updating this URL should fix the sphinx warning, restoring the master
      incremental and clean builds to stable (hopefully)
      8c45d457
  22. Dec 18, 2019
  23. Dec 09, 2019
  24. Dec 06, 2019
  25. Dec 04, 2019
  26. Dec 03, 2019
  27. Dec 02, 2019
  28. Nov 28, 2019
    • David Fairbrother's avatar
      Bump Minimum CMake to 3.13 · f2fde5ac
      David Fairbrother authored
      Bumps the minimum CMake version to 3.13, this allows us to use
      add_link_options on address sanitizers.
      At the time of this commit 3.14 is available for RHEL7, and 3.15 for
      Ubuntu. Windows requires 3.15 so in an ideal world we would just set our
      minimum to that, but as it's not fully available we settle for the
      earlier version at the moment.
      f2fde5ac
  29. Nov 27, 2019
  30. Nov 22, 2019
Loading