• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

SethMMorton / natsort / 135 / 3
100%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v5.0.2
DEFAULT BRANCH: master
Ran 08 May 2016 07:35AM UTC
Files 11
Run time 0s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

08 May 2016 07:30AM UTC coverage: 93.905% (-0.4%) from 94.286%
WITH_OPTIONS=true

push

travis-ci

SethMMorton
natsort version 5.0.0 release.

- ``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.

493 of 525 relevant lines covered (93.9%)

0.94 hits per line

Source Files on job 135.3 (WITH_OPTIONS=true)
  • Tree
  • List 0
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 135
  • Travis Job 135.3
  • e95d06e6 on github
  • Prev Job for WITH_OPTIONS=true on develop (#134.9)
  • Next Job for WITH_OPTIONS=true on develop (#139.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc