Releases: puckowski/concert7
Releases · puckowski/concert7
Concert 9.8
Concert 9.7
- Security fixes.
Concert 9.6
- Change detach and join keyword logic.
- Try to add additional context for uncaught exceptions.
Concert 9.6.alpha
- Change detach and join keyword logic.
- Try to add additional context for uncaught exceptions.
Concert 9.5.rc
- Add support for .png extension images for image standard library.
9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_datafunction to newimagestandard library. - Add new
write_channel_datafunction to newimagestandard library.
Note: only JPEG images are currently supported with PNG under evaluation.
9.5.alpha
- Add
localtime_nsfunction todatestandard library to get time with nanosecond precision.
Concert 9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_datafunction to newimagestandard library. - Add new
write_channel_datafunction to newimagestandard library.
Note: only JPEG images are currently supported with PNG under evaluation.
Concert 9.5
9.5.rc
- Add support for .png extension images for image standard library.
9.5.beta
- Update to Concert version 9.5.beta.
- Add new
read_channel_datafunction to newimagestandard library. - Add new
write_channel_datafunction to newimagestandard library.
Note: only JPEG images are currently supported with PNG under evaluation.
9.5.alpha
- Add
localtime_nsfunction todatestandard library to get time with nanosecond precision.
Concert 9.5.alpha
- Add
localtime_nsfunction todatestandard library to get time with nanosecond precision.
Concert 9.4
- Fix memory leak with math standard function
set_precision. - Add new
datestandard library. - Add new
localtimefunction todatestandard library.
Concert 9.3
- Update to Concert 9.3.
- Add
hardware_concurrencyfunction in thread standard library. - Fix memory leaks with file handles after closing.
- Add
sleepfunction in thread standard library.