Skip to content

Releases: CDCgov/ixa

ixa-v2.0.0-beta2.3

05 May 13:59
1d35588

Choose a tag to compare

Added

  • Introduce EntityMap, EntityVec (#863)
  • SourceSet::PopulationRange subsumes Empty, Entity, and WholePopulation variants (#854)
  • implement Eq and Hash for Property (#848)

Fixed

  • reject type aliases in define_multi_property! (#852)

Other

  • Replace ValueVec with Vec in PropertyValueStoreCore implementation (#861)
  • migrate all queries and add_entity calls to use with! syntax. (#856)
  • (deps) bump follow-redirects in /integration-tests/ixa-wasm-tests (#845)
  • bump actions/upload-pages-artifact from 4 to 5 (#850)

ixa-derive-v2.0.0-beta.2

05 May 13:59
1d35588

Choose a tag to compare

Added

  • implement Eq and Hash for Property (#848)

ixa-v2.0.0-beta2.2

20 Apr 14:56
8604bfa

Choose a tag to compare

Added

  • Optimize set_property if dependent does not need partial change-event processing (#844)

Other

  • turn off profiling by default (#842)
  • add clone support for entityset (#837)

ixa-v2.0.0-beta2.1

07 Apr 14:11
43a69a5

Choose a tag to compare

Added

  • smallvec and smallbox optimization in set_property (#835)

Other

  • remove debugger (#828)
  • bump actions/deploy-pages from 4 to 5 (#830)
  • bump actions/configure-pages from 5 to 6 (#831)

ixa-v2.0.0-beta2

23 Mar 17:15
d98a7f5

Choose a tag to compare

Added

  • gate execution stats and plan queue tracking behind profiling feature (#817)
  • Add execution statistics for max plans in flight and plan queue memory usage (#815)
  • Incidence tracking
  • Removed RefCell from indexes (#799)
  • EntitySet and EntitySetIterator (#786)

Fixed

  • use web worker compatible timing strategy for wasm (#820)
  • global property validation now returns type erased boxed error (#811)

Other

  • Added handling errors (#809)
  • bump release-plz/action from 0.5.127 to 0.5.128 (#807)
  • Negative time (#803)
  • bump release-plz/action from 0.5.126 to 0.5.127 (#774)
  • bump actions/download-artifact from 6 to 8 (#800)
  • bump actions/upload-artifact from 6 to 7 (#801)

ixa-v2.0.0-beta1.1

26 Feb 18:17
286392c

Choose a tag to compare

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 #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

ixa-derive-v2.0.0-beta.1

26 Feb 18:17
286392c

Choose a tag to compare

Other

  • Faster precommit (#764)

ixa-v2.0.0-beta1

09 Feb 23:00

Choose a tag to compare

  • Added entities implementation and removed people module.

ixa-v1.0.0

09 Feb 17:39
cd2e037

Choose a tag to compare

Final release of v1 (with people API) before entities is released (with v2).

ixa-derive-v2.0.0-beta

09 Feb 22:59

Choose a tag to compare

  • Added entities implementation and removed people module