Releases: edaa-org/pySVModel
Releases · edaa-org/pySVModel
v0.5.1
Release created on: 11.11.2024 - 23:49:58
Changes
- Bumped dependencies.
Documentation
- Switched documentation generation from BuildTheDocs to Sphinx 8.x and RTD theme 3.0.
- Added CSS overrides.
- Updated installation instructions.
- Updated dependency lists.
- Added documentation coverage report.
- Added unit test report.
- Added doc-strings for
SystemVerilogVersion
.
Unit Tests
- Use pipeline template instead of job templates.
v0.5.0
Release created on: 03.11.2024 - 21:02:35
New Features
- Added Python 3.13 support and dropped Python 3.8.
Changes
- Bumped dependencies.
Bug Fixes
None
Unit Tests
- Use latest pipeline template.
v0.4.1
Release created on: 15.08.2023 - 22:19:17
New Features
- Add method
IsVerilog
andIsSystemVerilog
.
Changes
- Added value
Latest
toSystemVerilogVersion
. - Added and updated doc-strings.
- Bumped dependencies.
- Documented dependency to
typing-extensions
formypy
.
Bug Fixes
- Doc: Configuration of InterSphinx.
v0.4.0
Release created on: 01.08.2023 - 22:14:04
New Features
None
Changes
- Merged
VerilogVersion
intoSystemVerilogVersion
. - Reworked testcases for SystemVerilogVersion parsing.
- ci/Params: override python_version_list, since 3.6 was deprecated in pyTooling/Actions.
- Bumped dependencies.
- Updated dependabot configuration file.
- Updated pull-request template.
- Updated autoapi template.
- Updated Sphinx configuration.
- Removed unused local extensions.
Bug Fixes
None
Related PRs:
v0.3.5
Release created on: 16.01.2022 - 13:45:49
New Features
None
Changes
- Changes due to an updated version of pyTooling/Actions.
- Lowered requirement on
lxml
. - Added more artifact names to the cleanup rule.
- Lowered requirement on
- Updated file headers to latest format.
- Bumped dependencies.
- Added placeholders pages for coverage and static type checking reports.
Bug Fixes
- Fixed ReST syntax:
:cls:
→:class:
.
v0.3.4
Created on: 26.12.2021 - 02:51:44
New Features
- Add VSCode settings.
- Add scheduled/cron CI event.
Changes
- README: update heading levels.
- Setup: remove redundant classifiers.
- Update
.gitignore
. - Cleanup
doc/Makefile
. - Merge
.coveragerc
andpytest.ini
intopyproject.toml
.
Bug Fixes
- Job ArtifactCleanUp in CI needs PublishTestResults.
v0.3.3
Release created on: 16.12.2021 - 19:19:17
New Features
None
Changes
- Updated dependencies after merging
pyTooling.Packaging
intopyTooling
. - Updated workflow after changing Python code packaging to use
build
. - Added
pyproject.toml
. - Using
__keywords__
variable for packaging.
Bug Fixes
None
v0.3.2
Release created on: 12.12.2021 - 12:33:35
New Features
None
Changes
- Bump pyTooling to v1.5.1.
- Using pyTooling/Actions to simplify the GHA workflow.
- Using pyTooling.Packaging in
conf.py
andsetup.py
.
Bug Fixes
- Fixed documentation generation with BuildTheDocs.
v0.3.1
Release created on: 25.11.2021 - 20:33:05
New Features
- Enabled Python 3.10 checks in GH Actions.
- Add
workflow_dispatch
event to CI Pipeline.
Changes
- Update logo, banner and favicon.
- Documentation:
- Fall back to
alabaster
if_theme
is not available. - Cleanup
requirements.txt
. - Update shields/badges and reorganise them.
- Add ref to EDAA site through a toctree.
- Fall back to
- Readme:
- Reorganise content and update shields/badges.
- List EDAA as a consumer a Surelog as a possible generator.
- Exchange dependency to pydecor with pyTooling.
v0.3.0
Release created on: 04.10.2021 - 00:16:38
Bumped version to v0.3.0
to publish to PyPI.