Skip to content

Commit 0297043

Browse files
authored
v0.3.1
2 parents 3b77fc1 + 752077b commit 0297043

File tree

7 files changed

+135
-44
lines changed

7 files changed

+135
-44
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ def _LatestTagName():
3636
return check_output(["git", "describe", "--abbrev=0", "--tags"], universal_newlines=True).strip()
3737

3838
# The full version, including alpha/beta/rc tags
39-
version = "0.2" # The short X.Y version.
40-
release = "0.2.0" # The full version, including alpha/beta/rc tags.
39+
version = "0.3" # The short X.Y version.
40+
release = "0.3.1" # The full version, including alpha/beta/rc tags.
4141
try:
4242
if _IsUnderGitControl:
4343
latestTagName = _LatestTagName()[1:] # remove prefix "v"

doc/coverage/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Coverage Report
2+
###############

doc/index.rst

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
| |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|
1010
| |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|
11-
| |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|
12-
| |SHIELD:svg:ProjectModel-gha-doc| |SHIELD:svg:ProjectModel-doc-license| |SHIELD:svg:ProjectModel-ghp-doc|
11+
| |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|
12+
| |SHIELD:svg:ProjectModel-doc-license| |SHIELD:svg:ProjectModel-ghp-doc|
1313
1414
.. only:: latex
1515

1616
|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|
1717
|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|
18-
|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|
19-
|SHIELD:png:ProjectModel-gha-doc| |SHIELD:png:ProjectModel-doc-license| |SHIELD:png:ProjectModel-ghp-doc|
18+
|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|
19+
|SHIELD:png:ProjectModel-doc-license| |SHIELD:png:ProjectModel-ghp-doc|
2020

2121
--------------------------------------------------------------------------------
2222

@@ -60,6 +60,20 @@ Use Cases
6060
News
6161
****
6262

63+
.. only:: html
64+
65+
Oct. 2021 - Reading ``*.xpr`` and ``*.pro`` Files
66+
=================================================
67+
68+
.. only:: latex
69+
70+
.. rubric:: Reading ``*.xpr`` and ``*.pro`` Files
71+
72+
* Xilinx Vivado's ``*.xpr`` and OSVVM's ``*.pro`` files can now be read.
73+
* Filesets can be nested.
74+
* The dataset can be validated.
75+
76+
6377
.. only:: html
6478

6579
Sep. 2021 - Extracted ProjectModel from pyIPCMI
@@ -144,6 +158,8 @@ License
144158
:caption: Appendix
145159
:hidden:
146160

161+
coverage/index
162+
typing/index
147163
ChangeLog/index
148164
License
149165
Doc-License

doc/shields.inc

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@
6464
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/network/dependents
6565

6666
.. # GHA test and coverage
67-
.. |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
67+
.. |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
6868
:alt: GitHub Workflow - Build and Test Status
6969
:height: 22
70-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Test+and+Coverage%22
71-
.. |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
70+
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish%22
71+
.. |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
7272
:alt: GitHub Workflow - Build and Test Status
7373
:height: 22
74-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Test+and+Coverage%22
74+
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Unit%20Testing,%20Coverage%20Collection,%20Package,%20Release,%20Documentation%20and%20Publish%22
7575

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

116-
.. # GHA release
117-
.. |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
118-
:alt: GitHub Workflow - Release Status
119-
:height: 22
120-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Release%22
121-
.. |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
122-
:alt: GitHub Workflow - Release Status
123-
:height: 22
124-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Release%22
125-
126116
.. # PyPI tag
127117
.. |SHIELD:svg:ProjectModel-pypi-tag| image:: https://img.shields.io/pypi/v/pyEDAA.ProjectModel?logo=PyPI
128118
:alt: PyPI - Tag
@@ -169,16 +159,6 @@
169159
:height: 22
170160
:target: https://requires.io/github/edaa-org/pyEDAA.ProjectModel/requirements/?branch=main
171161

172-
.. # GHA - documentation
173-
.. |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
174-
:alt: GitHub Workflow - Documentation Status
175-
:height: 22
176-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Documentation%22
177-
.. |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
178-
:alt: GitHub Workflow - Documentation Status
179-
:height: 22
180-
:target: https://github.com/edaa-org/pyEDAA.ProjectModel/actions?query=workflow%3A%22Documentation%22
181-
182162
.. # Documentation license
183163
.. |SHIELD:svg:ProjectModel-doc-license| image:: https://img.shields.io/badge/doc%20license-CC--BY%204.0-green
184164
:alt: Documentation License

doc/typing/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Static Type Checking Report
2+
###########################

0 commit comments

Comments
 (0)