This request includes a number of trigonometric improvements as well as new units for Time. Many thanks to adamreichold and Aehmlo for pull requests included and issues resolved in this release.
Added
#182 Add inverse trigonometric functions to Ratio (acos, acosh, asin, asinh, atan, atanh) and Angle (atan2).
#186 Make hypot available for all quantities, not just Length.
#187 [Breaking] Change trigonometric functions to return Ratio instead of the underlying storage type so that identities like x.sin().asin() == x are well-typed.
This request includes a number of trigonometric improvements as well as new units for Time.
Many thanks to adamreichold and
Aehmlo for pull requests included and issues resolved in this
release.
Added
#182 Add inverse trigonometric functions to
Ratio (acos, acosh, asin, asinh, atan, atanh) and Angle (atan2).
#186 Make hypot available for all quantities,
not just Length.
#187 [Breaking] Change trigonometric functions to
return Ratio instead of the underlying storage type so that identities like
x.sin().asin() == x are well-typed.
[v0.27.0] — 2020-02-14
This release adds a number of quantities.
Added
#167CatalyticActivity,
CatalyticActivityConcentration, MassConcentration, and MolarConcentration quantities added.
Increase minimum supported rustc version to 1.31.0. Required to because of backwards
incompatibilities with Cargo.tomledition keyword. cfg-if introducted the keyword in a
minor version update and other issues with the keyword prompted the update.
[v0.25.0] — 2019-08-12
This release includes the long-requested Information and InformationRate quantities as well as
support for i128/u128 as underlying storage types. A number of documentation updates, including
for the 9th edition of the SI, are also included.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Updates the requirements on uom to permit the latest version.
Release notes
Sourced from uom's releases.
Changelog
Sourced from uom's changelog.
Commits
e11648f
Release v0.28.0.0980882
Movehypot
function fromquantity!
intosystem!
.5883e7c
Add#[allow(non_camel_case_types)]
onUnits
's base quantity associated ty...861e080
Merge pull request #186 from adamreichold/generic-hypot3fff032
Make hypot available for all quantities instead of just SI lengthsafd4e51
Merge pull request #187 from adamreichold/ratio-for-trig-functionsad13c77
Change trigonometric functions to return ratio instead of bare values s.t. id...bdb7372
Merge pull request #184 from adamreichold/inverse-trigonometric-functionsb62908d
Implement inverse trigonometric functions from ratio to angle.4fceafc
Merge pull request #183 from adamreichold/misplaced-doc-commentDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)