10000 Releases · CDCgov/ixa · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: CDCgov/ixa

ixa-v0.1.2

10 Jun 13:58
c4166c9
Compare
Choose a tag to compare

Added

  • Added the ixa-fips crate as a member of the workspace.
  • Add prelude (#333)
  • Add disallowed methods to linter - hashmap, hashset (#335)
  • Support multi-property indexes (#309)
  • Improve display of Option in reports (#370)

Fixed

  • subscribe_to_event for derived properties should work even before adding people (#347)

Other

  • Make debugger and web API options with feature flags
  • Narrative-style documentation for the Random module (#361)
  • Add dependabot.yaml. Closes #355. (#356)
  • Added a more helpful error message when a duplicate global property causes a panic. (#373)
  • Added the 'static constraint to PersonProperty and changed PersonProperty + 'static to PersonProperty everywhere. (#372)
  • Dependencies are now listed in [workspace.dependencies] and inherited in packages that depend on them via my_dependency.workspace = true.
  • Workspace members and examples with their own Cargo.toml inherit the values of the fields repository, license, edition, homepage, and authors from the workspace.
  • Use FromRepr instead of transmute for u8 to USState conversion.
  • Added cache to the github build (#348)
  • Use glob pattern for workspace members (#345)
  • Modified workspace members to opt in to workspace lint exceptions.
  • Vendor almost_eq, convergence, and the assert_almost_eq! macro from statrs@0.18.0 (prec.rs), which are implemented on top of the small approx crate.
  • New benchmark action (#326)
  • Add bench=false to benchmarks package (#327)
  • Move integration tests to unpublished sub crate (#320)

ixa-derive-v0.0.2

10 Jun 13:57
c4166c9
Compare
Choose a tag to compare

Other

  • Dependencies are now listed in [workspace.dependencies] and inherited in packages that depend on them via my_dependency.workspace = true.
  • Workspace members and examples with their own Cargo.toml inherit the values of the fields repository, license, edition, homepage, and authors from the workspace.
  • Modified workspace members to opt in to workspace lint exceptions.

ixa-v0.1.1

30 Apr 20:35
47ea77d
Compare
Choose a tag to compare

Added

  • Breakpoint, "next", and "halt" implementation. Fixes #163. (#249)
  • Markdown lint to pre-commit (#298)

Fixed

  • Fix double borrow during property registration (#312)

Other

  • Restored workspace, correct versions to Cargo.toml (#321)
  • Fixed broken include in the Ixa book. Fixes #302. (#306)
  • Updated setup script to use released ixa in cargo (#300)
  • Fixed extra semicolon (#313)
  • Fixed book summary chapters (#319)
  • Integrated Benchmarks Into CI (#215)
  • Added contributor docs (#295)

ixa-v0.1.0

21 Mar 19:55
651b050
Compare
Choose a tag to compare

Changed

  • This is the first pre-production release of ixa 0.1.0, see documentation at https://ixa.rs/book
0