Openscm-units

Latest version: v0.6.3

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

Scan your dependencies

Page 1 of 3

0.6.3

Announcements

* None, just testing the GitHub actions

Changelog


🔧 Trivial/Internal Changes

- [56](https://github.com/openscm/openscm-units/pull/56)



Changes

* cea4429 bump: version 0.6.3a0 -> 0.6.3
* aa28fc1 Fix up failures
* e65be2e Add pandas stubs dev dependency
* d7c3ffb CHANGELOG
* 4e8553a Sort out docs
* 1de69cf Switch most of the repo

0.6.3a0

0.6.2

Announcements

* Added support for NO as a NOx unit, which now makes it easier to support CMIP data 🎉

Changes

* Change 1
* 11e64d6 bump: version 0.6.2a0 -> 0.6.2
* 6c7b6b0 CHANGELOG and docs
* b406775 Pass failing test
* f8e57db Add failing test
* c601ab4 Add skip for poetry in CI
* 37b4b22 CHANGELOG
* a1efe4f Update issue templates
* d305109 Rename PR template
* 42b6230 Copier update and update notebook docs

0.6.2a0

0.6.1

Announcements

- Fixed accidental aliasing of "yr" to "a" 🐛

We had accidentally assigned "yr" to be an alias for "a".
This meant we had the following behaviour

python
>>> from openscm_units import unit_registry
>>> val = unit_registry.Quantity(1, "yr")
>>> val
<Quantity(1, 'a')>


This is now fixed so that if you pass in "yr", it stays as yr i.e. you get

python
>>> from openscm_units import unit_registry
>>> val = unit_registry.Quantity(1, "yr")
>>> val
<Quantity(1, 'yr')>


Changes

* Change 1
* 9967e02 bump: version 0.6.1a0 -> 0.6.1
* b86c38e CHANGELOG
* 75e66e3 Pass tests
* db72f89 Add failing tests

0.6.1a0

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.