Merged
Conversation
Updates project name from Name Visualizer to Encoderize. This change reflects a broader scope of functionality, encompassing various encoding methods for generating visual representations of text. Updates documentation, CLI entry point, package name, tests, and setup configuration to reflect the new name. Also bumps the minimum Python version to 3.8.
Moves issue and PR templates out of workflows The issue and pull request templates are not workflow specific and should reside in the root .github directory. This change moves them to the appropriate location.
Renames the workflow to "Python Encoderize" and adds a step to upload coverage reports to Codecov. This enhances the CI process by integrating coverage tracking.
Adds support for multiple Python versions (3.9, 3.10, 3.11) using a matrix strategy. Updates the setup step to cache pip dependencies and includes coverage report generation with pytest. This improves the CI process by ensuring compatibility across different Python versions and integrating coverage tracking. Enhances Python CI workflow Adds support for multiple Python versions (3.9, 3.10, 3.11) using a matrix strategy. Caches pip dependencies to speed up the CI process. Includes coverage report generation with pytest and uploads to Codecov. This improves CI by ensuring compatibility across different Python versions and integrating coverage tracking.
…overage report handling Changes the Codecov action version to v5 and updates the upload step to include the necessary token and slug for better integration. This enhances the coverage reporting process in the CI workflow.
Adds Python 3.8 to the matrix of supported versions in the CI workflow, ensuring compatibility with an earlier version of Python.
Modifies the setuptools requirement to specify version constraints based on Python version, ensuring compatibility with Python 3.8.
Restricts the push branch to main in the GitHub Actions workflow to prevent accidental deployments from other branches. Adds "License :: OSI Approved :: MIT License" classifier to setup.py to clarify the project's licensing.
…lude 3.12 and 3.13 Expands the supported Python versions in the CI workflow to include 3.12 and 3.13, ensuring compatibility with the latest Python releases.
…thon compatibility Updates the coverage package requirements to specify different versions based on the Python version, ensuring compatibility with Python 3.8
…thon compatibility Modifies the docutils package requirements to specify different versions based on the Python version, ensuring compatibility with Python 3.8
…hon compatibility Modifies the keyring package requirements to specify different versions based on the Python version, ensuring compatibility with Python 3.8
…on compatibility Modifies the pillow package requirements to specify different versions based on the Python version, ensuring compatibility with Python 3.8
Adds a new job to the CI workflow that runs flake8 to lint the code. Also adds a version constraint for setuptools to ensure compatibility with Python 3.8
…thon compatibility Modifies the treepoem package requirements to specify different versions based on the Python version, ensuring compatibility with Python 3.8
Refactors the GitHub Actions workflow to enhance the linting and testing process. This includes setting up Python, installing dependencies, and running flake8 for linting and pytest for testing with coverage reporting. The changes ensure a more structured and efficient CI pipeline.
Changes the Python version in the GitHub Actions workflow from '3.x' to '3.13' to ensure the CI pipeline uses the latest stable release.
Introduces a new CONTRIBUTING.md file to guide users on reporting bugs, suggesting enhancements, and submitting pull requests. Updates the README.md to improve formatting, enhance feature descriptions, and clarify usage instructions, including example visualizations and options for generating outputs.
* feat(docs): add centered logo and improve README layout - Add Encoderize logo centered at top of README - Center status badges using HTML alignment Co-authored-by: Cursor <cursoragent@cursor.com> * chore: update .gitignore to exclude svg_out directory - Added svg_out*/ to .gitignore to prevent SVG output files from being tracked. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
* docs: add security policy and vulnerability reporting guidelines * feat: add dark mode logo support to README * docs: add release process documentation for maintainers * chore: centralize version management in __init__.py * chore: add CODEOWNERS file to define repository ownership * chore: update .gitignore to exclude editor and environment files
* feat: enhance CI/CD workflows for package building and release - Added a new job to the Python CI workflow for building the package and uploading artifacts. - Introduced a new release workflow for publishing to PyPI and creating GitHub releases upon version tag pushes. - Updated Python version to 3.13 in the CI workflow for compatibility with the latest features. * fix(release): inherit secrets when calling CI workflow Co-authored-by: Hayden MacIntyre <DrWheelicus@users.noreply.github.com> * chore(release): update job dependencies in release workflow Modified the 'github-release' job to depend on both 'ci' and 'publish-pypi' jobs, ensuring that the release process waits for successful completion of both prior jobs before proceeding. --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Hayden MacIntyre <DrWheelicus@users.noreply.github.com>
Resolves conflicts in CONTRIBUTING.md and README.md by keeping the more comprehensive dev branch content (logo, release instructions) while incorporating setuptools version updates from main.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This is the final PR Bugbot will review for you during this billing cycle
Your free Bugbot reviews will reset on March 31
Details
You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.
To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR merges all accumulated changes from the dev branch into main, preparing for the next release. This includes enhanced CI/CD workflows, comprehensive documentation improvements, and the project rename to Encoderize.
Type of Change
Checklist
How Has This Been Tested?
Key Changes in This Release
Additional Context
This PR includes 29 commits from the dev branch that have been tested and verified through CI.
Note
Medium Risk
Moderate risk because it introduces automated publishing and release workflows; mistakes could publish broken or unintended artifacts, though runtime library code is largely unchanged.
Overview
Adds release infrastructure: CI workflow
python-app.ymlis now reusable viaworkflow_calland producesdist/artifacts (sdist/wheel) after lint/tests, and a new tag-triggeredrelease.ymlpublishes those artifacts to PyPI via trusted publishing and creates a GitHub Release.Project maintenance polish: introduces
.github/CODEOWNERS, adds aSECURITY.mdpolicy, expandsCONTRIBUTING.mdwith release instructions, refreshesREADME.mdlayout/assets, updates.gitignore, and changessetup.pyto read the package version fromencoderize/__init__.pyinstead of a hardcoded string.Written by Cursor Bugbot for commit 1c9cbe1. This will update automatically on new commits. Configure here.