1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
Change log
==========
5.2 (2025-11-11)
----------------
- Add support for Python 3.14.
- Drop support for Python 3.9.
5.1 (2025-07-18)
----------------
- Hide undocumented special behavior for ``N`` behind method parameter.
(`#30 <https://github.com/zopefoundation/roman/issues/30>`_)
5.0 (2025-01-15)
----------------
- Drop support for Python 3.7, 3.8.
- Add support for lower case roman numerals.
(`#22 <https://github.com/zopefoundation/roman/pull/22>`_)
4.2 (2024-04-25)
----------------
- Remove overlooked mentions of the Python 2.1.1 license
(`#17 <https://github.com/zopefoundation/roman/issues/17>`_)
- Add support for Python 3.12 and 3.13.
4.1 (2023-05-26)
----------------
- Change license to the Zope Public License (ZPL) version 2.1
(`#15 <https://github.com/zopefoundation/roman/issues/15>`_)
4.0 (2023-02-28)
----------------
- Add support for Python 3.10, 3.11.
- Drop support for Python 2.7, 3.5, 3.6.
3.3 (2020-07-12)
----------------
- added support for Python 3.9
- added CLI command ``roman`` with ``-r/--reverse`` to convert back from Roman
- added simple usage instructions
3.2 (2019-04-14)
----------------
- expanded test coverage
- Added support for 0 -> N
(see https://en.wikipedia.org/wiki/Roman_numerals#Zero)
- Added support for Python 3.8
3.1 (2018-10-24)
----------------
- Added support for Python 3.7.
3.0 (2018-05-28)
----------------
- Added support for Python 3.5, 3.6 and PyPy3.
- Dropped support for Python 2.6 and 3.3.
2.0.0 (2013-02-25)
------------------
- Added Python 3.3 and PyPy support.
- Added tests.
1.4.0 (2009-07-23)
------------------
- Initial PyPI release.
|