Skip to content

release: multiple packages updated #794

Merged
cdc-as81 merged 1 commit intomainfrom
release-plz-2026-02-23T05-22-52Z
Feb 26, 2026
Merged

release: multiple packages updated #794
cdc-as81 merged 1 commit intomainfrom
release-plz-2026-02-23T05-22-52Z

Conversation

@ext-cfa-ixa-release
Copy link
Contributor

🤖 New release

  • ixa-derive: 2.0.0-beta -> 2.0.0-beta.1
  • ixa: 2.0.0-beta1 -> 2.0.0-beta1.1 (✓ API compatible changes)
Changelog

ixa-derive

2.0.0-beta.1 - 2026-02-23

Other

  • Faster precommit (#764)

ixa

2.0.0-beta1.1 - 2026-02-23

Added

Fixed

  • Implement PropertyList and Query for tuples of size up to 20 (#789)
  • check_criterion_regressions reports different stats from criterion (#785)
  • Fixed mise docs task to use regular target directory (#780)
  • Updated the example in the Ixa Book to use event.current (#758)

Other

  • (deps) bump qs in /integration-tests/ixa-wasm-tests (#777)
  • Tweaks to Your First Model (#787)
  • Refactor IxaError to use thiserror (#768)
  • Improve examples (#775)
  • parallelize check-test workflow (#781)
  • improve benchmarks workflow (#778)
  • improve cache (#776)
  • Small improvements to book (#719)
  • add benchmarks history tracking (#765)
  • Corrected then instead of them (#772)
  • Sampling algorithms now use nth method. Fixes Use Iterator::nth() for reservoir sampling algorithms. #667. (#760)
  • Faster precommit (#764)
  • added links and getstarted to homepage (#767)
  • add mise precommit hook for Conventional Commits (#752)
  • Make default mise targets rust only


This PR was generated with release-plz.

@github-actions
Copy link

Benchmark Results

Hyperfine

Command Mean [ms] Min [ms] Max [ms] Relative
large_sir::baseline 2.9 ± 0.0 2.8 3.1 1.00
large_sir::entities 14.0 ± 0.3 13.6 15.0 4.80 ± 0.13

Criterion

Regressions (slower)
Group Bench Param Change CI Lower CI Upper
sampling sampling_multiple_l_reservoir_entities 15.526% 13.225% 17.844%
large_dataset bench_match_entity 7.794% 7.042% 8.786%
counts multi_property_unindexed_entities 5.968% 5.180% 6.859%
counts single_property_indexed_entities 3.977% 3.634% 4.320%
sample_entity sample_entity_single_property_unindexed 10000 3.914% 3.081% 4.686%
sample_entity sample_entity_single_property_indexed 10000 3.768% 3.168% 4.281%
large_dataset bench_query_population_derived_property_entities 3.138% 2.536% 3.741%
sampling sampling_single_unindexed_entities 2.823% 2.333% 3.306%
sample_entity sample_entity_multi_property_indexed 100000 2.590% 1.985% 3.227%
indexing query_people_multiple_individually_indexed_properties_entities 2.104% 1.862% 2.422%
sample_entity sample_entity_multi_property_indexed 1000 1.934% 1.441% 2.324%
algorithm_benches algorithm_sampling_multiple_known_length 1.747% 1.195% 2.137%
sample_entity sample_entity_single_property_unindexed 1000 1.625% 1.129% 2.113%
indexing query_people_single_indexed_property_entities 1.624% 1.268% 1.900%
sampling sampling_multiple_unindexed_entities 1.121% 1.060% 1.180%
Improvements (faster)
Group Bench Param Change CI Lower CI Upper
large_dataset bench_filter_unindexed_entity -8.807% -13.095% -4.203%
indexing query_people_count_indexed_multi-property_entities -7.349% -7.952% -6.462%
indexing query_people_indexed_multi-property_entities -6.114% -6.987% -5.312%
large_dataset bench_query_population_multi_unindexed_entities -4.384% -6.087% -2.765%
sampling sampling_single_l_reservoir_entities -3.858% -4.455% -3.411%
large_dataset bench_query_population_multi_indexed_entities -2.146% -2.614% -1.645%
Unchanged / inconclusive (CI crosses 0%)
Group Bench Param Change CI Lower CI Upper
large_dataset bench_filter_indexed_entity -9.011% -20.745% 2.827%
large_dataset bench_query_population_property_entities 3.498% -0.513% 7.939%
algorithm_benches algorithm_sampling_multiple_l_reservoir 1.352% 0.965% 1.827%
sample_entity sample_entity_whole_population 1000 -1.326% -1.712% -0.935%
sample_entity sample_entity_whole_population 10000 1.274% 0.846% 1.714%
indexing with_query_results_indexed_multi-property_entities 1.180% 0.335% 1.918%
counts multi_property_indexed_entities -1.117% -1.840% -0.350%
indexing with_query_results_multiple_individually_indexed_properties_enti -1.097% -1.243% -0.959%
large_dataset bench_query_population_indexed_property_entities -0.898% -1.140% -0.662%
sampling sampling_multiple_known_length_entities 0.867% 0.094% 1.557%
sample_entity sample_entity_single_property_indexed 100000 -0.749% -1.390% -0.095%
counts index_after_adding_entities -0.651% -1.044% -0.025%
sample_entity sample_entity_multi_property_indexed 10000 -0.588% -0.986% -0.166%
indexing query_people_count_single_indexed_property_entities 0.489% 0.245% 0.729%
sample_entity sample_entity_whole_population 100000 0.450% 0.088% 0.867%
examples example-basic-infection 0.409% -0.129% 0.956%
indexing query_people_count_multiple_individually_indexed_properties_enti -0.300% -0.507% -0.129%
algorithm_benches algorithm_sampling_single_l_reservoir 0.262% 0.131% 0.379%
examples example-births-deaths -0.252% -0.547% 0.057%
algorithm_benches algorithm_sampling_single_rand_reservoir -0.223% -0.685% 0.140%
indexing with_query_results_single_indexed_property_entities -0.192% -0.654% 0.176%
sampling sampling_single_known_length_entities 0.163% -0.531% 0.765%
sample_entity sample_entity_single_property_unindexed 100000 -0.154% -0.567% 0.219%
counts single_property_unindexed_entities -0.151% -0.824% 0.462%
algorithm_benches algorithm_sampling_single_known_length 0.083% -0.203% 0.532%
sample_entity sample_entity_single_property_indexed 1000 0.011% -0.992% 0.851%
counts reindex_after_adding_more_entities -0.005% -0.167% 0.159%

github-actions bot added a commit that referenced this pull request Feb 23, 2026
Copy link
Collaborator

@cdc-as81 cdc-as81 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cdc-as81 cdc-as81 merged commit 286392c into main Feb 26, 2026
20 checks passed
@cdc-as81 cdc-as81 deleted the release-plz-2026-02-23T05-22-52Z branch February 26, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ValueCountIndex: Light weight index for tracking counts of property values Use Iterator::nth() for reservoir sampling algorithms.

1 participant