<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pint.git/pint/util.py, branch develop</title>
<subtitle>github.com: hgrecco/pint.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/'/>
<entry>
<title>Merge pull request #1371 from keewis/custom-formats</title>
<updated>2021-10-09T16:30:03+00:00</updated>
<author>
<name>Jules Chéron</name>
<email>43635101+jules-ch@users.noreply.github.com</email>
</author>
<published>2021-10-09T16:30:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=425b56ac33731fab71e605adc9c5c6fde637abb4'/>
<id>425b56ac33731fab71e605adc9c5c6fde637abb4</id>
<content type='text'>
custom unit formats</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
custom unit formats</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into application_registry</title>
<updated>2021-08-20T09:45:25+00:00</updated>
<author>
<name>Keewis</name>
<email>keewis@posteo.de</email>
</author>
<published>2021-08-20T09:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=19a32d3f69d54c166588877f007b975ca6849e08'/>
<id>19a32d3f69d54c166588877f007b975ca6849e08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>explicitly pass the registry to `format_unit`</title>
<updated>2021-08-17T23:22:59+00:00</updated>
<author>
<name>Keewis</name>
<email>keewis@posteo.de</email>
</author>
<published>2021-08-17T23:22:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=30a42bcccca40b07e77d8b83ba4a7172d41b91fc'/>
<id>30a42bcccca40b07e77d8b83ba4a7172d41b91fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove _APP_DIR</title>
<updated>2021-08-07T23:28:12+00:00</updated>
<author>
<name>Keewis</name>
<email>keewis@posteo.de</email>
</author>
<published>2021-08-07T23:28:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=5fea75380d434b7f5e407aa2d8420db78332066c'/>
<id>5fea75380d434b7f5e407aa2d8420db78332066c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>save the actual registry in shared registry objects</title>
<updated>2021-08-05T22:06:31+00:00</updated>
<author>
<name>Keewis</name>
<email>keewis@posteo.de</email>
</author>
<published>2021-08-05T22:05:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=2e011924e3ac8815cced2556615e83982402ef2f'/>
<id>2e011924e3ac8815cced2556615e83982402ef2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #1360 parsing units with same exponents but different sign</title>
<updated>2021-08-04T22:15:29+00:00</updated>
<author>
<name>Jules Chéron</name>
<email>jules.cheron@gmail.com</email>
</author>
<published>2021-08-02T16:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=1de1b5cddc92c97bb3f8dc79ca837e2fbbe6efe3'/>
<id>1de1b5cddc92c97bb3f8dc79ca837e2fbbe6efe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pint typing module</title>
<updated>2021-08-01T18:22:11+00:00</updated>
<author>
<name>Jules Chéron</name>
<email>jules.cheron@gmail.com</email>
</author>
<published>2021-05-22T21:03:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=c60e1af833391a60a82f3c47460fca899e220de5'/>
<id>c60e1af833391a60a82f3c47460fca899e220de5</id>
<content type='text'>
- Quantity as Generic class
- Add overloaded signature for __new__ Quantity
- Add typing module as private
- Add py.typed for PEP561 supports
- Add overloaded signature for __new__ Quantity
- Quantity as Generic class
- Add type hints throughout the project
- Add py.typed in package data in setup.cfg
- Add type hints for decorators
- Add type hints for public API of registry.py
- Add type hints for units.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Quantity as Generic class
- Add overloaded signature for __new__ Quantity
- Add typing module as private
- Add py.typed for PEP561 supports
- Add overloaded signature for __new__ Quantity
- Quantity as Generic class
- Add type hints throughout the project
- Add py.typed in package data in setup.cfg
- Add type hints for decorators
- Add type hints for public API of registry.py
- Add type hints for units.py
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on UnitsContainer equality check</title>
<updated>2020-09-26T02:31:48+00:00</updated>
<author>
<name>Ryan Rowe</name>
<email>ryanf.rowe@gmail.com</email>
</author>
<published>2020-09-26T02:31:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=26cf55fc3d29fd3f5c0b593c1baf50a43ce51eb6'/>
<id>26cf55fc3d29fd3f5c0b593c1baf50a43ce51eb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support pickle protocol 0/1</title>
<updated>2020-02-28T14:37:13+00:00</updated>
<author>
<name>Guido Imperiale</name>
<email>crusaderky@gmail.com</email>
</author>
<published>2020-02-28T10:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=52dcebe63a454bafc489379fa164ac1cd574263e'/>
<id>52dcebe63a454bafc489379fa164ac1cd574263e</id>
<content type='text'>
More tests


CHANGES


Support pickle protocol 0/1


Polish

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More tests


CHANGES


Support pickle protocol 0/1


Polish

</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into _decimal</title>
<updated>2020-02-22T02:41:43+00:00</updated>
<author>
<name>Hernan Grecco</name>
<email>hernan.grecco@gmail.com</email>
</author>
<published>2020-02-22T02:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=78b1e52958a326cba4983c3ef84016756274c92c'/>
<id>78b1e52958a326cba4983c3ef84016756274c92c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
