Commit graph

12 commits

Author SHA1 Message Date
adam
256dcf5082 py-natsort: updated to 5.5.0
5.5.0
- Formally deprecated old or misleading APIs
- Documentation, packaging, and CI cleanup
- Consolidate API documentation into a single page
- Add a CHANGELOG.rst to the top-level of the repository
- Add back support for very old versions of setuptools
2018-11-27 16:19:05 +00:00
adam
ed6731ec24 py-natsort: updated to 5.4.1
5.4.1:
Fix error in a newly added test.
Changed code format and quality checking infrastructure.

5.4.0:
Re-expose natsort_key as "public" and remove the associated DepricationWarning.
Add better developer documentation.
Refactor tests.
Bump allowed fastnumbers version.
2018-09-24 09:43:26 +00:00
adam
c6ca24e23f py-natsort: updated to 5.3.3
5.3.3:
Update docs with a FAQ and quick how-it-works.
Fix a StopIteration error in the testing code.
Enable Python 3.7 support in Travis-CI.
2018-07-08 09:40:00 +00:00
adam
8448b09acc py-natsort: updated to 5.3.2
5.3.2:
Fix bug that prevented install on old versions of setuptools.
Revert layout from src/natsort/ back to natsort/ to make user testing simpler.
2018-06-19 12:06:32 +00:00
adam
7ef5f81dfa py-natsort: updated to 5.3.1
5.3.1:
- No bugfixes or features, just infrastructure and installation updates.
- Move to defining dependencies with Pipfile.
- Development layout is now src/natsort/ instead of natsort/.
- Add bumpversion infrastructure.
- Extras can be installed by "[]" notation.
2018-05-15 06:45:55 +00:00
adam
15c4166284 py-natsort: updated to 5.3.0
5.3.0:
Fix bug in assessing fastnumbers version at import-time.
Add ability to consider unicode-decimal numbers as numbers.
2018-04-27 07:00:41 +00:00
adam
9e884565ba py-natsort: updated to 5.2.0
v. 5.2.0
Add ns.NUMAFTER to cause numbers to be placed after non-numbers.
Add natcmp function (Python 2 only).
2018-02-20 09:32:31 +00:00
adam
7eb3777627 py-natsort: updated to 5.1.1
5.1.1:
* Added additional unicode number support for Python 3.7.
* Added information on how to install and test.
2017-11-15 14:13:58 +00:00
adam
d6299ed392 5.1.0:
- Fixed ``StopIteration`` warning on Python 3.6+.
- All Unicode input is now normalized.
2017-08-22 07:46:22 +00:00
adam
38a1950ce7 Changes 5.0.3:
- Improved development infrastructure.
- Migrated documentation to ReadTheDocs.
2017-05-09 11:54:07 +00:00
wiz
9024cebbb3 Clean up pkglint. Add some test dependencies, 4 more are not packaged
yet.
2016-11-30 14:38:58 +00:00
jdolecek
e0d3849845 Add py-natsort 5.0.1 - Natural sorting for Python
based on wip version
2016-11-30 14:13:48 +00:00