Skip to content
Snippets Groups Projects
  1. Apr 09, 2025
  2. Apr 08, 2025
  3. Apr 03, 2025
  4. Apr 02, 2025
  5. Mar 29, 2025
  6. Jan 15, 2025
  7. Jan 13, 2025
    • Kenneth Moreland's avatar
      Load XGC files without paths · 1d249aba
      Kenneth Moreland authored
      Recent changes to Fides (!172) made specifying paths unnecessary
      when using relative files. However, XGC arrays were still checking
      for the existence of source paths even when they were not needed.
      This change removes the check so that paths can be relative to the
      file.
      1d249aba
  8. Dec 12, 2024
  9. Oct 31, 2024
  10. Oct 09, 2024
  11. Oct 04, 2024
  12. Oct 02, 2024
    • Kenneth Moreland's avatar
      Update test files to make data relative to JSON · 27f262c9
      Kenneth Moreland authored
      The previous change made it possible to specify the location of data
      files relative to a json file. This is a likely scenerio when creating
      files, so make many of the test files to match.
      27f262c9
    • Kenneth Moreland's avatar
      Add ability to load data sources without providing a path · 8dd29bac
      Kenneth Moreland authored
      Previously, to load a JSON file with the data in a separate bp
      file, you had to specify the directory or path of the data file
      in the "paths" map provided to the `DataSetReader` read methods.
      This is a problem because it makes the file formant not
      self-descriptive. When loading data in an application like
      ParaView, you have to type in the directory to the bp file
      attached to a magic string defined somewhere in the JSON file.
      Every. Damn. Time.
      
      This change allows you to specify a relative path to the data
      source .bp file within the JSON file. If you do not specify a
      matching path, the reader will look for the .bp file relative to
      the JSON file. If you do provide a path, then that path is used.
      Thus, the old behavior is preserved.
      8dd29bac
  13. Aug 15, 2024
  14. Aug 14, 2024
  15. Jul 15, 2024
  16. Jul 12, 2024
  17. Jul 10, 2024
  18. Jul 09, 2024
  19. Jun 21, 2024
    • Kenneth Moreland's avatar
      Update the minimum VTK-m to 2.1 · 4a4cde67
      Kenneth Moreland authored
      VTK-m 2.1 contains some important features to support reading and writing
      vector fields of different sizes. FIDES is updated to require this newer
      version to take advantage of these features.
      4a4cde67
  20. Jun 07, 2024
  21. Jun 06, 2024
Loading