Skip to content

Commit 794368c

Browse files
committed
chore(release): prepare 0.1.0a0
1 parent b18acf8 commit 794368c

4 files changed

Lines changed: 15 additions & 14 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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
5756
pip 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

6264
Clone the repository:
6365

docs/source/changelog.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ Changelog
44
Unreleased
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

docs/source/user_guide/installation.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

109
From 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

2121
Clone the repository
2222
--------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88

99
[tool.poetry]
1010
name = "pysatl-core"
11-
version = "0.0.1a0"
11+
version = "0.1.0a0"
1212
description = "Computation core for PySATL"
1313
readme = "README.md"
1414
license = "MIT"

0 commit comments

Comments
 (0)