Skip to content

EasyDeL 0.2.0.1

Choose a tag to compare

@erfanzar erfanzar released this 31 Dec 13:49
· 152 commits to main since this release

EasyDeL 0.2.0.1

This patch release only updates ejkernel to reduce noisy import-time diagnostics on Python 3.11.

What changed

  • Updated ejkernel to 0.0.47.
    • Fixes false-positive "Signature mismatch" warnings during import-time kernel registry validation (e.g. ragged_decode_attention).
    • Improves type-annotation normalization so equivalent JAX array spellings don’t trip signature checks under postponed annotations (Python 3.11).

Compatibility

  • No EasyDeL API changes.