Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: edaa-org/pyEDAA.IPXACT

v0.6.6

Choose a tag to compare

@github-actions github-actions released this 04 Jul 22:46
20e2a98

Changes

  • Bumped dependencies.
  • Updated dunder-variables.

Documentation

  • Updated Sphinx configuration for LuaLaTeX and Unicode font support.
  • Fixed shields URLs.

Published from Pipeline workflow triggered by github-actions[bot] on 2026-07-04 22:45:59 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 20 Jan 23:09
a0624a0

Changes

  • Bumped documentation dependencies.

Bug Fixes

  • Added missing type hints.

Published from Pipeline workflow triggered by github-actions[bot] on 2026-01-20 23:09:29 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 09 Jan 01:15
f38bb2b

Changes

  • Bumped copyright information.
  • Added missing type hints.

Bug Fixes

  • Changed 0.X dependencies to 0.X.0, so ~= operator can work correctly.

Unit Tests

  • Updated pipeline to use pyTooling/Actions @r7.
    • Restructured requirements.txt files.
  • Adjusted pyproject file due to pytest update to v9.0.

Published from Pipeline workflow triggered by github-actions[bot] on 2026-01-09 01:15:05 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 29 Oct 07:38
6f706c4

Bug Fixes

  • Adjusted wheel package classifiers to match supported Python versions.

Published from Pipeline workflow triggered by github-actions[bot] on 2025-10-29 07:38:22 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 28 Oct 22:42
92a6f95

New Features

  • Added Python 3.14 support.
  • Dropped Python 3.9 support.

Changes

  • Bumped dependencies.

Unit Tests

  • Updated pipeline from @r5 to @r6.

Published from Pipeline workflow triggered by github-actions[bot] on 2025-10-28 22:42:55 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 12 May 18:33
968c1dc

Bug Fixes

  • Use 'main' branch from IPXACT-Schema.

Documentation

  • Removed link to Gitter chat.

Related Issues and Pull-Requests


Published from Pipeline workflow triggered by github-actions[bot] on 2025-05-12 18:32:59 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 11 May 22:36
d184098

New Features

  • Read file sets and files from component.
  • Added class File.
  • Implemented class FileSet.

Changes

  • Reworked how to read IP-XACT XML files:
    • Removed FromFile method → use class constructor.
  • Reworked XML tag parsing.
  • Changed inheritance hierarchy.

Documentation

  • Added introduction chapter.
  • Added new chapters for Design, Component and Catalog.

Unit Tests

  • Added testcases reading example IP-XACT XML files.
  • tbd

Related Issues and Pull-Requests


Published from Pipeline workflow triggered by github-actions[bot] on 2025-05-11 22:36:26 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 11 May 01:06
6f04444

New Features

  • Added new base-class Element.
  • ToXML method accepts a IPXACTSchema parameter.

Changes

  • Bumped dependencies.
  • Used f-strings and simplified string formatting for XML outputs.
  • Used metaclass ExtendedType
  • Added more parameter checks.
  • Reworked XML schema validation:
    • Throw an exception with validation error message.
    • Use schema URI embedded in XML file to load the correct XML schema from package resources.
  • Renamed:
    • VlnvVLNV
    • PyIpxactExceptionIPXACTException
    • IpxactSchemaIPXACTSchema

Bug Fixes

  • XSD files (XML schemas) are now packaged correctly.
  • Fixed opening files in binary mode.

Documentation

  • Added more doc-strings.
  • Added news section for May 2025

Unit Tests

  • Updated unittests.

Related Issues and Pull-Requests


Published from Pipeline workflow triggered by github-actions[bot] on 2025-05-11 01:06:23 UTC.

This automatic release was created by pyTooling/Actions::Release.yml

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 23:49
0d20f19

Release created on: 05.02.2025 - 23:47:52

Changes

  • Bumped dependencies.
  • Moved lib/Schema to pyEDAA/IPXACT/Schema.
  • Updated IP-XACT schema submodule to IEEE Std. 1685-2022.
  • Updated coding style.
  • Enhanced exception messages.
  • Updated PullRequest template.
  • Renamed IpxactSchemaStruct to IpxactSchema.
  • Reworked IpxactSchema and Vlnv.

Documentation

  • Changed layout to ReadTheDocs theme with custom CSS overrides.
  • Updated autoapi template.
  • Fixed shield URLs.
  • Reworked Dependency and Installation pages.

Unit Testing

  • Use CompletePipeline GitHub Action workflow template from pyTooling/Actions.
  • Added new tests for IP-XACT XML schemas.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 23:11
133024d

Release created on: 07.07.2023 - 23:11:12

New Features

None

Changes

  • Bumped dependencies.
  • Changed string formatting to f-strings.

Bug Fixes

  • Fixed Python module index.