v0.15.0
What's Changed
- Support numpy size() and array.size by @Shaikh-Ubaid in #1777
- Support --no-indent and --visualize flags by @Shaikh-Ubaid in #1779
- Fix numpy size() and add test by @Shaikh-Ubaid in #1780
- Rename the @jit decorator to @lpython by @certik in #1791
- ASR: Skip if in SymbolTableVisitor by @Shaikh-Ubaid in #1792
- Allow importing enums by @Smit-create in #1794
- Update array indexing to use strides and offsets by @czgdp1807 in #1765
- ASR: Fix module imports for subroutines by @Smit-create in #1795
- Fixes for lpython decorator by @Thirumalai-Shaktivel in #1796
- Dict bool keys by @kabra1110 in #1771
- Require structs to be initialized before using by @Shaikh-Ubaid in #1808
- Add
list.reverse
intrinsic function by @virendrakabra14 in #1758 - Support array constant initialization for array of structs by @Shaikh-Ubaid in #1811
- lpython.py: handle unsigned integers everywhere by @certik in #1812
New Contributors
- @kabra1110 made their first contribution in #1771
Full Changelog: v0.14.0...v0.15.0