v1.9.3 release
What's Changed
runFile
/runFileHeadless
now correctly works for alternate aliases (i.e.,PYTHON_OTHER
)runFile
/runFileHeadless
, inline with the other runlike functions, permits objects of any type, not just string (it will auto-stringify them)- Passing single tables to
toJson
now includes the table's data, but only if using the PyCommunicator in its agent-form (i.e., not programmatically created) - Added a serializer for the Tuple class (i.e., the object type containing all values from a row when querying multiple columns from a database; e.g.,
selectFrom(my_table).list()
, which returns an object of typeList<Tuple>
) - Serializing tables / database now correctly has the order of columns synchronized between the list of column info and table data values
- Minor refactor "Simple Hospital" to workaround a previously-built-in google library being removed in the latest AL versions
Full Changelog: t-wolfeadam/AnyLogic-Pypeline@v1.9.1...v1.9.3