Releases: exaloop/codon
Releases · exaloop/codon
v0.18.0
- Codon is now fully open source under the Apache-2.0 license
- Codon now ships with a new, native NumPy implementation that...
- ... works with Codon's multithreading and GPU backends
- ... includes NumPy-specific compiler optimizations
- ... attains 2.4x average (geo mean) and up to 900x speedups on the NPBench benchmark suite, single-threaded
More info in our announcement blog post!
Official release notes: https://docs.exaloop.io/codon/general/releases#v0.18
v0.17.0
v0.16.3
Bump version
v0.16.2
Fix str.zfill() for empty string
v0.16.1
Doc updates (#385) * Documentation updates * Documentation updates * Update README.md * Fix tuple indexing error messages * Update roadmap, differences * Update README, FAQ * Trim newline * Update README.md * Update README.md * Update README.md * Update roadmap.md * Update cpp.md * Update README.md * Update roadmap.md * Update README.md * Fix test * clang-format * Fix exporting function named "main" * Update export test * Fix paths * Rename extra/python -> jit * Update license change date * Minor docs updates * Re-add __init__.py * Update header * Update gitignore * Update README.md --------- Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com> Co-authored-by: Ibrahim Numanagić <inumanag@users.noreply.github.com>
v0.16.0
v0.15.5
Bump version
v0.15.4
Generator argument optimization (and more) (#175) * Fix ABI incompatibilities * Fix codon-jit on macOS * Fix scoping bugs * Fix .codon detection * Handle static arguments in magic methods; Update simd; Fix misc. bugs * Avoid partial calls with generators * clang-format * Add generator-argument optimization * Fix typo * Fix omp test * Make sure sum() does not call __iadd__ * Clarify difference in docs * Fix any/all generator pass * Fix InstantiateExpr simplification; Support .py as module extension * clang-format * Bump version Co-authored-by: Ibrahim Numanagić <ibrahimpasa@gmail.com>
v0.15.3
Bump version
v0.15.2
Update decorator docs