From 65e5d69d64edb52164617c73a95f8a39b080c347 Mon Sep 17 00:00:00 2001 From: sepandhaghighi Date: Sun, 20 Nov 2022 13:19:57 +0330 Subject: [PATCH] rel : migrate to version 5.8 --- ArtList.ipynb | 39 ++++++++++++++++++++++++++++---------- CHANGELOG.md | 4 +++- DecorList.ipynb | 15 ++++++++++++++- FontList.ipynb | 3 +-- INSTALL.md | 6 +++--- art/art_param.py | 2 +- art/test.py | 10 +++++----- otherfile/meta.yaml | 2 +- otherfile/version_check.py | 2 +- setup.py | 2 +- 10 files changed, 59 insertions(+), 26 deletions(-) diff --git a/ArtList.ipynb b/ArtList.ipynb index b1567922..af1ca27e 100644 --- a/ArtList.ipynb +++ b/ArtList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.7" + "### Version : 5.8" ] }, { @@ -1041,7 +1041,13 @@ "******************************\n", "high five\n", "( ⌒o⌒)人(⌒-⌒ )v \n", - "******************************\n", + "******************************\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ "hitchhicking\n", "(งツ)ว \n", "******************************\n", @@ -2040,7 +2046,13 @@ "******************************\n", "tidy up\n", "┬─┬⃰͡ (ᵔᵕᵔ͜ ) \n", - "******************************\n", + "******************************\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ "tie-fighter\n", "|—O—| \n", "******************************\n", @@ -2064,13 +2076,7 @@ "******************************\n", "tripping out\n", "q(❂‿❂)p \n", - "******************************\n" - ] - }, - { - "name": "stdout", - "output_type": "stream", - "text": [ + "******************************\n", "trolling\n", "༼∵༽ ༼⍨༽ ༼⍢༽ ༼⍤༽ \n", "******************************\n", @@ -2231,6 +2237,19 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.2" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": false, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "PyCM", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false } }, "nbformat": 4, diff --git a/CHANGELOG.md b/CHANGELOG.md index c864ca36..00459e5d 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.8] - 2022-11-23 ### Added - 8 new font 1. russian2 @@ -2035,7 +2036,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.7...dev +[Unreleased]: https://github.com/sepandhaghighi/art/compare/v5.8...dev +[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 [5.5]: https://github.com/sepandhaghighi/art/compare/v5.4...v5.5 diff --git a/DecorList.ipynb b/DecorList.ipynb index 4cdd0d63..35121455 100644 --- a/DecorList.ipynb +++ b/DecorList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.7" + "### Version : 5.8" ] }, { @@ -752,6 +752,19 @@ "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.5.2" + }, + "toc": { + "base_numbering": 1, + "nav_menu": {}, + "number_sections": false, + "sideBar": true, + "skip_h1_title": false, + "title_cell": "Table of Contents", + "title_sidebar": "PyCM", + "toc_cell": false, + "toc_position": {}, + "toc_section_display": true, + "toc_window_display": false } }, "nbformat": 4, diff --git a/FontList.ipynb b/FontList.ipynb index 957b025a..cb006c0e 100644 --- a/FontList.ipynb +++ b/FontList.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Version : 5.7" + "### Version : 5.8" ] }, { @@ -4539,7 +4539,6 @@ } ], "metadata": { - "celltoolbar": "Edit Metadata", "kernelspec": { "display_name": "Python 3", "language": "python", diff --git a/INSTALL.md b/INSTALL.md index 081629b3..2f3079a5 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.7](https://github.com/sepandhaghighi/art/archive/v5.7.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip) +- Download [Version 5.8](https://github.com/sepandhaghighi/art/archive/v5.8.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.7` or `pip3 install art==5.7` (Need root access) +- `pip install art==5.8` or `pip3 install art==5.8` (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.7"` (Need root access) +- Run `easy_install "art==5.8"` (Need root access) ### MATLAB diff --git a/art/art_param.py b/art/art_param.py index 6f16ff0b..7d46e515 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.7" # pragma: no cover +ART_VERSION = "5.8" # 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 723c34d7..7b6c75a4 100644 --- a/art/test.py +++ b/art/test.py @@ -4406,11 +4406,11 @@ \__,_||_| \__| - ____ _____ -__ __| ___| |___ | -\ \ / /|___ \ / / - \ V / ___) | _ / / - \_/ |____/ (_) /_/ + ____ ___ +__ __| ___| ( _ ) +\ \ / /|___ \ / _ \ + \ V / ___) | _ | (_) | + \_/ |____/ (_) \___/ ASCII art is also known as "computer text art". diff --git a/otherfile/meta.yaml b/otherfile/meta.yaml index 3fb2cfc4..12ae8d58 100644 --- a/otherfile/meta.yaml +++ b/otherfile/meta.yaml @@ -1,5 +1,5 @@ {% set name = "art" %} -{% set version = "5.7" %} +{% set version = "5.8" %} package: name: {{ name|lower }} diff --git a/otherfile/version_check.py b/otherfile/version_check.py index b50bbf81..6ade3d27 100644 --- a/otherfile/version_check.py +++ b/otherfile/version_check.py @@ -6,7 +6,7 @@ from art.art_param import * Failed = 0 -VERSION = "5.7" +VERSION = "5.8" README_ITEMS = ['{0}'.format(str(FONT_COUNTER)), ''.format(str(ART_COUNTER)), diff --git a/setup.py b/setup.py index 50b5e959..21d82d61 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ def read_description(): setup( name='art', packages=['art'], - version='5.7', + version='5.8', description='ASCII Art Library For Python', long_description=read_description(), long_description_content_type='text/markdown',