Skip to content
Snippets Groups Projects
  1. Mar 11, 2025
  2. Mar 03, 2025
  3. Feb 28, 2025
  4. Feb 21, 2025
  5. Feb 12, 2025
  6. Jan 30, 2025
  7. Jan 20, 2025
  8. Jan 07, 2025
  9. Dec 18, 2024
  10. Dec 12, 2024
  11. Dec 03, 2024
  12. Nov 24, 2024
  13. Oct 18, 2024
    • Frederik Hennig's avatar
      remove wrong AGPL license file · f191fe83
      Frederik Hennig authored
      f191fe83
    • Frederik Hennig's avatar
      Fix licence badges · 00970f3f
      Frederik Hennig authored
      00970f3f
    • Frederik Hennig's avatar
      Version v0.1a2 · cf2d5d53
      Frederik Hennig authored
      Composer and language Frontend:
      
          - Minimialize exposition of `SfgVar`, use `AugExpr` in all composer
          interfaces instead
          - Move `SfgVar` into `lang` module
          - Introduce `VarLike` and `ExprLike` protocols to the `lang` module
          - Treat `TypedSymbol` equivalently to SfgVar in interfaces
          - Disallow `sp.Symbol` in expressions
          - Deprecate `map_param` in favor of newly introduced `set_param`,
          which uses `AugExpr`
          - Deprecate `sfg.define` in favor of `sfg.code`
          - Introduce `Ref` type
      
      IR Postprocessing:
      
          - Check for type conflicts during live-variable collection
      
      Documentation:
      
          - Add docstrings to `lang.expressions` module
          - Add various doctest examples to docstrings
          - Link to pystencils via intersphinx
      
      Tests:
      
          - Fix bugs in generator script testing
          - Add new testscripts
          - Add unit tests for parts of `lang.expressions` and
          `ir.postprocessing`
      
      Squashed commit of the following:
      
      commit c75b939d
      Aut...
      v0.1a2
      cf2d5d53
  14. Jul 24, 2024