File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ The library is designed as a **foundational kernel** rather than a ready-to-use
1414
1515> ** Project status**
1616> PySATL Core is currently in ** early alpha** .
17- > It is not published to PyPI yet. After the first alpha release, the package
18- > will be installable with ` pip install pysatl-core ` .
17+ > The public API may change between alpha releases.
1918
2019---
2120
@@ -51,13 +50,16 @@ The library is designed as a **foundational kernel** rather than a ready-to-use
5150
5251## Installation
5352
54- After the first PyPI release :
53+ Install from PyPI:
5554
5655``` bash
5756pip install pysatl-core
5857```
5958
60- Until then, install from source.
59+ Linux wheels are not published yet. On Linux, ` pip ` builds the package from the
60+ source distribution and requires a working C toolchain.
61+
62+ For development, install from source.
6163
6264Clone the repository:
6365
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ Changelog
44Unreleased
55----------
66
7+ Version 0.1.0a0 (Alpha) - 2026-05-10
8+ ------------------------------------
9+
710* Prepared package metadata for the first alpha publication.
811* Added package build, wheel installation, and binary extension smoke checks.
912* Switched the UNU.RAN binding build to compile vendored sources into the CFFI
1013 extension.
11-
12- Version 0.0.1a0 (Alpha, planned)
13- ---------------------------------
14-
1514* Initial release with core functionality
1615* Basic distribution framework
1716* Family system for parametric distributions
Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ Installation
33
44.. note ::
55
6- PySATL Core is currently in an early alpha stage and is not published to
7- PyPI yet. After the first alpha release, the package will be installable with
8- ``pip install pysatl-core ``.
6+ PySATL Core is currently in an early alpha stage. The public API may change
7+ between alpha releases.
98
109From PyPI
1110---------
1211
13- After the first release, install the package with:
12+ Install the package with:
1413
1514.. code-block :: bash
1615
1716 pip install pysatl-core
1817
19- Until then, use a source checkout.
18+ Linux wheels are not published yet. On Linux, ``pip `` builds the package from
19+ the source distribution and requires a working C toolchain.
2020
2121Clone the repository
2222--------------------
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ requires = [
88
99[tool .poetry ]
1010name = " pysatl-core"
11- version = " 0.0.1a0 "
11+ version = " 0.1.0a0 "
1212description = " Computation core for PySATL"
1313readme = " README.md"
1414license = " MIT"
You can’t perform that action at this time.
0 commit comments