Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.29.0 #79

Merged
merged 24 commits into from
Sep 26, 2024
Merged

v0.29.0 #79

merged 24 commits into from
Sep 26, 2024

Conversation

Paebbels
Copy link
Member

@Paebbels Paebbels commented Jun 8, 2024

New Features

Changes

  • Bumped dependencies.
  • Added Nullable if a parameter has a default value of None.
    Older versions implicitly inferred nullable/optional, but new version if mypy request it explicitly.
  • Changed many properties from @property to @readonly.
  • Added and improved usage of parent parameter to be forwarded down to ModelEntity.

Bug Fixes

Documentation

  • Enhanced layout by CSS overrides.
  • Added doc-strings to many methods.
  • Described algorithms of:
    • AddDocument
    • IterateDesignUnits
    • IndexDeclaredItems
    • Analyze
    • AnalyzeDependencies
    • AnalyzeObjects
    • CreateDependencyGraph
    • CreateCompileOrderGraph
    • LinkArchitectures
    • LinkPackageBodies
    • IndexPackages
    • IndexPackageBodies
    • IndexEntities
    • IndexArchitectures
    • CreateHierarchyGraph
    • IterateDocumentsInCompileOrder

Related PRs:

@Paebbels Paebbels self-assigned this Jun 8, 2024
@Paebbels Paebbels added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Jul 29, 2024
@Paebbels
Copy link
Member Author

Discussion from #84:

I dont have any other planned things to push to this repo for now. If you could create a release, I can ensure the PR to GHDL updates the version required. Do you have a preference on which branch of GHDL I use as a base? I would assume I should use your updated-tests branch since it should work with the updates in this repo?

OK, I'll create a release.


I need to check for a good GHDL base. I'm a bit out of sync. One I have that long ongoing side branch with some failing tests, because GHDL added more features to the sanity checking files - but pyGHDL.DOM can't handle it. OTOH, I'm working on a new pipeline, which was also forced to integrate some changes due to pyTooling v6.x.x.

I suspect I should get the pipeline rework merged and then update/rebase my other branch.

@Paebbels Paebbels marked this pull request as ready for review September 26, 2024 20:50
@Paebbels Paebbels merged commit 8ac0644 into main Sep 26, 2024
29 checks passed
@Paebbels Paebbels deleted the dev branch September 26, 2024 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
2 participants