Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/DAGWorks-Inc/burr. Pull mirroring updated .
  1. Feb 13, 2025
    • elijahbenizzy's avatar
      Bumps version from 0.38.0 to 0.39.0 · 17c66e1c
      elijahbenizzy authored
      burr-0.39.0
      17c66e1c
    • elijahbenizzy's avatar
      Adds action tagging · 5a734871
      elijahbenizzy authored
      This enables us to use tags as aliases for actions. We may add future
      tags (E.G. __requires_inputs), but for now this is all done on behalf of
      the user. The idea is to have a very simple polymorphic interface -- we
      can (for example) say all nodes tagged with "text_return" fullfill the
      same role (displaying markdown for the user).
      
      See #468 for more details.
      5a734871
  2. Feb 10, 2025
  3. Feb 04, 2025
  4. Feb 03, 2025
  5. Jan 29, 2025
  6. Jan 27, 2025
  7. Jan 25, 2025
  8. Jan 20, 2025
  9. Jan 13, 2025
  10. Jan 11, 2025
  11. Jan 09, 2025
  12. Jan 05, 2025
  13. Jan 04, 2025
    • jernejfrank's avatar
      Add docs for async persister interface · c36877d6
      jernejfrank authored
      Docs explaining allowed cases and deprecation warnings.
      c36877d6
    • jernejfrank's avatar
      Add local async persisters and tests · c81fd444
      jernejfrank authored
      Prototyping and testing async persisters:
      - Add AsyncDevNull and AsyncInMemory persisters for tests
      - Added support for async sqlite persister
      - Test Async persister interface, async builder, async application
      c81fd444
    • jernejfrank's avatar
      Add async persistance interface · 7534ecb7
      jernejfrank authored
      Adding async support for persistance and refactoring builder:
      - classes for building async persistance adapters / hooks
      - builder extended to include async initializer/persister, async build
      - builder refactored
      - application added async validation, warning/error when async hooks not
        invoked
      - automatic built for app in parallelism made backward compatible
      7534ecb7
  14. Jan 02, 2025
  15. Dec 31, 2024
  16. Dec 30, 2024
  17. Dec 29, 2024
  18. Dec 28, 2024
  19. Dec 27, 2024
  20. Dec 26, 2024
  21. Dec 23, 2024
Loading