diff --git a/ArtList.ipynb b/ArtList.ipynb index 3b40fb3c..ce0cc7e7 100644 --- a/ArtList.ipynb +++ b/ArtList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.8" + "### Version : 5.9" ] }, { @@ -1041,13 +1041,7 @@ "******************************\n", "high five\n", "( ⌒o⌒)人(⌒-⌒ )v \n", - "******************************\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + "******************************\n", "hitchhicking\n", "(งツ)ว \n", "******************************\n", @@ -1547,7 +1541,13 @@ "<>_<> \n", "******************************\n", "power lines\n", - "TTT \n", + "TTT \n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ "******************************\n", "pretty eyes\n", "ఠ_ఠ \n", @@ -2046,13 +2046,7 @@ "******************************\n", "tidy up\n", "┬─┬⃰͡ (ᵔᵕᵔ͜ ) \n", - "******************************\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + "******************************\n", "tie-fighter\n", "|—O—| \n", "******************************\n", diff --git a/CHANGELOG.md b/CHANGELOG.md index 261d831f..c74ef309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [5.9] - 2023-03-16 ### Added - 6 new font 1. small_fancy @@ -2049,7 +2050,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - 1-Line art - CLI commands -[Unreleased]: https://github.com/sepandhaghighi/art/compare/v5.8...dev +[Unreleased]: https://github.com/sepandhaghighi/art/compare/v5.9...dev +[5.9]: https://github.com/sepandhaghighi/art/compare/v5.8...v5.9 [5.8]: https://github.com/sepandhaghighi/art/compare/v5.7...v5.8 [5.7]: https://github.com/sepandhaghighi/art/compare/v5.6...v5.7 [5.6]: https://github.com/sepandhaghighi/art/compare/v5.5...v5.6 diff --git a/DecorList.ipynb b/DecorList.ipynb index 90179ed0..c4197873 100644 --- a/DecorList.ipynb +++ b/DecorList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.8" + "### Version : 5.9" ] }, { diff --git a/FontList.ipynb b/FontList.ipynb index cb006c0e..a8df0302 100644 --- a/FontList.ipynb +++ b/FontList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.8" + "### Version : 5.9" ] }, { @@ -38,7 +38,7 @@ { "data": { "text/plain": [ - "640" + "646" ] }, "execution_count": 2, @@ -3677,6 +3677,9 @@ "antrophobia : \n", "тєѕт123\n", "\n", + "ascii_roman : \n", + "ƬΣЅƬ123\n", + "\n", "atlantic : \n", "ϯεςϯ123\n", "\n", @@ -3701,6 +3704,9 @@ "bold_script : \n", "𝓣𝓔𝓢𝓣123\n", "\n", + "boom : \n", + "✞ɛֆ✞123\n", + "\n", "bud1 : \n", "TོEོSོTོ1ོ2ོ3ོ\n", "\n", @@ -3749,6 +3755,9 @@ "crazy : \n", "ɬєʂɬ123\n", "\n", + "cross_jesus : \n", + "†ҽކ123\n", + "\n", "cruse : \n", "ᖶᘿSᖶ123\n", "\n", @@ -3767,6 +3776,9 @@ "cute3 : \n", "ƬҼՏƬ123\n", "\n", + "dark_tattoo : \n", + "𝕿𝕰𝕾𝕿յշՅ\n", + "\n", "dirty : \n", "ẗệṩẗ123\n", "\n", @@ -4304,6 +4316,9 @@ "love2 : \n", "ŦƐSŦ123\n", "\n", + "lucifer : \n", + "ᏆᎬsᏆ123\n", + "\n", "malayalam : \n", "੮૯ട੮౹੨੩\n", "\n", @@ -4373,6 +4388,9 @@ "slammer : \n", "ƮęsƮ123\n", "\n", + "small_fancy : \n", + "ₜₑₛₜ123\n", + "\n", "smallcaps2 : \n", "TEST123\n", "\n", diff --git a/INSTALL.md b/INSTALL.md index 2f3079a5..2e6f15b6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -5,14 +5,14 @@ ⚠️ **PyPI** support of these versions will be removed in a **future release** ### Source code -- Download [Version 5.8](https://github.com/sepandhaghighi/art/archive/v5.8.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip) +- Download [Version 5.9](https://github.com/sepandhaghighi/art/archive/v5.9.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip) - `python3 setup.py install` or `python setup.py install` (Need root access) ### PyPI - Check [Python Packaging User Guide](https://packaging.python.org/installing/) -- `pip install art==5.8` or `pip3 install art==5.8` (Need root access) +- `pip install art==5.9` or `pip3 install art==5.9` (Need root access) * Note : On `--upgrade` error install latest version of `setuptools` : `pip install setuptools` and retry @@ -29,7 +29,7 @@ ### Easy install -- Run `easy_install "art==5.8"` (Need root access) +- Run `easy_install "art==5.9"` (Need root access) ### MATLAB diff --git a/README.md b/README.md index b0d43489..2b44a6b4 100644 --- a/README.md +++ b/README.md @@ -743,6 +743,8 @@ art test2 ``` ### CLI +⚠️ [Backward Compatibility] **ART 5.9** is the last version to support this **CLI structure** + ⚠️ You can use `art` or `python -m art` to run this mode - List of arts : `art list` or `art arts` diff --git a/art/art_param.py b/art/art_param.py index 8ec7857a..2c92f200 100644 --- a/art/art_param.py +++ b/art/art_param.py @@ -6,7 +6,7 @@ from .decor_dic import * from .art_dic import * -ART_VERSION = "5.8" # pragma: no cover +ART_VERSION = "5.9" # pragma: no cover FONT_SMALL_THRESHOLD = 50 # pragma: no cover FONT_MEDIUM_THRESHOLD = 100 # pragma: no cover FONT_LARGE_THRESHOLD = 200 # pragma: no cover diff --git a/art/test.py b/art/test.py index 52d4cebf..a6b797e3 100644 --- a/art/test.py +++ b/art/test.py @@ -4407,10 +4407,10 @@ ____ ___ -__ __| ___| ( _ ) -\ \ / /|___ \ / _ \ - \ V / ___) | _ | (_) | - \_/ |____/ (_) \___/ +__ __| ___| / _ \ +\ \ / /|___ \ | (_) | + \ V / ___) | _ \__, | + \_/ |____/ (_) /_/ ASCII art is also known as "computer text art". diff --git a/otherfile/meta.yaml b/otherfile/meta.yaml index 12ae8d58..a3f9508c 100644 --- a/otherfile/meta.yaml +++ b/otherfile/meta.yaml @@ -1,5 +1,5 @@ {% set name = "art" %} -{% set version = "5.8" %} +{% set version = "5.9" %} package: name: {{ name|lower }} diff --git a/otherfile/version_check.py b/otherfile/version_check.py index 6ade3d27..3f043094 100644 --- a/otherfile/version_check.py +++ b/otherfile/version_check.py @@ -6,7 +6,7 @@ from art.art_param import * Failed = 0 -VERSION = "5.8" +VERSION = "5.9" README_ITEMS = ['{0}'.format(str(FONT_COUNTER)), ''.format(str(ART_COUNTER)), diff --git a/setup.py b/setup.py index 6045f09a..bb0abf36 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read_description(): setup( name='art', packages=['art'], - version='5.8', + version='5.9', description='ASCII Art Library For Python', long_description=read_description(), long_description_content_type='text/markdown',