<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/natsort.git, 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>Missed backticks in README.</title>
<updated>2016-05-08T08:06:46+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T08:06:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=a501ddf6cfdbbf4e8e5d406c822aaeb4d8e777bb'/>
<id>a501ddf6cfdbbf4e8e5d406c822aaeb4d8e777bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fixed locale error if no locale is loaded.</title>
<updated>2016-05-08T07:27:18+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T07:27:18+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=35d11fd2c502ca44e7982380d635ef6384586115'/>
<id>35d11fd2c502ca44e7982380d635ef6384586115</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed flakes error in profile_natsort.</title>
<updated>2016-05-08T07:25:03+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-08T07:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=2abd857b9079c16e67166a012ee1b50f0883ad73'/>
<id>2abd857b9079c16e67166a012ee1b50f0883ad73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Profile code now tests what matters.</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-08T06:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=62098d41f3f137964c5bdd83b8236104114077ad'/>
<id>62098d41f3f137964c5bdd83b8236104114077ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Natsort now imports from "icu".</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:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=9fa1fdcd771650c5cf7f119447519ede83bcbacb'/>
<id>9fa1fdcd771650c5cf7f119447519ede83bcbacb</id>
<content type='text'>
"PyICU" is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"PyICU" is deprecated.
</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>New coverage guards.</title>
<updated>2016-05-06T05:15:29+00:00</updated>
<author>
<name>Seth M Morton</name>
<email>seth.m.morton@gmail.com</email>
</author>
<published>2016-05-06T05:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/python-packages/natsort.git/commit/?id=59b8005898266a4743bf9850e8f11ebbd45cb63a'/>
<id>59b8005898266a4743bf9850e8f11ebbd45cb63a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
