Releases: CDCgov/ixa
Releases · CDCgov/ixa
ixa-v0.1.2
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 toPersonProperty
and changedPersonProperty + 'static
toPersonProperty
everywhere. (#372) - Dependencies are now listed in
[workspace.dependencies]
and inherited in packages that depend on them viamy_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 oftransmute
foru8
toUSState
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 theassert_almost_eq!
macro from statrs@0.18.0 (prec.rs), which are implemented on top of the smallapprox
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
Other
- Dependencies are now listed in
[workspace.dependencies]
and inherited in packages that depend on them viamy_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
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
Changed
- This is the first pre-production release of ixa 0.1.0, see documentation at https://ixa.rs/book