summaryrefslogtreecommitdiff
path: root/README.rst
Commit message (Collapse)AuthorAgeFilesLines
* Remove CHANGELOG from API documentationSeth Morton2023-04-181-2/+1
| | | | This removes the dep on m2r2, and closes #162.
* More README typosSeth Morton2023-02-261-2/+2
|
* More README typosSeth Morton2023-02-261-2/+2
|
* More README typosSeth Morton2023-02-261-4/+4
|
* Another README typoSeth Morton2023-02-261-1/+1
|
* Fix bug in download rate shieldSeth Morton2023-02-261-1/+1
|
* Add download rate shieldSeth Morton2023-02-261-0/+3
|
* Fix typo in READMESeth Morton2023-02-261-3/+3
|
* master -> main in the READMESeth Morton2023-02-261-3/+3
|
* Add a link to the shell script documentatio in the READMESeth Morton2023-02-261-2/+4
|
* Point links to wiki documentationSeth Morton2023-02-261-8/+8
|
* Improve link handling in README.rstSeth Morton2023-02-261-92/+115
|
* Remove 3.6 supportSeth Morton2022-12-181-1/+1
| | | | CI outright fails with this.
* Remove Python 2 related content from documentationSeth Morton2022-01-301-33/+10
| | | | This should have been removed with natsort 7.0.0.
* Prepare to change 7.2.0 into 8.0.0Seth Morton2021-11-031-1/+1
|
* Add note to READMESeth Morton2021-11-021-0/+5
|
* Remove unsupported testing mechanisms from docsSeth Morton2021-11-021-19/+1
|
* Drop < 3.6 in documentationSeth Morton2021-11-021-2/+1
|
* fix typoRoger Pate2021-05-031-1/+1
|
* Disable CodacySeth Morton2020-11-241-3/+0
|
* Update badge from Travis-CI to GitHub ActionsSeth Morton2020-11-241-2/+2
|
* Documentation updatesSeth Morton2020-11-171-0/+25
|
* Remove stale deprection noticesSeth Morton2020-11-151-11/+0
|
* Updated README language about dropping 2.7Seth Morton2020-01-081-6/+7
|
* Travis-CI.org to Travis-CI.comSeth Morton2020-01-061-1/+1
|
* Re-remove Python 2.7 support.Seth Morton2019-11-131-4/+3
|
* Rename "Examples" to "Quick Examples" in the READMESeth Morton2019-11-131-3/+3
| | | | This breaks a pair of ambiguous links.
* Drop Python 3.4 from testingSeth Morton2019-11-131-1/+3
| | | | | | The libraries used for testing do not run on Python 3.4 for the newest versions, and the versions that do run on Python 3.4 do not work on Pyhton 3.8.
* Revert removal of Python 2.7 in one commitThis is to make a release that ↵Seth Morton2019-11-131-2/+2
| | | | supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
* Improve high-level documentationSeth Morton2019-11-121-5/+20
| | | | | | | README.rst has been updated with more TOC to help steer users. intro.rst has been merged with index.rst, and most of the content has been removed and users are now directed to the README.rst
* Merge branch 'master' into drop-python2-supportSeth Morton2019-11-101-47/+54
|\ | | | | | | Had to resolve addition of numeric_regex_chooser, and version.
| * Reorder FAQ in READMESeth Morton2019-11-091-4/+4
| |
| * Fomatting of documentationSeth Morton2019-11-091-42/+49
| |
| * CHANGELOG file extension in README.rstCaleb P. Burns2019-08-091-1/+1
| | | | | | | | | | | | The CHANGELOG file has the ".md" file extension not ".rst". See: - https://github.com/SethMMorton/natsort/blob/master/CHANGELOG.rst - https://github.com/SethMMorton/natsort/blob/master/CHANGELOG.md
* | Update version requirementsHugo2019-08-171-2/+2
|/
* Move development collateral into a dev/ folderSeth Morton2019-03-031-2/+2
| | | | | | | | | This keeps the root directory cleaner. Dependent files and documentation has been modified to relfect the change. Additionally, the bump.sh file has been updated to force the use of bump2version over bumpversion, and to use a cross-platform sed invokation.
* Update information about deprecationSeth Morton2019-02-041-19/+19
|
* Update documentation to not mention pipenvSeth M Morton2018-11-181-6/+5
|
* Revert "Revert "Drop support for EOL Pythons""Seth M Morton2018-11-181-2/+1
| | | | This reverts commit 916a92d39eaf5ef282b421c4772a7ec831750c4c.
* Merge pull request #85 from SethMMorton/make-a-better-changelogSeth Morton2018-11-181-1/+3
|\ | | | | Make a better changelog
| * Refer to the new changelog location in the READMESeth M Morton2018-11-181-1/+3
| |
* | Add note about Pipenv being dropped from build infrastructureSeth M Morton2018-11-181-0/+6
| |
* | Update "how-to-test" and add "how-to-build-docs"Seth M Morton2018-11-181-1/+19
|/
* Fix header sizes in READMESeth M Morton2018-11-181-3/+3
| | | | Accidentally I made a subsection's headers bigger than it's parents.
* Change recommendation about how to detect DeprecationWarningsformal-deprecation-noticesSeth M Morton2018-11-171-3/+4
| | | | | | If you turn DeprecationWarnings into errors, code can stop just due to python startup DeprectionWarnings - you'll never even get to your code! It's much better just to allow DeprecationWarnings to bubble up.
* Add a deprecation schedule to READMESeth M Morton2018-11-171-0/+47
| | | | | This deprecation schedule calls out what will be changing and in what versions.
* Revert "Drop support for EOL Pythons"Seth M Morton2018-11-171-1/+2
| | | | This reverts commit 36cd8f38e1f1725dfc0078b6f42e35855372bb93.
* Update documentation about version sortingSeth M Morton2018-11-141-5/+10
| | | | | | | The documentation used to give the impression that natsort comprehended versions in a meaningful way. Hopefully that fantasy has been dispelled. This is in response to the discussion in #61.
* Update link to ns enum in READMESeth Morton2018-11-101-1/+1
|
* Drop support for EOL PythonsJon Dufresne2018-11-101-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support matrix now matches the test matrix from 6233f07bf303d442b39ac677fa6079acc64834a6. By matching these, helps to ensure all supported Python do indeed work. Python 2.6 and 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29 and on 2017-09-29. For additional details on support Python versions, see: Supported: https://devguide.python.org/#status-of-python-branches EOL: https://devguide.python.org/devcycle/#end-of-life-branches Removing support for EOL Pythons will reduce testing and maintenance resources while allowing the library to move towards a modern Python 3 style. Using pypinfo, we can show the PyPI download statistics, show very low numbers for EOL Pythons. | python_version | percent | download_count | | -------------- | ------: | -------------: | | 2.7 | 48.94% | 37,036 | | 3.6 | 26.58% | 20,113 | | 3.5 | 15.38% | 11,642 | | 3.4 | 5.93% | 4,488 | | 3.7 | 3.13% | 2,365 | | 3.3 | 0.03% | 21 | | 2.6 | 0.01% | 9 | | Total | | 75,674 |