<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/pint.git/docs/tutorial.rst, branch _pytest_migration</title>
<subtitle>github.com: hgrecco/pint.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/'/>
<entry>
<title>Fix the docs</title>
<updated>2020-09-08T02:58:09+00:00</updated>
<author>
<name>Hernan</name>
<email>hernan.grecco@gmail.com</email>
</author>
<published>2020-09-08T02:58:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=faac139df5d767555ced253ab9e99f43efa49960'/>
<id>faac139df5d767555ced253ab9e99f43efa49960</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change html repr away from latex to a Sparse/Dask-like repr</title>
<updated>2020-08-16T17:33:50+00:00</updated>
<author>
<name>Jon Thielen</name>
<email>github@jont.cc</email>
</author>
<published>2020-07-14T21:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=f510beeb39b5b0b233f973dbb7ba64fcfa3e7765'/>
<id>f510beeb39b5b0b233f973dbb7ba64fcfa3e7765</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move some content from tutorial to new page</title>
<updated>2020-07-14T06:34:06+00:00</updated>
<author>
<name>Clark Willison</name>
<email>clarkgwillison@gmail.com</email>
</author>
<published>2020-07-14T06:34:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=3a1d475c5141e2e0fc3049a72e616da534824054'/>
<id>3a1d475c5141e2e0fc3049a72e616da534824054</id>
<content type='text'>
this commit adds a new page to the docs about the various
ways of defining quantity objects in Pint, and moves some
of the content from the tutorial in there

not certain if it's a better arrangement, the theory is
that a more concise tutorial with links to more detailed
pages might get users up and running faster

very open to suggestions though
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit adds a new page to the docs about the various
ways of defining quantity objects in Pint, and moves some
of the content from the tutorial in there

not certain if it's a better arrangement, the theory is
that a more concise tutorial with links to more detailed
pages might get users up and running faster

very open to suggestions though
</pre>
</div>
</content>
</entry>
<entry>
<title>various tutorial improvements: broken links, grammar</title>
<updated>2020-07-14T03:57:32+00:00</updated>
<author>
<name>Clark Willison</name>
<email>clarkgwillison@gmail.com</email>
</author>
<published>2020-07-14T03:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=6670f1122539970fce0c37b7db21f04e703a7a02'/>
<id>6670f1122539970fce0c37b7db21f04e703a7a02</id>
<content type='text'>
giving the tutorial page on the docs a once-over for broken
Sphinx links

also:
- rewrote some sections for grammar
- changed (added) some section titles
- wrapped some long lines
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
giving the tutorial page on the docs a once-over for broken
Sphinx links

also:
- rewrote some sections for grammar
- changed (added) some section titles
- wrapped some long lines
</pre>
</div>
</content>
</entry>
<entry>
<title>skip doctests that rely on missing dependencies</title>
<updated>2020-07-12T04:58:55+00:00</updated>
<author>
<name>Clark Willison</name>
<email>clarkgwillison@gmail.com</email>
</author>
<published>2020-07-12T04:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=1da80f4bb98f197809e00d142364ebf218dddf8a'/>
<id>1da80f4bb98f197809e00d142364ebf218dddf8a</id>
<content type='text'>
some configurations in Travis skip optional dependencies,
which causes the doctests that rely on them to fail.

This fixes that by checking for those dependencies and skipping
the affected doctests with :skipif:
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
some configurations in Travis skip optional dependencies,
which causes the doctests that rely on them to fail.

This fixes that by checking for those dependencies and skipping
the affected doctests with :skipif:
</pre>
</div>
</content>
</entry>
<entry>
<title>fix doctest errors in most .rst docs</title>
<updated>2020-06-17T08:22:39+00:00</updated>
<author>
<name>Clark Willison</name>
<email>clarkgwillison@gmail.com</email>
</author>
<published>2020-06-17T01:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=4522c4df0c538669559570c7b3a39372e71f347d'/>
<id>4522c4df0c538669559570c7b3a39372e71f347d</id>
<content type='text'>
doctests updated for new 9-digit Quantity().__repr__()

added dependency on Serialize to requirements_docs.txt

in systems.rst: three errors remain, one may be a regression,
the others I'm not qualified to comment on

in nonmult.rst: some issues around floating point estimation are made
more robust by using print()

seems like Quantity().__repr__() changed since these
tests were written, and could benefit from some floating-point
truncation

in pitheorem.rst the only error was dictionary ordering, which
is now deterministic in python3.7, but may still cause
issues down the line

no doctests in getting.rst, marked all as code blocks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doctests updated for new 9-digit Quantity().__repr__()

added dependency on Serialize to requirements_docs.txt

in systems.rst: three errors remain, one may be a regression,
the others I'm not qualified to comment on

in nonmult.rst: some issues around floating point estimation are made
more robust by using print()

seems like Quantity().__repr__() changed since these
tests were written, and could benefit from some floating-point
truncation

in pitheorem.rst the only error was dictionary ordering, which
is now deterministic in python3.7, but may still cause
issues down the line

no doctests in getting.rst, marked all as code blocks
</pre>
</div>
</content>
</entry>
<entry>
<title>Updates to Documentation</title>
<updated>2020-04-04T21:11:04+00:00</updated>
<author>
<name>Porcelain Mouse</name>
<email>pmouse-github@nobig5.com</email>
</author>
<published>2019-12-22T02:41:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=6335feb03501ac7d159f9a03eea088c09fdda539'/>
<id>6335feb03501ac7d159f9a03eea088c09fdda539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug with to_compact</title>
<updated>2020-03-21T21:16:44+00:00</updated>
<author>
<name>FranchuFranchu</name>
<email>fff999abc999@gmail.com</email>
</author>
<published>2020-03-19T21:40:03+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=18d2a218ba338b49467a64842367061eb53e829a'/>
<id>18d2a218ba338b49467a64842367061eb53e829a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `__str__` and `__format__` locale aware</title>
<updated>2020-02-11T03:45:11+00:00</updated>
<author>
<name>Hernan</name>
<email>hernan.grecco@gmail.com</email>
</author>
<published>2020-02-11T03:45:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=fa86d1af3cbb7904a53f08d4e0c08e4cec25519a'/>
<id>fa86d1af3cbb7904a53f08d4e0c08e4cec25519a</id>
<content type='text'>
With this commit, all string formatting operations are locale aware

    &gt;&gt;&gt; ureg.set_fmt_locale('fr_FR')
    &gt;&gt;&gt; str(accel)
    '1.3 mètre par seconde²'
    &gt;&gt;&gt; "%s" % accel
    '1.3 mètre par seconde²'
    &gt;&gt;&gt; "{}".format(accel)
    '1.3 mètre par seconde²'

It should not break any code as the default locale value for the
Registry is `None` (meaning do not localize).

Close #984
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this commit, all string formatting operations are locale aware

    &gt;&gt;&gt; ureg.set_fmt_locale('fr_FR')
    &gt;&gt;&gt; str(accel)
    '1.3 mètre par seconde²'
    &gt;&gt;&gt; "%s" % accel
    '1.3 mètre par seconde²'
    &gt;&gt;&gt; "{}".format(accel)
    '1.3 mètre par seconde²'

It should not break any code as the default locale value for the
Registry is `None` (meaning do not localize).

Close #984
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement parse_pattern function</title>
<updated>2020-02-06T20:07:10+00:00</updated>
<author>
<name>Abdurrahmaan Iqbal</name>
<email>abdurrahmaaniqbal@hotmail.com</email>
</author>
<published>2020-02-06T20:07:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/pint.git/commit/?id=95efc46795c2ec22d78c41cd81394728c0488cd1'/>
<id>95efc46795c2ec22d78c41cd81394728c0488cd1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
