<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/natsort.git/docs/source, branch develop</title>
<subtitle>github.com: SethMMorton/natsort.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/'/>
<entry>
<title>Grammar in documentation.</title>
<updated>2016-05-08T08:02:48+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T08:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=b8e7383bbad1b3b95ec5bcc6f69fd4ccba454d2f'/>
<id>b8e7383bbad1b3b95ec5bcc6f69fd4ccba454d2f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated some documentation misses.</title>
<updated>2016-05-08T07:57:10+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T07:54:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=6b29788f3082a9fdda4d0242ee0a3ce47166f6e3'/>
<id>6b29788f3082a9fdda4d0242ee0a3ce47166f6e3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>natsort version 5.0.0 release.</title>
<updated>2016-05-08T07:30:56+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T07:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=e95d06e63e7c29ff14f9287f59a2c1ee9fe5fc20'/>
<id>e95d06e63e7c29ff14f9287f59a2c1ee9fe5fc20</id>
<content type='text'>
- ``ns.LOCALE``/``humansorted`` now accounts for thousands separators.
- Refactored entire codebase to be more functional (as in use functions
  as units). Previously, the code was rather monolithic and difficult
  to follow. The goal is that with the code existing in smaller units
  contributing will be easier.
- Deprecated ``ns.TYPESAFE`` option as it is now always on (due to a new
  iterator-based algorithm, the typesafe function is now cheap).
- Increased speed of execution (came for free with the new functional
  approach because the new factory function paradigm eliminates most
  ``if`` branches during execution).

  - For the most cases, the code is 30-40% faster than version 4.0.4.
  - If using ``ns.LOCALE`` or ``humansorted``, the code is 1100% faster
    than version 4.0.4.

- Improved clarity of documentaion with regards to locale-aware sorting.
- Added a new ``chain_functions`` function for convenience in creating
  a complex user-given ``key`` from several existing functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ``ns.LOCALE``/``humansorted`` now accounts for thousands separators.
- Refactored entire codebase to be more functional (as in use functions
  as units). Previously, the code was rather monolithic and difficult
  to follow. The goal is that with the code existing in smaller units
  contributing will be easier.
- Deprecated ``ns.TYPESAFE`` option as it is now always on (due to a new
  iterator-based algorithm, the typesafe function is now cheap).
- Increased speed of execution (came for free with the new functional
  approach because the new factory function paradigm eliminates most
  ``if`` branches during execution).

  - For the most cases, the code is 30-40% faster than version 4.0.4.
  - If using ``ns.LOCALE`` or ``humansorted``, the code is 1100% faster
    than version 4.0.4.

- Improved clarity of documentaion with regards to locale-aware sorting.
- Added a new ``chain_functions`` function for convenience in creating
  a complex user-given ``key`` from several existing functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Made documentation great again.</title>
<updated>2016-05-08T07:21:12+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T00:51:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=d3ffa43ab561fd823a3267f28f3e4e963499e5f8'/>
<id>d3ffa43ab561fd823a3267f28f3e4e963499e5f8</id>
<content type='text'>
Added more clarification, made quick start more navigable, and added
more locale information.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added more clarification, made quick start more navigable, and added
more locale information.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a docstring to chain_functions.</title>
<updated>2016-05-03T06:01:46+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-03T05:30:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=28faa60651745b0f6f04460cc90d71d84503fbb4'/>
<id>28faa60651745b0f6f04460cc90d71d84503fbb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version and updated change log.</title>
<updated>2015-11-02T00:22:59+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-11-02T00:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=983241f77d84bf6c23eb456c0ca88411513b3917'/>
<id>983241f77d84bf6c23eb456c0ca88411513b3917</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed missing compat on install.</title>
<updated>2015-06-25T15:28:16+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-06-25T15:28:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=3ae90776d14accd0d21be677ec0adc6c5eb7ce7b'/>
<id>3ae90776d14accd0d21be677ec0adc6c5eb7ce7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version and updated change log.</title>
<updated>2015-06-25T06:59:30+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-06-25T06:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=dc73897013071b1d27390cd65a98098bd7e18dd4'/>
<id>dc73897013071b1d27390cd65a98098bd7e18dd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bumped version and updated change log.</title>
<updated>2015-06-04T06:03:15+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-06-04T06:03:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=7828933f968c03fda26f172345270a925077c3cf'/>
<id>7828933f968c03fda26f172345270a925077c3cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed grammar mistakes in documentation.</title>
<updated>2015-05-19T00:43:21+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2015-05-19T00:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=d77fe4ee4b55d48803fa05a9d1735e6df5fb2b34'/>
<id>d77fe4ee4b55d48803fa05a9d1735e6df5fb2b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
