<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid-git.git/astroid/inference_tip.py, branch performance-regression</title>
<subtitle>github.com: PyCQA/astroid.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/'/>
<entry>
<title>Add disable</title>
<updated>2023-05-15T02:24:49+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-15T02:24:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=59221837058252bad1344186040a1e475f045c4a'/>
<id>59221837058252bad1344186040a1e475f045c4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a bound to the inference tips cache</title>
<updated>2023-05-15T01:53:39+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-15T01:43:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=4757af207d96fa5ee50a453d452e35af083d49a4'/>
<id>4757af207d96fa5ee50a453d452e35af083d49a4</id>
<content type='text'>
Small bounds still yield about equal hits and misses.

Further work could determine if storing only the last result
is optimal.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Small bounds still yield about equal hits and misses.

Further work could determine if storing only the last result
is optimal.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `InferenceContext.is_empty()`</title>
<updated>2023-05-15T01:53:09+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-15T00:12:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=c807c03c48aea8e458a7db3df7f7b35e1cdffc6b'/>
<id>c807c03c48aea8e458a7db3df7f7b35e1cdffc6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove cache entries in all exit paths</title>
<updated>2023-05-15T01:53:09+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-14T23:46:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6bdd92d1006ae73bd5747d7c3714e10de81f1818'/>
<id>6bdd92d1006ae73bd5747d7c3714e10de81f1818</id>
<content type='text'>
Follow-up to 0740a0dd5e9cb48bb1a400aded498e4db1fcfca9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow-up to 0740a0dd5e9cb48bb1a400aded498e4db1fcfca9.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve typing of inference functions (#2166)</title>
<updated>2023-05-08T00:54:18+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-08T00:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=900c5467b80d2b5d531990d3da1d1666e9edb0f0'/>
<id>900c5467b80d2b5d531990d3da1d1666e9edb0f0</id>
<content type='text'>
Co-authored-by: Daniël van Noord &lt;13665637+DanielNoord@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Daniël van Noord &lt;13665637+DanielNoord@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Complete cache key for inference tip (#2158)</title>
<updated>2023-05-06T15:16:58+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-06T15:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=0740a0dd5e9cb48bb1a400aded498e4db1fcfca9'/>
<id>0740a0dd5e9cb48bb1a400aded498e4db1fcfca9</id>
<content type='text'>
The cache key was lacking the `context` arg.

Co-authored-by: Sylvain Ackermann &lt;sylvain.ackermann@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The cache key was lacking the `context` arg.

Co-authored-by: Sylvain Ackermann &lt;sylvain.ackermann@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Import `typing_extensions` under version guard.</title>
<updated>2023-05-06T14:43:43+00:00</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2023-05-06T14:32:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=06fafc4d023460c682494672b617d456037baf67'/>
<id>06fafc4d023460c682494672b617d456037baf67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on ``wrapt``</title>
<updated>2023-04-01T20:16:36+00:00</updated>
<author>
<name>Daniël van Noord</name>
<email>13665637+DanielNoord@users.noreply.github.com</email>
</author>
<published>2023-04-01T19:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=cff437ab3bfed3ec04958765ce4bd560a22c9220'/>
<id>cff437ab3bfed3ec04958765ce4bd560a22c9220</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PyCQA migration] Upgrade links to the repositories in code and doc</title>
<updated>2023-03-29T17:19:40+00:00</updated>
<author>
<name>Pierre Sassoulas</name>
<email>pierre.sassoulas@gmail.com</email>
</author>
<published>2023-03-29T11:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=6714f15531c78d98860d8b17123d4308205aecc6'/>
<id>6714f15531c78d98860d8b17123d4308205aecc6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create ``UninferableBase``</title>
<updated>2023-02-05T20:54:08+00:00</updated>
<author>
<name>Daniël van Noord</name>
<email>13665637+DanielNoord@users.noreply.github.com</email>
</author>
<published>2023-02-05T20:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid-git.git/commit/?id=eb711d20a4ed5f9e8ff8e7ad797d27adc43d8ccd'/>
<id>eb711d20a4ed5f9e8ff8e7ad797d27adc43d8ccd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
