Skip to content
Snippets Groups Projects
  1. Mar 26, 2024
  2. Mar 08, 2024
  3. Mar 04, 2024
  4. Feb 28, 2024
  5. Feb 26, 2024
  6. Feb 08, 2024
  7. Feb 07, 2024
  8. Feb 05, 2024
  9. Feb 02, 2024
  10. Jan 30, 2024
  11. Jan 23, 2024
  12. Jan 18, 2024
  13. Jan 16, 2024
  14. Jan 15, 2024
  15. Jan 12, 2024
  16. Jan 02, 2024
  17. Dec 22, 2023
  18. Dec 21, 2023
  19. Dec 19, 2023
    • Lars Bilke's avatar
      [py] Import OpenGeoSys module properly. · b35c1436
      Lars Bilke authored
      Needs to be imported with:
      
      try:
          import ogs.callbacks as OpenGeoSys
      except ModuleNotFoundError:
          import OpenGeoSys
      
      `ogs.callbacks` is needed when imported via pip installed package.
      `import OpenGeoSys` else.
      b35c1436
  20. Dec 14, 2023
  21. Dec 11, 2023
  22. Dec 07, 2023
    • HBShaoUFZ's avatar
      documentation of FCT feature · e2a11238
      HBShaoUFZ authored
      fix spelling errors
      
      trim trailing whitespace
      
      fix markdownlint
      
      fix markdownlint
      
      avoid vale false error
      
      fix vale
      
      add limitation
      
      fix vale
      
      fix language issues
      
      break into separate lines
      
      improve benchmark doc
      e2a11238
    • Lars Bilke's avatar
      [web] Fixed pipx link. · b8a700a0
      Lars Bilke authored
      b8a700a0
  23. Dec 06, 2023
  24. Dec 05, 2023
  25. Dec 04, 2023
  26. Nov 30, 2023
Loading