Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels authored Nov 1, 2021
2 parents 3b77fc1 + 752077b commit 0297043
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 44 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def _LatestTagName():
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()

# The full version, including alpha/beta/rc tags
version = "0.2" # The short X.Y version.
release = "0.2.0" # The full version, including alpha/beta/rc tags.
version = "0.3" # The short X.Y version.
release = "0.3.1" # The full version, including alpha/beta/rc tags.
try:
if _IsUnderGitControl:
latestTagName = _LatestTagName()[1:] # remove prefix "v"
Expand Down
2 changes: 2 additions & 0 deletions doc/coverage/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Coverage Report
###############
24 changes: 20 additions & 4 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

| |SHIELD:svg:ProjectModel-github| |SHIELD:svg:ProjectModel-src-license| |SHIELD:svg:ProjectModel-tag| |SHIELD:svg:ProjectModel-release| |SHIELD:svg:ProjectModel-date| |SHIELD:svg:ProjectModel-lib-dep|
| |SHIELD:svg:ProjectModel-gha-test| |SHIELD:svg:ProjectModel-codacy-quality| |SHIELD:svg:ProjectModel-codacy-coverage| |SHIELD:svg:ProjectModel-codecov-coverage| |SHIELD:svg:ProjectModel-lib-rank|
| |SHIELD:svg:ProjectModel-gha-release| |SHIELD:svg:ProjectModel-pypi-tag| |SHIELD:svg:ProjectModel-pypi-status| |SHIELD:svg:ProjectModel-pypi-python| |SHIELD:svg:ProjectModel-lib-status| |SHIELD:svg:ProjectModel-req-status|
| |SHIELD:svg:ProjectModel-gha-doc| |SHIELD:svg:ProjectModel-doc-license| |SHIELD:svg:ProjectModel-ghp-doc|
| |SHIELD:svg:ProjectModel-pypi-tag| |SHIELD:svg:ProjectModel-pypi-status| |SHIELD:svg:ProjectModel-pypi-python| |SHIELD:svg:ProjectModel-lib-status| |SHIELD:svg:ProjectModel-req-status|
| |SHIELD:svg:ProjectModel-doc-license| |SHIELD:svg:ProjectModel-ghp-doc|
.. only:: latex

|SHIELD:png:ProjectModel-github| |SHIELD:png:ProjectModel-src-license| |SHIELD:png:ProjectModel-tag| |SHIELD:png:ProjectModel-release| |SHIELD:png:ProjectModel-date| |SHIELD:png:ProjectModel-lib-dep|
|SHIELD:png:ProjectModel-gha-test| |SHIELD:png:ProjectModel-codacy-quality| |SHIELD:png:ProjectModel-codacy-coverage| |SHIELD:png:ProjectModel-codecov-coverage| |SHIELD:png:ProjectModel-lib-rank|
|SHIELD:png:ProjectModel-gha-release| |SHIELD:png:ProjectModel-pypi-tag| |SHIELD:png:ProjectModel-pypi-status| |SHIELD:png:ProjectModel-pypi-python| |SHIELD:png:ProjectModel-lib-status| |SHIELD:png:ProjectModel-req-status|
|SHIELD:png:ProjectModel-gha-doc| |SHIELD:png:ProjectModel-doc-license| |SHIELD:png:ProjectModel-ghp-doc|
|SHIELD:png:ProjectModel-pypi-tag| |SHIELD:png:ProjectModel-pypi-status| |SHIELD:png:ProjectModel-pypi-python| |SHIELD:png:ProjectModel-lib-status| |SHIELD:png:ProjectModel-req-status|
|SHIELD:png:ProjectModel-doc-license| |SHIELD:png:ProjectModel-ghp-doc|

--------------------------------------------------------------------------------

Expand Down Expand Up @@ -60,6 +60,20 @@ Use Cases
News
****

.. only:: html

Oct. 2021 - Reading ``*.xpr`` and ``*.pro`` Files
=================================================

.. only:: latex

.. rubric:: Reading ``*.xpr`` and ``*.pro`` Files

* Xilinx Vivado's ``*.xpr`` and OSVVM's ``*.pro`` files can now be read.
* Filesets can be nested.
* The dataset can be validated.


.. only:: html

Sep. 2021 - Extracted ProjectModel from pyIPCMI
Expand Down Expand Up @@ -144,6 +158,8 @@ License
:caption: Appendix
:hidden:

coverage/index
typing/index
ChangeLog/index
License
Doc-License
Expand Down
28 changes: 4 additions & 24 deletions doc/shields.inc
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/network/dependents

.. # GHA test and coverage
.. |SHIELD:svg:ProjectModel-gha-test| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
.. |SHIELD:svg:ProjectModel-gha-test| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Build and Test Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Test+and+Coverage%22
.. |SHIELD:png:ProjectModel-gha-test| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Test%20and%20Coverage?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish%22
.. |SHIELD:png:ProjectModel-gha-test| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish?label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Build and Test Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Test+and+Coverage%22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish%22

.. # Codacy - quality
.. |SHIELD:svg:ProjectModel-codacy-quality| image:: https://img.shields.io/codacy/grade/c2635df20fa840bc85639ca2fa1d9cb4?logo=codacy
Expand Down Expand Up @@ -113,16 +113,6 @@
:height: 22
:target: https://libraries.io/github/edaa-org/pyEDAA.ProjectModel/sourcerank

.. # GHA release
.. |SHIELD:svg:ProjectModel-gha-release| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Release?label=release&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Release Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Release%22
.. |SHIELD:png:ProjectModel-gha-release| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Release?label=release&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Release Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Release%22

.. # PyPI tag
.. |SHIELD:svg:ProjectModel-pypi-tag| image:: https://img.shields.io/pypi/v/pyEDAA.ProjectModel?logo=PyPI
:alt: PyPI - Tag
Expand Down Expand Up @@ -169,16 +159,6 @@
:height: 22
:target: https://requires.io/github/edaa-org/pyEDAA.ProjectModel/requirements/?branch=main

.. # GHA - documentation
.. |SHIELD:svg:ProjectModel-gha-doc| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Documentation?label=Documentation&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Documentation Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Documentation%22
.. |SHIELD:png:ProjectModel-gha-doc| image:: https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.ProjectModel/Documentation?label=Documentation&logo=GitHub%20Actions&logoColor=FFFFFF
:alt: GitHub Workflow - Documentation Status
:height: 22
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Documentation%22

.. # Documentation license
.. |SHIELD:svg:ProjectModel-doc-license| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green
:alt: Documentation License
Expand Down
2 changes: 2 additions & 0 deletions doc/typing/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Static Type Checking Report
###########################
Loading

0 comments on commit 0297043

Please sign in to comment.