Skip to content

Commit 94cb552

Browse files
committed
Release v0.1.0
1 parent 6b3d54a commit 94cb552

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [0.1.0] - 2026-04-19
99

1010
### Added
1111
- `sample_size`: two-sample sample size / MDE / power calculations.

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
> Small, well-tested utilities for online controlled experiments.
44
55
![CI](https://github.com/wavde/experiment-toolkit/actions/workflows/ci.yml/badge.svg)
6-
![Python](https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12-blue)
6+
[![PyPI](https://img.shields.io/pypi/v/experiment-toolkit.svg)](https://pypi.org/project/experiment-toolkit/)
7+
[![Python](https://img.shields.io/pypi/pyversions/experiment-toolkit.svg)](https://pypi.org/project/experiment-toolkit/)
78
![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)
89

910
## What's inside
@@ -20,10 +21,14 @@ Every function is tested, typed, and has a reference to the paper it implements.
2021
## Install
2122

2223
```bash
23-
pip install git+https://github.com/wavde/experiment-toolkit.git
24+
pip install experiment-toolkit
2425
```
2526

26-
A PyPI release is planned; installation via `pip install experiment-toolkit` will be documented once published.
27+
Or from source:
28+
29+
```bash
30+
pip install git+https://github.com/wavde/experiment-toolkit.git
31+
```
2732

2833
## Quick start
2934

0 commit comments

Comments
 (0)