Hi playbg-...@yahoo.com<mailto:playbg-...@yahoo.com>, Thanks for the note. Just to clarify, the project is hosted on TestPyPI and ReadTheDocs—both of which are third-party platforms I don’t control. If you're seeing a cookie requirement, it's likely due to ReadTheDocs’ GDPR compliance banner, especially if you're browsing from the EU or UK. Unfortunately, I can’t alter the behavior of those sites or offer browser support, but the core of the package (code and installation instructions) is available on TestPyPI: 🔗 https://test.pypi.org/project/gnubg/ If you're unable to access the documentation and would still like to review the API or internals, you could download the source code from the GitHub Repository<https://github.com/reayd-falmouth/gnubg-nn-pypi>. Thanks again for taking the time to look at this—your feedback is appreciated. Best, David
________________________________ From: MK <playbg-...@yahoo.com> Sent: Thursday, May 22, 2025 3:02 AM To: DAVID REAY <dr323...@falmouth.ac.uk>; bug-gnubg@gnu.org <bug-gnubg@gnu.org> Subject: Re: Initial Release of gnubg on TestPyPI CAUTION: This email originated from outside of the organisation. Do not click links or open attachments unless you recognise the sender and know the content is safe. Can't open page. Why does your page require cookies when test.pypi.org doesn't? On 5/20/2025 12:44 AM, DAVID REAY wrote: Dear all, I’ve completed the initial implementation of the gnubg Python package and published it to TestPyPI: 🔗 https://test.pypi.org/project/gnubg/ This builds upon the existing pygnubg program by Joseph Heled wraps the GNUBG neural network evaluation engine and exposes it to Python3 as a module installed via pip. The project is now in a reviewable state, and I’d welcome your feedback before progressing to a full PyPI release. What's Included * ⚙️ Prebuilt binary wheels for Python 3 on: * Linux (manylinux) * macOS (Intel and ARM) * Windows * 🐍 Pythonic API using snake_case naming conventions * 🔬 Core evaluation and board utilities ported from the GNUBG C++ codebase * ❗ training.cc from the original py/ directory is not yet ported * 🧪 Basic test suite included * 🔄 CI/CD workflows for building and testing (GitHub Actions) * 🚨 Linting is still failing – currently being addressed * 📚 API documentation is in progress https://gnubg.readthedocs.io/en/latest/ AI Code Generation A significant portion of the code, documentation, and DevOps work was generated with the assistance of generative AI tools, including: * GPT-4o and o4-mini-high via OpenAI ChatGPT All outputs were reviewed and curated, but please be aware that some mistakes may still exist. ________________________________ Please take a look and let me know if there’s anything you’d like changed or added. I’ll be happy to adjust the structure, naming, or packaging details based on your feedback. Thanks again, David Reay