Releases: edaa-org/pyEDAA.IPXACT
Release list
v0.6.6
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
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
Changes
- Bumped copyright information.
- Added missing type hints.
Bug Fixes
- Changed
0.Xdependencies to0.X.0, so~=operator can work correctly.
Unit Tests
- Updated pipeline to use pyTooling/Actions
@r7.- Restructured
requirements.txtfiles.
- Restructured
- Adjusted
pyprojectfile 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
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
New Features
- Added Python 3.14 support.
- Dropped Python 3.9 support.
Changes
- Bumped dependencies.
Unit Tests
- Updated pipeline from
@r5to@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
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
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
FromFilemethod → use class constructor.
- Removed
- Reworked XML tag parsing.
- Changed inheritance hierarchy.
Documentation
- Added introduction chapter.
- Added new chapters for
Design,ComponentandCatalog.
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
New Features
- Added new base-class
Element. ToXMLmethod accepts aIPXACTSchemaparameter.
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:
Vlnv→VLNVPyIpxactException→IPXACTExceptionIpxactSchema→IPXACTSchema
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
Release created on: 05.02.2025 - 23:47:52
Changes
- Bumped dependencies.
- Moved
lib/SchematopyEDAA/IPXACT/Schema. - Updated IP-XACT schema submodule to IEEE Std. 1685-2022.
- Updated coding style.
- Enhanced exception messages.
- Updated PullRequest template.
- Renamed
IpxactSchemaStructtoIpxactSchema. - Reworked
IpxactSchemaandVlnv.
Documentation
- Changed layout to ReadTheDocs theme with custom CSS overrides.
- Updated
autoapitemplate. - Fixed shield URLs.
- Reworked
DependencyandInstallationpages.
Unit Testing
- Use
CompletePipelineGitHub Action workflow template from pyTooling/Actions. - Added new tests for IP-XACT XML schemas.
v0.3.1
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.