Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,34 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0-beta2.4](https://github.com/CDCgov/ixa/compare/ixa-v2.0.0-beta2.3...ixa-v2.0.0-beta2.4) - 2026-05-19

### Added

- add `sample_single_excluding`and `EntitySet::sample_entity_excluding` ([#877](https://github.com/CDCgov/ixa/pull/877))
- Add benchmark chart toggles for y-axis starting at 0.0, outlier clipping ([#875](https://github.com/CDCgov/ixa/pull/875))

### Fixed

- make IxaError compatible with anyhow ([#912](https://github.com/CDCgov/ixa/pull/912))

### Other

- update action versions (cache, mise) ([#913](https://github.com/CDCgov/ixa/pull/913))
- add timeout for playwright browser install ([#902](https://github.com/CDCgov/ixa/pull/902))
- reference sir with EntityMap ([#895](https://github.com/CDCgov/ixa/pull/895))
- Make rand usage deterministic and disable default features ([#905](https://github.com/CDCgov/ixa/pull/905))
- impl Deserialize for properties ([#899](https://github.com/CDCgov/ixa/pull/899))
- Consistent Ixa capitalization ([#896](https://github.com/CDCgov/ixa/pull/896))
- handle new Criterion benchmarks in CI ([#894](https://github.com/CDCgov/ixa/pull/894))
- Properties chapter of the Ixa Book ([#866](https://github.com/CDCgov/ixa/pull/866))
- bump release-plz/action from 0.5.128 to 0.5.129 ([#885](https://github.com/CDCgov/ixa/pull/885))
- remove double vaidate on add global prop ([#891](https://github.com/CDCgov/ixa/pull/891))
- Update several dependencies ([#880](https://github.com/CDCgov/ixa/pull/880))
- Remove progress bar feature ([#879](https://github.com/CDCgov/ixa/pull/879))
- fetch benchmark history with raw GitHub media type ([#882](https://github.com/CDCgov/ixa/pull/882))
- Refactor `global_properties` to use the registry pattern ([#873](https://github.com/CDCgov/ixa/pull/873))

## [2.0.0-beta2.3](https://github.com/CDCgov/ixa/compare/ixa-v2.0.0-beta2.2...ixa-v2.0.0-beta2.3) - 2026-05-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ rkyv = "^0.8.15"

[package]
name = "ixa"
version = "2.0.0-beta2.3"
version = "2.0.0-beta2.4"
rust-version = "1.88.0"
description = "A framework for building agent-based models"
repository.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions ixa-fips/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.5](https://github.com/CDCgov/ixa/compare/ixa-fips-v0.1.4...ixa-fips-v0.1.5) - 2026-05-19

### Other

- update Cargo.toml dependencies

## [0.1.4](https://github.com/CDCgov/ixa/compare/ixa-fips-v0.1.3...ixa-fips-v0.1.4) - 2025-12-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion ixa-fips/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "ixa-fips"
description = "A library for efficiently working with FIPS region codes"
version = "0.1.4"
version = "0.1.5"
repository.workspace = true
license.workspace = true
edition.workspace = true
Expand Down