·
6 commits
to main
since this release
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)