<feed xmlns='http://www.w3.org/2005/Atom'>
<title>immutables, branch v0.14</title>
<subtitle>A mirror of https://github.com/MagicStack/immutables with Debian packaging in additional branches</subtitle>
<id>https://git.koszko.org/immutables/atom?h=v0.14</id>
<link rel='self' href='https://git.koszko.org/immutables/atom?h=v0.14'/>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/'/>
<updated>2020-05-18T04:36:34Z</updated>
<entry>
<title>v0.14</title>
<updated>2020-05-18T04:36:34Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@edgedb.com</email>
</author>
<published>2020-05-18T04:14:59Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=82e540934b0297f081076783c2d11299d04425d8'/>
<id>urn:sha1:82e540934b0297f081076783c2d11299d04425d8</id>
<content type='text'>
* Allow `None` to be used as key in pure-Python implementation.
  By @TIGirardi.
</content>
</entry>
<entry>
<title>Unbreak CI</title>
<updated>2020-05-18T04:36:03Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@edgedb.com</email>
</author>
<published>2020-05-18T04:36:03Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=7b28a1275a80dfcfefaa9775dbf5f3231e3952a1'/>
<id>urn:sha1:7b28a1275a80dfcfefaa9775dbf5f3231e3952a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Accept None as a key in pure python module (#42)</title>
<updated>2020-05-18T03:58:10Z</updated>
<author>
<name>TIGirardi</name>
<email>55336837+TIGirardi@users.noreply.github.com</email>
</author>
<published>2020-05-18T03:58:10Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=913572c2ef8a4c948bb8b67ff2064d6920e313e7'/>
<id>urn:sha1:913572c2ef8a4c948bb8b67ff2064d6920e313e7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>v0.13</title>
<updated>2020-05-13T20:40:59Z</updated>
<author>
<name>Yury Selivanov</name>
<email>yury@edgedb.com</email>
</author>
<published>2020-05-13T20:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=469ae74eb68acd4df1c8897e8c3a45e63973872a'/>
<id>urn:sha1:469ae74eb68acd4df1c8897e8c3a45e63973872a</id>
<content type='text'>
Bugfixes

* Various improvements w.r.t. type annotations &amp; typing
  support (by @hukkinj1)

* Fix pure-Python implementation to accept keyword argument
  "col" correctly (by @hukkinj1)
</content>
</entry>
<entry>
<title>Import Literal type from typing_extensions if python version&lt;3.8 (#33)</title>
<updated>2020-05-13T20:16:04Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-13T20:16:04Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=f2c49336def4e11025e0533467a4d7d889bf2b4d'/>
<id>urn:sha1:f2c49336def4e11025e0533467a4d7d889bf2b4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve type annotation of Map.__init__</title>
<updated>2020-05-13T19:21:27Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-08T14:38:24Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=0841f90dc323f3cc8f075d8531683e7308371a24'/>
<id>urn:sha1:0841f90dc323f3cc8f075d8531683e7308371a24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix errors when a kwarg is named "col" (#35)</title>
<updated>2020-05-13T18:41:25Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-13T18:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=e0a07ab5bf65d416967f624172644d7846616569'/>
<id>urn:sha1:e0a07ab5bf65d416967f624172644d7846616569</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make MapMutation.update consistently return an implicit None</title>
<updated>2020-05-13T18:40:09Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-09T11:17:08Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=51b1871ad20da16b257ec782f73c607d5fcf5f85'/>
<id>urn:sha1:51b1871ad20da16b257ec782f73c607d5fcf5f85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve type annotations of Map.update and MapMutation.update</title>
<updated>2020-05-13T18:40:09Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-09T11:14:55Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=34a5fcf87e7fc762216095ac75e4d030aaca8587'/>
<id>urn:sha1:34a5fcf87e7fc762216095ac75e4d030aaca8587</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve CI badge link</title>
<updated>2020-05-13T18:39:46Z</updated>
<author>
<name>Taneli Hukkinen</name>
<email>hukkinj1@users.noreply.github.com</email>
</author>
<published>2020-05-11T10:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.koszko.org/immutables/commit/?id=98158965b3b74db962394d35e3adf10cca9505cd'/>
<id>urn:sha1:98158965b3b74db962394d35e3adf10cca9505cd</id>
<content type='text'>
</content>
</entry>
</feed>
