Skip to content

1.9.2

Choose a tag to compare

@aslze aslze released this 10 May 17:09
· 419 commits to master since this release

ASL version 1.9.2

Bug fixes and implementation improvements.

  • Fixed MacOS build
  • Fixed issue with SocketServer sometimes calling serve() when calling stop() on it.
  • Fixed Array::sortBy for some types
  • Better handling of SocketServer stopping
  • Better functions to wait for data in Socket
  • Added interoperability functions to cast to/from Python in code using pybind11
  • Added Github Action for CI (now ASL is automatically built and tested on Windows, Linux, MacOS)