Skip to content

Release 0.0.2 and add release instructions#208

Merged
jeffcarp merged 2 commits intokeras-team:mainfrom
jeffcarp:release-0.0.2
Apr 23, 2026
Merged

Release 0.0.2 and add release instructions#208
jeffcarp merged 2 commits intokeras-team:mainfrom
jeffcarp:release-0.0.2

Conversation

@jeffcarp
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request documents the release process for PyPI, updates the package version to 0.0.2, and configures release dependencies in pyproject.toml. Feedback was provided regarding the use of absolute local file paths in the documentation, which should be replaced with relative paths to ensure the links work for all contributors.

Comment thread docs/contributing.md Outdated
Comment on lines +121 to +122
- [pyproject.toml](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/pyproject.toml)
- [version.py](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/kinetic/version.py)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The links to pyproject.toml and version.py use absolute local file paths (file:///usr/local/...), which will only work on your local machine. These should be updated to use relative paths so they work for all contributors on GitHub.

Suggested change
- [pyproject.toml](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/pyproject.toml)
- [version.py](file:///usr/local/google/home/jeffcarp/gh/jeffcarp/kinetic/kinetic/version.py)
- [pyproject.toml](../pyproject.toml)
- [version.py](../kinetic/version.py)
References
  1. Demand Robustness: Do not accept fragile code. Absolute local paths in documentation are fragile as they only work in a specific environment. (link)

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@45967d1). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #208   +/-   ##
=======================================
  Coverage        ?   90.51%           
=======================================
  Files           ?       67           
  Lines           ?    10144           
  Branches        ?        0           
=======================================
  Hits            ?     9182           
  Misses          ?      962           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jeffcarp jeffcarp merged commit 69501e7 into keras-team:main Apr 23, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants