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

SethMMorton / natsort / 16
96%

Build:
DEFAULT BRANCH: master
Ran 19 Jul 2014 09:38AM UTC
Jobs 5
Files 2
Run time 3min
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

pending completion
16

push

travis-ci

SethMMorton
Natsort version 3.4.0 release.

This release provides the following updates:
    - Fixed a bug that caused user's options to the 'natsort_key' to not
      be passed on to recursive calls of 'natsort_key'.
    - Added a 'natsort_keygen' function that will generate a wrapped
      version of 'natsort_key' that is easier to call.  'natsort_key' is
      now set to depreciate at natsort version 4.0.0.
    - Added an 'as_path' option to 'natsorted' & co. that will try to
      treat input strings as filepaths. This will help yield correct
      results for OS-generated inputs like.
    - Massive performance enhancements for string input (1.8x-2.0x), at
      the expense of reduction in speed for numeric input (~2.0x).
      - This is a good compromise because the most common input will be
        strings, not numbers, and sorting numbers still only takes 0.6x
        the time of sorting strings.
    - Added the 'order_by_index' function to help in using the output of
      'index_natsorted' and 'index_versorted'.
    - Added the 'reverse' option to 'natsorted' & co. to make it's API
      more similar to the builtin 'sorted'.
    - Added more unit tests.
    - Added auxiliary test code that helps in profiling and
      stress-testing.
    - Reworked the documentation, moving most of it to PyPI's hosting
      platform.
    - Added support for coveralls.io.
    - Entire codebase is now PyFlakes and PEP8 compliant.

189 of 189 relevant lines covered (100.0%)

4.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16.1 19 Jul 2014 09:38AM UTC 0
97.88
Travis Job 16.1
2 16.2 19 Jul 2014 09:39AM UTC 0
97.88
Travis Job 16.2
3 16.3 19 Jul 2014 09:40AM UTC 0
100.0
Travis Job 16.3
4 16.4 19 Jul 2014 09:40AM UTC 0
100.0
Travis Job 16.4
5 16.5 19 Jul 2014 09:41AM UTC 0
100.0
Travis Job 16.5
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • 5e3c69fc on github
  • Next Build on master (#21)
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