Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream' into dim_order
Browse files Browse the repository at this point in the history
Picking up latest changes from hgrecco and crew.
  • Loading branch information
MichaelTiemannOSC committed Jan 10, 2024
2 parents 69f9474 + 0f24b6f commit f5ad245
Show file tree
Hide file tree
Showing 31 changed files with 1,130 additions and 633 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- python-version: 3.9
numpy: "numpy"
uncertainties: "uncertainties"
extras: "sparse xarray netCDF4 dask[complete]==2023.4.0 graphviz babel==2.8"
extras: "sparse xarray netCDF4 dask[complete]==2023.4.0 graphviz babel==2.8 mip>=1.13"
runs-on: ubuntu-latest

env:
Expand Down
24 changes: 23 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,15 +1,37 @@
Pint Changelog
==============

0.23 (unreleased)
0.24 (unreleased)
-----------------

- Add `dim_sort` parameter to formatter.
(PR #1864, fixes Issue #1841)
- Nothing changed yet.


0.23 (2023-12-08)
-----------------

- Add _get_conversion_factor to registry with cache.
- Homogenize input and ouput of internal regitry functions to
facility typing, subclassing and wrapping.
(_yield_unit_triplets, )
- Generated downstream_status page to track the
state of downstream projects.
- Improve typing annotation.
- Updated to flexparser 0.2.
- Faster wraps
(PR #1862)
- Add codspeed github action.
- Move benchmarks to pytest-benchmarks.
- Support pytest on python 3.12 wrt Fraction formatting change
(#1818)
- Fixed Transformation type protocol.
(PR #1805, PR #1832)
- Documented to_preferred and created added an autoautoconvert_to_preferred registry option.
(PR #1803)
- Enable Pint to parse uncertainty numbers.
(See #1611, #1614)
- Optimize matplotlib unit conversion for Quantity arrays
(PR #1819)
- Add numpy.linalg.norm implementation.
Expand Down
1 change: 1 addition & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. include:: ../CHANGES
2 changes: 1 addition & 1 deletion docs/getting/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The getting started guide aims to get you using pint productively as quickly as
Installation
------------

Pint has no dependencies except Python itself. In runs on Python 3.9+.
Pint has no dependencies except Python itself. It runs on Python 3.9+.

.. grid:: 2

Expand Down
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Pint: makes units easy
Advanced topics <advanced/index>
ecosystem
API Reference <api/index>
changes

.. toctree::
:maxdepth: 1
Expand Down
Loading

0 comments on commit f5ad245

Please sign in to comment.