Skip to content

Basic ReqIF-to-JSON conversion example, update ReqIF schema validation

Latest
Compare
Choose a tag to compare
@stanislaw stanislaw released this 27 Apr 15:39
· 1 commit to main since this release

What's Changed

  • Bump version to 0.0.39 by @stanislaw in #139
  • Code climate: reqif_bundle: add a missing type hint by @stanislaw in #145
  • CI: add Python 3.11 by @stanislaw in #146
  • relation_group_type_parser: fix a copy-and-paste error by @stanislaw in #147
  • README: fix the ReqIFz example by @stanislaw in #149
  • tests/integration/examples: a basic example of ReqIF -> JSON by @stanislaw in #151
  • tests/integration: demonstrate --use-reqif-schema against random ChatGPT ReqIF by @stanislaw in #153
  • examples/04_convert_reqif_to_json: --stdout parameter by @stanislaw in #154
  • README: How-to examples section by @stanislaw in #155
  • examples: JSON example: print nested sections and requirements by @stanislaw in #156
  • examples: JSON example: support specifications without a name by @stanislaw in #157
  • examples: JSON example: add field types by @stanislaw in #158
  • CI: update Python action version by @stanislaw in #162
  • tests/integration: add Doors sample from eclipse-capella/capella-requirements-vp by @stanislaw in #161
  • ReqIF-to-JSON example: simplify iteration/conversion procedure by @stanislaw in #163
  • reqif_bundle: add iterate_specification_hierarchy_for_conversion() helper by @stanislaw in #164
  • Update ReqIF schemas to the recently updated xmlschema by @stanislaw in #165
  • Code climate: set mypy to --strict mode, ignore appeared checks for now by @stanislaw in #166

Full Changelog: 0.0.39...0.0.42