Skip to content
Snippets Groups Projects
  1. Aug 06, 2024
  2. Aug 01, 2024
  3. Jul 16, 2024
  4. Jul 12, 2024
  5. May 08, 2024
  6. Mar 06, 2024
  7. Jun 11, 2022
  8. Apr 17, 2022
    • Matthias Diener's avatar
      DOFArray: Pickle/unpickle tags (#318) · cfe83460
      Matthias Diener authored
      
      * DOFArray: Pickle/unpickle tags
      
      * make unpickling backwards compatible
      
      * use dict instead
      
      * add test
      
      * fix axes tags
      
      * make sure to always save tags
      
      * fix axes_tags
      
      * axes_tags fixes and various asserts
      
      * support empty DOFArray
      
      * Simplify tag storing
      
      Co-authored-by: default avatarAlex Fikl <alexfikl@gmail.com>
      
      * call freeze() for metadata inference
      
      * add warning for unpickling backwards mode
      
      * add link to comment
      
      * test with Pytato actx too
      
      * skip test_flatten_unflatten with pytato actx
      
      Co-authored-by: default avatarAlex Fikl <alexfikl@gmail.com>
      cfe83460
  9. Feb 15, 2022
  10. Oct 26, 2021
  11. Jun 27, 2021
  12. Jun 23, 2021
  13. Jun 16, 2021
  14. Jun 08, 2021
  15. Jun 02, 2021
  16. May 27, 2021
  17. May 21, 2021
  18. May 20, 2021
    • Andreas Klöckner's avatar
      Rework actx norms · 47055a78
      Andreas Klöckner authored
      - actx.np.linalg.norms(DOFArray) is deprecated (uses 2D arrays
        internally, which, in strict numpy compatibility, would compute a
        matrix norm)
      - Bring back dof_array.flat_norm
      - Take actx.np.linalg.norm and flat_norm recursively over array containers
      47055a78
  19. May 18, 2021
  20. May 17, 2021
  21. May 16, 2021
  22. May 15, 2021
  23. May 13, 2021
  24. May 10, 2021
  25. May 07, 2021
  26. May 06, 2021
  27. May 05, 2021
  28. May 04, 2021
  29. May 03, 2021
  30. Apr 24, 2021
  31. Apr 22, 2021
  32. Apr 19, 2021
Loading