Skip to content

Tags: Bayaola/axispy

Tags

v1.0.0-alpha.4

Toggle v1.0.0-alpha.4's commit message
fix: ensure PyInstaller release workflow checks out correct tag/branc…

…h by explicitly setting checkout ref

v1.0.0-alpha.3

Toggle v1.0.0-alpha.3's commit message
docs: add contributing guidelines and code of conduct

- Add CODE_OF_CONDUCT.md with community standards, enforcement guidelines, and reporting procedures
- Add docs/source/contributing.rst covering development setup, code standards, commit conventions, PR process, and issue tracking
- Add Contributing section to docs/index.rst table of contents
- Include branch naming conventions (feature/, fix/, docs/, refactor/, test/)
- Document conventional commit format with types (feat, fix, docs, style, refactor, test, chore)

v1.0.0-alpha.2

Toggle v1.0.0-alpha.2's commit message
feat: add GitHub Actions workflow for automated Sphinx documentation …

…deployment to GitHub Pages

- Add docs.yml workflow triggered on main branch docs changes and manual dispatch
- Configure Pages permissions and concurrency settings
- Add build job with Python 3.12, pip caching, and Sphinx HTML generation
- Add deploy job to publish built docs to GitHub Pages environment

v1.0.0-alpha.1

Toggle v1.0.0-alpha.1's commit message
fix: update mobile build script to use isolated venv and add cython t…

…o requirements

- Add python3-venv to WSL dependency list in build script comments
- Update build instructions to create ~/.buildozer_venv and install tools there
- Add venv activation check in build script before running buildozer
- Add cython>=3.2.4 to requirements.txt for mobile builds