Releases: cogu/autosar
Releases · cogu/autosar
v0.3.11
Fixes and Improvements
- Fix: Parsing of sub-packages in AUTOSAR 3 XML not working correctly.
- Fix: Adding DataTypeMap to DataTypeMappingSet not working.
- Fix: Issues reported by Pylint.
- Improvement: Classes derived from ComponentType now supports AdminData.
- Improvement: Moved SoftwareAddressMethod class from portinterface to elements package.
- Improvement: The element parameter is now optional in method Package.createApplicationRecordDataType.
Documentation Updates
- Common documentation
- Getting Started (updated)
- Basic Concepts (new)
- Updated AUTOSAR 4 API documentation
- autosar (new)
- base.SwDataDefPropsConditional (new)
- base.SwPointerTargetProps (new)
- base.SwPointerTargetProps (new)
- base.SymbolProps (new)
- datatype.ApplicationArrayDataType (new)
- datatype.ApplicationArrayElement (new)
- datatype.ApplicationDataType (updated)
- datatype.ApplicationPrimitiveDataType (new)
- datatype.ApplicationRecordDataType (new)
- datatype.ApplicationRecordElement (new)
- datatype.CompuMethod (new)
- datatype.CompuScaleElement (new)
- datatype.Computation (new)
- datatype.DataConstraint (new)
- datatype.DataTypeMap (updated)
- datatype.DataTypeMappingSet (updated)
- datatype.ImplementationDataType (updated)
- datatype.ImplementationDataTypeElement (new)
- datatype.ModeRequestTypeMap (updated)
- datatype.SwBaseType (updated)
- datatype.Unit (new)
- element.DataElement (updated)
- element.Element (updated)
- element.SoftwareAddressMethod (new)
- datatype.ApplicationArrayDataType (new)
- package (updated)
- workspace (updated)
- AUTOSAR 4 Developer Guides
- Package Roles (new)
v0.3.10
- Fixes highlighted by pylint
- Fixed AUTOSAR3-related issue with constants created from array of record data type.
- Improvements to mode-related classes
- ModeDeclarationGroup now supports explicit values in ARXML when defined using tuples.
- Support for mode request type mapping
- Application data type mapping was already supported but not documented.
- New/Improved documentation (AUTOSAR4 API)
- ApplicationDataType
- DataTypeMap
- DataTypeMappingSet
- ModeDeclaration
- ModeDeclarationGroup
- ModeGroup
- ModeRequestTypeMap
v0.3.9
V0.3.8
v0.3.7
AUTOSAR 0.2.1
This is a maintenance release for 0.2.x
Changes in this release:
- Runnables now supports admin data
- The default rule that creates port API options now sorts ports in case insensitive order (instead of case sensitive)
Autosar 0.2.0
Full support for most commonly used XML elements in Autosar 3.x.
It's now possible to create all kinds of datatypes, portinterfaces, constants and component types and save it back to XML.
Documentation is still very limited. This will be improved during v0.3.0 work.