Skip to content

Commit 16d267d

Browse files
Merge pull request #17 from forecast-bio/release/v0.3.3b2
release: v0.3.3b2
2 parents 73c404f + fb56a58 commit 16d267d

8 files changed

Lines changed: 935 additions & 3 deletions

File tree

.chainlink/issues.db

0 Bytes
Binary file not shown.

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Copy report to docs
5555
run: |
5656
mkdir -p docs/benchmarks
57-
cp .bench/report.html docs/benchmarks/index.html
57+
cp -f .bench/report.html docs/benchmarks/index.html
5858
5959
- name: Commit updated benchmark docs
6060
run: |

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [0.3.3b2] - 2026-02-04
10+
11+
### Testing
12+
- **Coverage improvements** (92% → 94%): 61 new tests across atmosphere client (swap_commit, model conversion fallbacks), DatasetLoader (HTTP/S3 storage paths, `get_typed`, `to_dataset`, checksum validation), DatasetPublisher (`publish_with_s3`), Redis/Postgres provider label CRUD, Redis schema edge cases (bytes decoding, legacy format), and lexicon loading/validation
13+
14+
### Fixed
15+
- **CI**: Use `cp -f` in bench workflow to avoid interactive prompt on file overwrite
16+
917
## [0.3.3b1] - 2026-02-04
1018

1119
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "atdata"
3-
version = "0.3.3b1"
3+
version = "0.3.3b2"
44
description = "A loose federation of distributed, typed datasets"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)