summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
Commit message (Collapse)AuthorAgeFilesLines
* Reduce the finger pointing at BSDSeth Morton2023-04-181-1/+1
| | | | Turns out a fair amount of the problems were with natsort itself.
* Remove CHANGELOG from API documentationSeth Morton2023-04-181-0/+5
| | | | This removes the dep on m2r2, and closes #162.
* Add links to issues in changelogSeth Morton2023-03-011-74/+142
|
* Bump version: 8.3.0 → 8.3.18.3.1Seth Morton2023-03-011-0/+4
|
* Update changelogSeth Morton2023-03-011-0/+5
| | | | This closes #161.
* Bump version: 8.2.0 → 8.3.0Seth Morton2023-02-271-0/+4
|
* Update changelogSeth Morton2023-02-271-1/+2
|
* Update changelogSeth Morton2023-02-271-0/+7
| | | | This closes #149
* Update changelogSeth Morton2023-02-261-0/+8
|
* Update changelogSeth Morton2022-12-181-0/+4
|
* Bump version: 8.1.0 → 8.2.08.2.0Seth Morton2022-09-011-0/+4
|
* Update changelogSeth Morton2022-09-011-0/+6
|
* Bump version: 8.0.2 → 8.1.08.1.0Seth Morton2022-01-301-0/+4
|
* Update changelogSeth Morton2022-01-291-2/+6
|
* Fix typosKian-Meng, Ang2021-12-301-5/+5
|
* Bump version: 8.0.1 → 8.0.28.0.2Seth Morton2021-12-141-0/+4
|
* Update changelogSeth Morton2021-12-141-0/+3
|
* Minor changelog editSeth Morton2021-12-131-1/+0
|
* Bump version: 8.0.0 → 8.0.18.0.1Seth Morton2021-12-101-0/+4
|
* Update changelogSeth Morton2021-12-091-0/+5
|
* Bump version: 7.2.0 → 8.0.08.0.0Seth Morton2021-11-031-0/+4
|
* Prepare to change 7.2.0 into 8.0.0Seth Morton2021-11-031-1/+4
|
* Bump version: 7.1.1 → 7.2.07.2.0Seth Morton2021-11-021-0/+4
|
* Add notes about using Python 3.10Seth Morton2021-11-021-0/+1
|
* Update changelogSeth Morton2021-11-021-5/+3
|
* The ns enum actually now is a python enumSeth Morton2021-10-241-0/+5
| | | | | | | | | I have been wanting to do this for quite some time, but needed the functionality of the IntEnum for backwards-compatibility. Now that Python 3.5 is no longer supported, the IntEnum can be used and the definition of ns is far simpler than it used to be. This plays nice with mypy also, which is the driving change.
* Remove support for Python 3.5 and 3.4Seth Morton2021-10-241-0/+4
|
* Bump version: 7.1.0 → 7.1.17.1.1Seth Morton2021-01-241-0/+4
|
* Update changelogSeth Morton2021-01-241-0/+4
|
* Update changelogSeth Morton2020-11-241-0/+3
|
* Bump version: 7.0.1 → 7.1.07.1.0Seth Morton2020-11-191-0/+4
|
* Update changelogSeth Morton2020-11-191-1/+1
|
* Update changelogSeth Morton2020-11-191-0/+1
|
* Update changelogSeth Morton2020-11-171-0/+3
|
* Treat None like NaN so it gets sorted robustlySeth Morton2020-11-151-0/+1
| | | | | | This will prevent TypeErrors. This closes issue #117.
* Update changelogSeth Morton2020-11-151-0/+8
|
* Update changelogSeth Morton2020-04-251-0/+4
|
* fix DepricationWarning typoThomas Grainger2020-02-141-1/+1
|
* Bump version: 7.0.0 → 7.0.17.0.1Seth Morton2020-01-271-0/+4
|
* Update changelogSeth Morton2020-01-271-0/+4
|
* Bump version: 6.2.0 → 7.0.07.0.0Seth Morton2020-01-081-0/+4
|
* Update testing dependency versionsSeth Morton2020-01-061-0/+1
|
* Update changelogSeth Morton2019-11-191-1/+2
|
* Update changelogSeth Morton2019-11-191-3/+11
|
* Re-remove Python 2.7 support.Seth Morton2019-11-131-0/+3
|
* Bump version: 6.1.0 → 6.2.0Seth Morton2019-11-131-0/+4
|
* Drop Python 3.4 from testingSeth Morton2019-11-131-0/+1
| | | | | | 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.
* Update changelogSeth Morton2019-11-131-0/+11
|
* Revert removal of Python 2.7 in one commitThis is to make a release that ↵Seth Morton2019-11-131-3/+0
| | | | supports Python 3.8 and Python 2.7. Thiscommit can be reverted to then remove 2.7 support again.
* Update changelogSeth Morton2019-11-101-3/+7
|