Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Apr 02:59
· 2540 commits to refs/heads/main since this release
9f7b820

xDSL framework

Dialects

API

🗎 Documentation

🐛 Bug Fixes

  • core: Move custom Operation verification 'verify_()' to end of verify function @ed741 (#664)
  • core: Fix isa to not assert @AntonLydike (#714)
  • bug: Remove remaining use of MLIRType @math-fehr (#637)
  • stencil: Correct in-bound checks during shape inference @PapyChacal (#597)
  • printer: Fix printing of named block arguments @AntonLydike (#568)
  • parser: Fix parsing of multiple regions @AntonLydike (#507)
  • dialects: Enable validate on func.FuncOp for external functions @mesham (#498)
  • bug: Remove use of Attribute build method @math-fehr (#453)
  • core: Fix successor bug and ignored parameter in parser @Moxinilian (#430)
  • bug: Fix error message on missing Operands in the context of variadic Operands @webmiche (#495)

Testing

Continuous Integration

Installation

  • pip prod(deps): bump pyright from 1.1.302 to 1.1.303 @dependabot (#721)
  • docs: Fix install guide in the README @webmiche (#713)
  • pip prod(deps): bump pyright from 1.1.301 to 1.1.302 @dependabot (#681)
  • pip prod(deps): bump pyright from 1.1.300 to 1.1.301 @dependabot (#668)
  • pip prod(deps): update immutabledict requirement from <2.2.4 to <2.2.5 @dependabot (#647)
  • pip prod(deps): update lit requirement from <16.0.0 to <17.0.0 @dependabot (#580)
  • pip prod(deps): update immutabledict requirement from <2.2.3 to <2.2.4 @dependabot (#567)
  • install: Switch to using entry_points for xdsl-opt script. @KarelPeeters (#475)

Miscellaneous