Skip to content

Releases: cogu/autosar

v0.3.10

09 Mar 10:12
Compare
Choose a tag to compare
  • 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

12 Feb 10:09
Compare
Choose a tag to compare
  • Internal refactoring of port and comspec creation.
  • Added new documentation for port and comspec creation.
  • Minor fixes.

V0.3.8

07 Jan 20:18
Compare
Choose a tag to compare

New NVDATA support
Fixed issues related to Python 3.5 and older

v0.3.7

29 Dec 12:21
Compare
Choose a tag to compare

Maintenance release.

Minor fixes and improvements to documentation.

AUTOSAR 0.2.1

03 Jan 13:01
Compare
Choose a tag to compare

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

02 Jan 17:59
Compare
Choose a tag to compare

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.