github-actions
released this
27 Jan 00:20
·
23 commits
to refs/heads/main
since this release
Changes
xDSL framework
- core: Introduce integer constraints @alexarice (#3699)
- core: (assembly-format) omit default attributes/properties from attr-dict directive @alexarice (#3783)
- core: (traits) Add
SameOperandsAndResultType
trait @compor (#3751) - core: Deprecate methods that should be using BlockInsertPoint @math-fehr (#3705)
- core: Refactor some methods using BlockInsertPoint @math-fehr (#3704)
- core: Add BlockInsertPoint to simplify the builder API @math-fehr (#3703)
Dialects
- dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)
- dialects: (math) Add support for custom format and container types to
math
dialect ops @compor (#3786) - dialects: (LLVM) Add bitcast op @AntonLydike (#3776)
- dialects: (linalg) quantized matmul op generic prints 5 affinemaps @jorendumoulin (#3772)
- dialects: (math) Move
math
dialect out of experimental [NFC] @compor (#3768) - dialects: (math) Use
SameOperandsAndResultType
trait @compor (#3761) - dialects (arm): Add CmpRegOp instruction @emmau678 (#3756)
- dialects (arm): Add LabelOp @emmau678 (#3749)
🗎 Documentation
- documentation: update MLIR interoperation reference @emmanuel-ferdman (#3788)
- documentation: update ImplicitBuilder doc comment @superlopuh (#3782)
- documentation: automatically generate documentation from all .py files in xDSL @superlopuh (#3758)
- documentation: code block in doc comments @superlopuh (#3771)
- documentation: move num_chunks doc comment in ConvertApplyOpPattern @superlopuh (#3770)
- documentation: add mkdocs-based documentation @superlopuh (#3754)
🐛 Bug Fixes
- dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)
- core: (assembly-format) omit default attributes/properties from attr-dict directive @alexarice (#3783)
Continuous Integration
- CI: Update uv lockfile @github-actions (#3767)
- CI: remove version override in uv @superlopuh (#3757)
Installation
- pip prod(deps): bump ruff from 0.9.2 to 0.9.3 @dependabot (#3785)
- pip prod(deps): bump pre-commit from 4.0.1 to 4.1.0 @dependabot (#3775)
- installation: (nix) update flake @alexarice (#3769)
- pip prod(deps): bump numpy from 2.2.1 to 2.2.2 @dependabot (#3766)
- pip prod(deps): bump jax from 0.4.38 to 0.5.0 @dependabot (#3764)
- pip prod(deps): bump marimo from 0.10.13 to 0.10.14 @dependabot (#3765)
- pip prod(deps): bump ruff from 0.9.1 to 0.9.2 @dependabot (#3759)
- pip prod(deps): bump pyright from 1.1.391 to 1.1.392.post0 @dependabot (#3755)
- pip prod(deps): bump marimo from 0.10.12 to 0.10.13 @dependabot (#3752)
Miscellaneous
- dialects: (builtin) fix formatting of module printing with attributes @superlopuh (#3789)