Changes between Version 71 and Version 72 of Ticket #4138
- Timestamp:
- 2018-05-07T12:40:51Z (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4138 – Description
v71 v72 32 32 Partial support for functions. Instantiation and typing of functions is implemented. Positional arguments and named arguments are supported. *Vectorization support needs do be adapted*. Preliminary support for reductions is implemented. Support for function trees exists. Allow arrays of unknown size in functions. 33 33 34 Records (Mahder) 95%:: 35 Support for records and for record constructors in the works. 36 Needs more testing. 34 Records (Per) 50%:: 35 Record bindings should be implemented, #4872. 37 36 38 37 Builtin (Per, Mahder, Martin) 80%:: … … 56 55 Handling of connect equations using the DAE and the instance tree. 57 56 Basic handling of connections is implemented, missing: 58 - some stream connectors cases 57 - some stream connectors cases (inStream works, not actualStream) 59 58 - expandable connectors 60 59 - overconstrained connection graph and breakable branches 61 60 - cardinality 61 - connection involving records 62 62 63 63 Unit checking (Arun, Martin, Mahder) 100%::