summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHernan <hernan.grecco@gmail.com>2021-10-26 08:58:28 -0300
committerHernan <hernan.grecco@gmail.com>2021-10-26 08:58:33 -0300
commitc9635d5f0329fcbf4bb5360015dbd8293bbcb432 (patch)
tree834da91a7db3b189f5e38834e51447be7279837d
parent93c70be5ad74b77530a0e6a36ad0c1a2b81f020c (diff)
downloadpint-c9635d5f0329fcbf4bb5360015dbd8293bbcb432.tar.gz
Updated CHANGES
-rw-r--r--CHANGES13
1 files changed, 11 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index a46866a..d3e4801 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,8 @@ Pint Changelog
0.18 (unreleased)
-----------------
+### Release Manager: jules-cheron
+
- Implement use of Quantity in the Quantity constructor (convert to specified units).
(Issue #1231)
- Rename .readthedocs.yml to .readthedocs.yaml, update MANIFEST.in (Issue #1311)
@@ -13,11 +15,18 @@ Pint Changelog
(Issue #1085)
- Fix handling of positional max/min arguments in clip function.
(Issue #1244)
-- Fix string formatting of numpy array scalars
+- Fix string formatting of numpy array scalars.
- Fix default format for Measurement class (Issue #1300)
- Fix parsing of pretty units with same exponents but different sign. (Issue #1360)
- Convert the application registry to a wrapper object (Issue #1365)
-- Add documentation for the string format options (Issue #1357, #1375)
+- Add documentation for the string format options.
+ (Issue #1357, #1375, thanks keewis)
+- Support custom units formats.
+ (Issue #1371, thanks keewis)
+- Autoupdate pre-commit hooks.
+- Improved the application registry.
+ (Issue #1366, thanks keewis)
+- Improved testing isolation using pytest fixtures.
### Breaking Changes