Unitsnet-py

Latest version: v0.1.144

Safety actively analyzes 701735 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 103

6.0.0pre013

Synced with `master` branch.

What's Changed
* ♻️Allow custom units to set UnitInfo.QuantityName by angularsen in https://github.com/angularsen/UnitsNet/pull/1421
Changing the Angle.BaseUnit from Degrees to Radians 7f980486339d816ce8ec7f0615c1ca185ca90a39
* Fix nullability indicators for the Parse/TryParse overloads by lipchev in https://github.com/angularsen/UnitsNet/pull/1446
* Fixing the nullability attribute of the AbbreviatedUnitsConverter (build failure) by lipchev in https://github.com/angularsen/UnitsNet/pull/1457
* QuantityFormatter defaults to the "G" format by lipchev in https://github.com/angularsen/UnitsNet/pull/1450
* Constrained the GenericMathExtensions to IQuantity by lipchev in https://github.com/angularsen/UnitsNet/pull/1448
* Update the UnitRelations.json by lipchev in https://github.com/angularsen/UnitsNet/pull/1453
* Removing TorquePerLength by lipchev in https://github.com/angularsen/UnitsNet/pull/1458
* Remove IParsable and IComparisonOperators from the IQuantity interface by lipchev in https://github.com/angularsen/UnitsNet/pull/1459
* Rename ThermalResistance to ThermalInsulance by lipchev in https://github.com/angularsen/UnitsNet/pull/1460
* Add radiation equivalent dose rate by angularsen in https://github.com/angularsen/UnitsNet/pull/1468
* Change RadiationEquivalentDoseRate base unit to Sv/s - v6 by angularsen in https://github.com/angularsen/UnitsNet/pull/1470
* UnitParser.TryParse doesn't try with FallbackCulture (v6) by lipchev in https://github.com/angularsen/UnitsNet/pull/1466
* 🔥Remove static Default getters, obsoleted by UnitsNetSetup by angularsen in https://github.com/angularsen/UnitsNet/pull/1475
* 💥Change UnitAbbreviationsCache ctor to not load defaults by angularsen in https://github.com/angularsen/UnitsNet/pull/1476
* 💥Change UnitParser ctor to require unit abbreviations cache by angularsen in https://github.com/angularsen/UnitsNet/pull/1477
* 💥Require unit enum types to also be struct by angularsen in https://github.com/angularsen/UnitsNet/pull/1472
* Revert "🔥Remove static Default getters, obsoleted by UnitsNetSetup" by angularsen in https://github.com/angularsen/UnitsNet/pull/1480
* 💥Remove obsolete electric quantities by angularsen in https://github.com/angularsen/UnitsNet/pull/1482

Maintenance
* Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows by dependabot in https://github.com/angularsen/UnitsNet/pull/1422
* ⬆️ Nugets by angularsen in https://github.com/angularsen/UnitsNet/pull/1455
* Update the Samples (v6) by lipchev in https://github.com/angularsen/UnitsNet/pull/1479

Merged in from master
* ✨Update Length.SolarRadius definition per IAU Res. B3 by saadsidqui in https://github.com/angularsen/UnitsNet/pull/1426
* Add KelvinPerMinute to TemperatureChangeRateUnit by andrewmeservy in https://github.com/angularsen/UnitsNet/pull/1429
* Fix a bug in BaseDimensions.ToString() by ygorshkov in https://github.com/angularsen/UnitsNet/pull/1431
* Fix a bug in BaseDimensions.IsBaseQuantity() by ygorshkov in https://github.com/angularsen/UnitsNet/pull/1430
* added new units to the TemperatureChangeRate quantity by David-HH-Dev in https://github.com/angularsen/UnitsNet/pull/1433
* docs: add documentation for unitsnet-go package by haimkastner in https://github.com/angularsen/UnitsNet/pull/1441
* Minor performance improvements to the BaseUnits class (v5) by lipchev in https://github.com/angularsen/UnitsNet/pull/1452
* Add radiation equivalent dose rate by voronizer in https://github.com/angularsen/UnitsNet/pull/1464
* Change RadiationEquivalentDoseRate base unit to Sv/s by angularsen in https://github.com/angularsen/UnitsNet/pull/1469
* Added Dose Area Product (DAP) quantity by Jagailo in https://github.com/angularsen/UnitsNet/pull/1471
* Add/rename electric quantities by McNeight in https://github.com/angularsen/UnitsNet/pull/1444
* 💚Fix nanoFramework build, replace <see cref=""> with <c> in xmldoc by angularsen in https://github.com/angularsen/UnitsNet/pull/1478
* Un-obsolete static Default getters by angularsen in https://github.com/angularsen/UnitsNet/pull/1481

New Contributors
* saadsidqui made their first contribution in https://github.com/angularsen/UnitsNet/pull/1426
* andrewmeservy made their first contribution in https://github.com/angularsen/UnitsNet/pull/1429
* ygorshkov made their first contribution in https://github.com/angularsen/UnitsNet/pull/1431
* David-HH-Dev made their first contribution in https://github.com/angularsen/UnitsNet/pull/1433
* voronizer made their first contribution in https://github.com/angularsen/UnitsNet/pull/1464

**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre012...UnitsNet/6.0.0-pre013

6.0.0pre012

What's Changed
* Add Speed to .NET nanoFramework by Ellerbach in https://github.com/angularsen/UnitsNet/pull/1414
* Add `TonsOfRefrigeration` Unit by jasekiw in https://github.com/angularsen/UnitsNet/pull/1416

New Contributors
* jasekiw made their first contribution in https://github.com/angularsen/UnitsNet/pull/1416

**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre011...UnitsNet/6.0.0-pre012

6.0.0pre011

What's Changed
* Add milli prefix for Molality.MolePerKilogram by Martian42 in https://github.com/angularsen/UnitsNet/pull/1403
* Add Duration.Sol (day on Mars) by octastylos-pseudodipteros in https://github.com/angularsen/UnitsNet/pull/1412

New Contributors
* Martian42 made their first contribution in https://github.com/angularsen/UnitsNet/pull/1403
* octastylos-pseudodipteros made their first contribution in https://github.com/angularsen/UnitsNet/pull/1412

**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre010...UnitsNet/6.0.0-pre011

6.0.0pre010

What's Changed
* Add `nmi` abbreviation for nautical miles by PesBandi in https://github.com/angularsen/UnitsNet/pull/1411

New Contributors
* PesBandi made their first contribution in https://github.com/angularsen/UnitsNet/pull/1411

**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre009...UnitsNet/6.0.0-pre010

6.0.0pre009

What's Changed
* Introducing a [DebuggerTypeProxy] to the generated quantities by lipchev in https://github.com/angularsen/UnitsNet/pull/1390
* 🐛ComparisonType ignored in obsolete Equals method by lipchev in https://github.com/angularsen/UnitsNet/pull/1396
* Add LinearDensity.GramPerFoot and prefixes by filusma in https://github.com/angularsen/UnitsNet/pull/1392
* 🔧Add new stale bot by angularsen in https://github.com/angularsen/UnitsNet/pull/1406
* 🔧Increase stale bot limit to 100 issues/prs by angularsen in https://github.com/angularsen/UnitsNet/pull/1407

New Contributors
* filusma made their first contribution in https://github.com/angularsen/UnitsNet/pull/1392

**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre008...UnitsNet/6.0.0-pre009

6.0.0pre008

What's Changed
* Introducing a [DebuggerTypeProxy] to the generated quantities (v6) by lipchev in https://github.com/angularsen/UnitsNet/pull/1395
* 💥✏️Change liter abbreviations to lowercase l (v6) by angularsen in https://github.com/angularsen/UnitsNet/pull/1404
* ✏️💥Add parantheses around denominators in unit abbreviations by angularsen in https://github.com/angularsen/UnitsNet/pull/1405


**Full Changelog**: https://github.com/angularsen/UnitsNet/compare/UnitsNet/6.0.0-pre007...UnitsNet/6.0.0-pre008

Page 1 of 103

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.