<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pint.git, branch trying</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>Try #727:</title>
<updated>2018-10-28T17:30:48+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-28T17:30:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=914f308898b2b7be53e50ccf64b631261cf2e9b3'/>
<id>914f308898b2b7be53e50ccf64b631261cf2e9b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Renable pandas tests</title>
<updated>2018-10-28T16:18:01+00:00</updated>
<author>
<name>Zebedee Nicholls</name>
<email>zebedee.nicholls@climate-energy-college.org</email>
</author>
<published>2018-10-28T16:18:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=f16789cad754b58acd4a56a9f543551957d4dbc1'/>
<id>f16789cad754b58acd4a56a9f543551957d4dbc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin Pandas version</title>
<updated>2018-10-28T16:16:59+00:00</updated>
<author>
<name>Zebedee Nicholls</name>
<email>zebedee.nicholls@climate-energy-college.org</email>
</author>
<published>2018-10-28T16:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=081aba14dbef0518637b2cf80d3e81d2cd418855'/>
<id>081aba14dbef0518637b2cf80d3e81d2cd418855</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #628</title>
<updated>2018-10-28T16:14:54+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-28T16:14:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=52d788a1818c1ac0f7901673aa7cd674253cb55a'/>
<id>52d788a1818c1ac0f7901673aa7cd674253cb55a</id>
<content type='text'>
628: Added .editorconfig r=hgrecco a=KOLANICH



Co-authored-by: KOLANICH &lt;kolan_n@mail.ru&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
628: Added .editorconfig r=hgrecco a=KOLANICH



Co-authored-by: KOLANICH &lt;kolan_n@mail.ru&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #706 #718</title>
<updated>2018-10-28T15:59:40+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-28T15:59:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=4edae4d731f94775072c58923b6868f44c5ba7cf'/>
<id>4edae4d731f94775072c58923b6868f44c5ba7cf</id>
<content type='text'>
706: converts dimension to correct dimensionality r=hgrecco a=impact27

allows check to work with any correct dimensionality

718: added "Eh" as an alias for Hartree r=hgrecco a=xxyxxyxyx1

Hartree is now aliased to both "E_h" and "Eh"

Co-authored-by: Quentin Peter &lt;impact27@users.noreply.github.com&gt;
Co-authored-by: xxyxxyxyx1 &lt;xxyxxyxyx1@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
706: converts dimension to correct dimensionality r=hgrecco a=impact27

allows check to work with any correct dimensionality

718: added "Eh" as an alias for Hartree r=hgrecco a=xxyxxyxyx1

Hartree is now aliased to both "E_h" and "Eh"

Co-authored-by: Quentin Peter &lt;impact27@users.noreply.github.com&gt;
Co-authored-by: xxyxxyxyx1 &lt;xxyxxyxyx1@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #642</title>
<updated>2018-10-28T15:46:31+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-28T15:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=21ce5be8df429f671b91d461883888a66f6ab8aa'/>
<id>21ce5be8df429f671b91d461883888a66f6ab8aa</id>
<content type='text'>
642: support numpy's __array_ufunc__ r=hgrecco a=tecki

newer versions of numpy replace `__array_prepare__` and `__array_wrap__`
with the improved `__array_ufunc__`. This avoids some double-calculation
of data, and improves code readability.

Co-authored-by: Martin Teichmann &lt;martin.teichmann@xfel.eu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
642: support numpy's __array_ufunc__ r=hgrecco a=tecki

newer versions of numpy replace `__array_prepare__` and `__array_wrap__`
with the improved `__array_ufunc__`. This avoids some double-calculation
of data, and improves code readability.

Co-authored-by: Martin Teichmann &lt;martin.teichmann@xfel.eu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #726</title>
<updated>2018-10-28T15:36:13+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-28T15:36:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=cc13f9b215dac62b50fed338b5c62426cedbc644'/>
<id>cc13f9b215dac62b50fed338b5c62426cedbc644</id>
<content type='text'>
726: Disabling pandas test until the pandas API stabilizes and we can test… r=hgrecco a=hgrecco

… accurately



Co-authored-by: Hernan &lt;hernan.grecco@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
726: Disabling pandas test until the pandas API stabilizes and we can test… r=hgrecco a=hgrecco

… accurately



Co-authored-by: Hernan &lt;hernan.grecco@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabling pandas test until the pandas API stabilizes and we can test accurately</title>
<updated>2018-10-28T15:09:01+00:00</updated>
<author>
<name>Hernan</name>
<email>hernan.grecco@gmail.com</email>
</author>
<published>2018-10-28T15:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=4cc89c1f1a3666deb9821a92ee920468bf15507f'/>
<id>4cc89c1f1a3666deb9821a92ee920468bf15507f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added "Eh" as an alias for Hartree</title>
<updated>2018-10-14T10:24:03+00:00</updated>
<author>
<name>xxyxxyxyx1</name>
<email>xxyxxyxyx1@gmail.com</email>
</author>
<published>2018-10-14T10:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=312a1646083050240c996a803f67f73d2fd499e5'/>
<id>312a1646083050240c996a803f67f73d2fd499e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #705</title>
<updated>2018-10-10T13:08:07+00:00</updated>
<author>
<name>bors[bot]</name>
<email>bors[bot]@users.noreply.github.com</email>
</author>
<published>2018-10-10T13:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/pint.git/commit/?id=33d1979ff3fc0c6b0c5fc2cc1d8612f670821d8d'/>
<id>33d1979ff3fc0c6b0c5fc2cc1d8612f670821d8d</id>
<content type='text'>
705: Prevent loosing keywords r=hgrecco a=impact27

With a function as:
```
def f(a, *, b):
    return a+b
```
b needs to be a keyword. The wrapping is stripping the keywords and makes the function fail!

Co-authored-by: Quentin Peter &lt;impact27@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
705: Prevent loosing keywords r=hgrecco a=impact27

With a function as:
```
def f(a, *, b):
    return a+b
```
b needs to be a keyword. The wrapping is stripping the keywords and makes the function fail!

Co-authored-by: Quentin Peter &lt;impact27@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
