Releases: edaa-org/pyEDAA.IPXACT
Releases · edaa-org/pyEDAA.IPXACT
v0.4.0
Release created on: 05.02.2025 - 23:47:52
Changes
- Bumped dependencies.
- Moved
lib/Schema
topyEDAA/IPXACT/Schema
. - Updated IP-XACT schema submodule to IEEE Std. 1685-2022.
- Updated coding style.
- Enhanced exception messages.
- Updated PullRequest template.
- Renamed
IpxactSchemaStruct
toIpxactSchema
. - Reworked
IpxactSchema
andVlnv
.
Documentation
- Changed layout to ReadTheDocs theme with custom CSS overrides.
- Updated
autoapi
template. - Fixed shield URLs.
- Reworked
Dependency
andInstallation
pages.
Unit Testing
- Use
CompletePipeline
GitHub 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.
v0.3.0
Release created on: 10.03.2022 - 22:15:53
New Features
- Enabled almost all GHA workflow features.
- Reworked documentation.
- A minimal set of unit tests (converted from
Test.py
).
Changes
- Usage of f-strings.
- Improved some exception messages.
- Changed package state from
pre-alpha
toalpha
, because this repository was never in Work-in-Progress state. - Bumped dependencies.
Bug Fixes
None
Related PRs:
- pyTooling/Actions#39 (dependency)
v0.2.1
Release created on: 17.12.2021 - 06:45:40
New Features
- Add PR template.
- Add
pyproject.toml
.
Changes
- Update
.gitignore
. - Move sources from
pyIPXACT
topyEDAA/IPXACT
. - Use pyTooling.Packaging for the setup and the documentation.
Bug Fixes
- Bump the version.
v0.2.0
Release created on: 17.12.2021 - 01:25:45
New Features
None
Changes
- Use PyPI package name
pyEDAA.IPXACT
instead ofpyIPXACT
. - Update logo, banner and favicon.
- Documentation:
- Use Build The Docs.
- Fall back to
alabaster
if_theme
is not available. - Cleanup
requirements.txt
. - Update shields/badges and reorganize them.
- Add ref to EDAA site through a toctree.
- README:
- Reorganized content and updated shields/badges.
- Using new pipeline workflow based on pyTooling/Actions
- Remove Travis CI stuff.
Bug Fixes
None
Documentation updates.
This pre-release updates the documentation on ReadTheDocs.
First pre-release
This version outlines how a DOM for IP-XACT files could be created to be used in PoC / pyIPCMI and other projects.