Skip to content

v1.0.9: EconEnv 1.0.9

Pre-release
Pre-release

Choose a tag to compare

@merwanroudane merwanroudane released this 05 Sep 06:20
· 5 commits to main since this release

1.0.9 — 2026-09-05
A documentation release. No code changed; its purpose is a PyPI page whose links work.

Fixed
Every link in the README returned 404 on PyPI. The README is also the PyPI long description, and PyPI resolves a relative link like docs/guide/econenv-guide.pdf against pypi.org/project/econenv// rather than against the repository. All twenty were therefore correct on GitHub and broken for anyone arriving from PyPI — including the User Guide, Examples and Changelog links in the header row.

All twenty are now absolute https://github.com/... URLs, and two tests keep them that way: no relative links may appear in the README, and every repository link must point at a file that exists. The check matches on the link target alone, because a text pattern cannot see badge — which is how the licence badge survived the first pass of the fix.

The released version is now linked from the site hero, both example notebooks and the guide's title page, each deriving the number from the package rather than repeating it.

Published to PyPI: https://pypi.org/project/econenv/1.0.9/