Skip to content

Releases: edaa-org/pySVModel

v0.4.1

15 Aug 22:19
a84b5f9
Compare
Choose a tag to compare

Release created on: 15.08.2023 - 22:19:17

New Features

  • Add method IsVerilog and IsSystemVerilog.

Changes

  • Added value Latest to SystemVerilogVersion.
  • Added and updated doc-strings.
  • Bumped dependencies.
  • Documented dependency to typing-extensions for mypy.

Bug Fixes

  • Doc: Configuration of InterSphinx.

v0.4.0

01 Aug 22:14
1a1a278
Compare
Choose a tag to compare

Release created on: 01.08.2023 - 22:14:04

New Features

None

Changes

  • Merged VerilogVersion into SystemVerilogVersion.
  • 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

16 Jan 13:45
41ca978
Compare
Choose a tag to compare

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.
  • 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

26 Dec 02:51
f1fc3d4
Compare
Choose a tag to compare

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 and pytest.ini into pyproject.toml.

Bug Fixes

  • Job ArtifactCleanUp in CI needs PublishTestResults.

v0.3.3

16 Dec 19:19
49c9fde
Compare
Choose a tag to compare

Release created on: 16.12.2021 - 19:19:17

New Features

None

Changes

  • Updated dependencies after merging pyTooling.Packaging into pyTooling.
  • Updated workflow after changing Python code packaging to use build.
  • Added pyproject.toml.
  • Using __keywords__ variable for packaging.

Bug Fixes

None

v0.3.2

12 Dec 12:33
1c5a8d9
Compare
Choose a tag to compare

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 and setup.py.

Bug Fixes

  • Fixed documentation generation with BuildTheDocs.

v0.3.1

25 Nov 20:33
4114d54
Compare
Choose a tag to compare

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.
  • 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

04 Oct 00:16
Compare
Choose a tag to compare

Release created on: 04.10.2021 - 00:16:38

Bumped version to v0.3.0 to publish to PyPI.

v0.2.2

04 Oct 00:11
8a569ef
Compare
Choose a tag to compare

Release created on: 04.10.2021 - 00:11:34

Changes

  • Renamed project from pySystemVerilogModel to pySVModel.
  • Updated requirements to Coverage.py 6.0 and Sphinx 4.2

v0.2.1

29 Sep 14:16
ffe83a8
Compare
Choose a tag to compare

Release created on: 29.09.2021 - 14:16:51

Bug Fixes

  • Added missing Any values for VerilogVersion and SystemVerilogversion.