v1.0.5.post1
v1.0.5.post1: Apache 2.0 license and contribution policy.
This post-release ships three foundation pieces before the public
launch:
The Apache 2.0 license. The pyproject and README had declared MIT
for 12 milestones but the LICENSE text was never present at the
repo root. v1.0.5.post1 ships the first LICENSE file at the repo
root, with the declared license switched to Apache 2.0 in the
same motion. Reasons: explicit patent grant (MIT lacks this;
matters for a framework with novel architectural ideas), standard
for institutional projects, legally precise on contribution and
notice requirements. PEP 639 SPDX metadata; LICENSE and NOTICE
land under dist-info/licenses/ in the wheel.
The CONTRIBUTING.md policy. Issues-first contribution policy.
Doc PRs welcome directly. Code PRs maintainer-only until the
contributor community matures. Policy will relax in 3-6 months
based on actual contribution patterns.
Issue templates and config. Three structured templates (bug
report, feature request, question) under .github/ISSUE_TEMPLATE/,
plus a config.yml that disables blank issues and points
contributors at the docs first.
CONTRACT v1.0.5.post1 amendment documents the license change and
the contribution policy.
This is the last release before public launch.
See CHANGELOG.md for full notes.