Releases: wedesoft/aiscm
Releases · wedesoft/aiscm
Version 0.12.1
- tensor operations
- improved modularity of JIT compiler
Version 0.11.2
- aiscm/ffmpeg-helpers-test.c: fixed Debian sbuild warning "array subscript is above array bounds"
Version 0.11.1
- aiscm/ffmpeg.scm: write video and audio files using FFmpeg
Version 0.10.2
- aiscm/jit.scm: Bugfix for zero-expanding 32-bit integer
Version 0.10.1
- aiscm/jit.scm: switch to faster linear scan register allocator
- install CSS style sheets and some icons with HTML documentation
Version 0.9.2
- test/test_ffmpeg.scm: extract pixel value earlier in test
- aiscm/jit.scm: compile code to allocate return values
- support for native constants
- working on tensor expressions
Version 0.9.1
- aiscm/jit.scm: compile code to allocate return values
- support for native constants
- working on tensor expressions
Version 0.8.3
- object rgb and object complex values
- refactored native method calls
- improved docker build
Version 0.8.2
- temporarily match floating point numbers to objects
Version 0.8.1
- refactored type conversions
- type conversions of method arguments