Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uom from 0.33.0 to 0.34.0 #20

Open
wants to merge 1 commit into
base: canary
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2023

Bumps uom from 0.33.0 to 0.34.0.

Release notes

Sourced from uom's releases.

v0.34.0

This release adds a significant number of new quantities and units as well as a few minor fixes.

Many thanks to adamreichold, calbaker, Eagle941, jossriLDR, swaits, Uzaaft werdahias, and zdimension for pull requests included and issues resolved in this release. Special thanks to crystal-growth for the thirty nine pull requests included in this release.

Added

  • #318 Add particle units to AmountOfSubstance, CatalyticActivity, CatalyticActivityConcentration, MolarConcentration, MolarEnergy, and MolarHeatCapacity quantities.
  • #319 Add MolarFlux quantity.
  • #322 Add DiffusionCoefficient quantity.
  • #323 Add DynamicViscosity quantity.
  • #324 Add atomic units of energy, mass, length, electric charge, and current.
  • #325 Add Action quantity.
  • #326 Add ElectricField quantity.
  • #327 Add ElectricDipoleMoment and ElectricQuadrupoleMoment quantities.
  • #329 Add ElectricalMobility quantity.
  • #330 Add ElectricalResistivity quantity.
  • #331 Add ElectricalConductivity quantity.
  • #332 Add ElectricPermittivity quantity.
  • #333 Add ElectricCurrentDensity quantity.
  • #334 Add ArealNumberDensity, LinearNumberDensity, and VolumetricNumberDensity quantities.
  • #335 Add ReciprocalLength quantity.
  • #336 Add MassFlux quantity.
  • #337 Add MagneticPermeability quantity.
  • #339 Add ArealNumberRate, LinearNumberRate, and VolumetricNumberRate quantities.
  • #341 Add ArealMassDensity, LinearMassDensity, and VolumetricMassDensity quantities.
  • #342 Add SurfaceElectricCurrentDensity quantity.
  • #343 Add MagneticMoment quantity.
  • #344 Add ElectricChargeArealDensity, ElectricChargeLinearDensity, and ElectricChargeVolumetricDensity quantities.
  • #345 Add ElectricDisplacementField quantity.
  • #346 Add MagneticFieldStrength quantity.
  • #347 Add MolarVolume quantity.
  • #348 Add ElectricFlux quantity.
  • #349 Add TemperatureGradient quantity.
  • #350 Add LinearPowerDensity and VolumetricPowerDensity quantities as well as additional HeatFluxDensity units.
  • #351 Add standard_gravity unit to Acceleration.
  • #352 Add SpecificArea and SpecificVolume quantities.
  • #353 Add boltzmann_constant unit to HeatCapacity and molar_gas_constant unit to MolarHeatCapacity.
  • #354 Add TemperatureCoefficient quantity.
  • #355 Add ArealDensityOfStates, LinearDensityOfStates, and VolumetricDensityOfStates quantities.
  • #356 Add MomentOfInertia quantity.
  • #358 Add molar flow rate units to AmountOfSubstance and CatalyticActivity.
  • #361 Add atomic_unit_of_velocity, natural_unit_of_velocity and speed_of_light_in_vacuum units to Velocity.
  • #368 Add quantities for Radioactivity, MolarRadioactivity, and SpecificRadioactivity as well as additional VolumetricNumberRate units.
  • #369 Add VolumetricHeatCapacity quantity as well as additional HeatCapacity and SpecificHeatCapacity units.
  • #370 Add Molality quantity.
  • #388 Add FrequencyDrift quantity.
  • #396 Add SpecificPower quantity.
  • #399 Add liter per minute unit to VolumeRate and newton per square millimeter unit to Pressure.
  • #405 Add ton_per_minute, ton_per_hour, and ton_per_day units to MassRate.
  • #408 Add ThermalConductance quantity.

... (truncated)

Changelog

Sourced from uom's changelog.

[v0.34.0] — 2022-10-26

This release adds a significant number of new quantities and units as well as a few minor fixes.

Many thanks to adamreichold, calbaker, Eagle941, jossriLDR, swaits, Uzaaft werdahias, and zdimension for pull requests included and issues resolved in this release. Special thanks to crystal-growth for the thirty nine pull requests included in this release.

Added

  • #318 Add particle units to AmountOfSubstance, CatalyticActivity, CatalyticActivityConcentration, MolarConcentration, MolarEnergy, and MolarHeatCapacity quantities.
  • #319 Add MolarFlux quantity.
  • #322 Add DiffusionCoefficient quantity.
  • #323 Add DynamicViscosity quantity.
  • #324 Add atomic units of energy, mass, length, electric charge, and current.
  • #325 Add Action quantity.
  • #326 Add ElectricField quantity.
  • #327 Add ElectricDipoleMoment and ElectricQuadrupoleMoment quantities.
  • #329 Add ElectricalMobility quantity.
  • #330 Add ElectricalResistivity quantity.
  • #331 Add ElectricalConductivity quantity.
  • #332 Add ElectricPermittivity quantity.
  • #333 Add ElectricCurrentDensity quantity.
  • #334 Add ArealNumberDensity, LinearNumberDensity, and VolumetricNumberDensity quantities.
  • #335 Add ReciprocalLength quantity.
  • #336 Add MassFlux quantity.
  • #337 Add MagneticPermeability quantity.
  • #339 Add ArealNumberRate, LinearNumberRate, and VolumetricNumberRate quantities.
  • #341 Add ArealMassDensity, LinearMassDensity, and VolumetricMassDensity quantities.
  • #342 Add SurfaceElectricCurrentDensity quantity.
  • #343 Add MagneticMoment quantity.
  • #344 Add ElectricChargeArealDensity, ElectricChargeLinearDensity, and ElectricChargeVolumetricDensity quantities.
  • #345 Add ElectricDisplacementField quantity.
  • #346 Add MagneticFieldStrength quantity.
  • #347 Add MolarVolume quantity.
  • #348 Add ElectricFlux quantity.
  • #349 Add TemperatureGradient quantity.
  • #350 Add LinearPowerDensity and VolumetricPowerDensity quantities as well as additional HeatFluxDensity units.

... (truncated)

Commits
  • 318605d Release v0.34.0.
  • df56da7 Merge pull request #408 from calbaker/thermal-conductance
  • 0f73157 Add thermal conductance quantity
  • 0ff00e3 Merge pull request #405 from Uzaaft/master
  • 81869b3 feat: Add additional metric ton mass rate units: ton_per_minute ,
  • aab4751 Merge pull request #399 from Eagle941/new_units_pressure_volumerate
  • 1cc23be Added liter_per_minute and newton_per_square_millimeter
  • dca2031 Disable certain tests on ARM until floating point behavior issues can be reso...
  • 1981aec Correct volume rate unit tests.
  • e50e013 Merge pull request #396 from swaits/master
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [uom](https://github.com/iliekturtles/uom) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/iliekturtles/uom/releases)
- [Changelog](https://github.com/iliekturtles/uom/blob/master/CHANGELOG.md)
- [Commits](iliekturtles/uom@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: uom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 10, 2023
@toxyl
Copy link

toxyl commented Jan 28, 2024

@aashish-medhatech reported you, you're welcome.

Repository owner deleted a comment from katsavav Feb 5, 2024
Repository owner deleted a comment from tobarbaro Feb 10, 2024
Repository owner deleted a comment from jccalbuquerque Feb 14, 2024
@github-staff github-staff deleted a comment from thangtq-pionero Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant