From 1f43b52adcd99b87956e0240ca5bb0d5ee700f71 Mon Sep 17 00:00:00 2001 From: Sepand Haghighi Date: Sun, 18 Dec 2022 02:11:11 +0330 Subject: [PATCH] Minor edits (#218) * fix : ubuntu version set to 20.04 * doc : dependencies section removed from README.md * doc : notebooks links updated * doc : CHANGELOG updated --- .github/workflows/test.yml | 6 +++--- CHANGELOG.md | 3 +++ README.md | 20 +++----------------- 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce04cea7..a8cda2e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-20.04, windows-latest, macOS-latest] python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10.0, 3.11.0] steps: - uses: actions/checkout@v2 @@ -42,7 +42,7 @@ jobs: run: | pip install notebook>=5.2.2 python otherfile/notebook_check.py - if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest' + if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04' - name: Other tests run: | python -m vulture art/ otherfile/ setup.py art_profile.py --min-confidence 65 --exclude=__init__.py --sort-by-size @@ -53,7 +53,7 @@ jobs: run: | coverage run -m art test2 codecov - if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-latest' + if: matrix.python-version == 3.8 && matrix.os == 'ubuntu-20.04' - name: Profile run: | python -m cProfile -s cumtime art_profile.py diff --git a/CHANGELOG.md b/CHANGELOG.md index 00459e5d..b0958850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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] +### Changed +- Test system modified +- `README.md` modified ## [5.8] - 2022-11-23 ### Added - 8 new font diff --git a/README.md b/README.md index 0e322858..ec9266dc 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ * [Try ART in Your Browser](https://github.com/sepandhaghighi/art#try-art-in-your-browser) * [Screen Record](https://github.com/sepandhaghighi/art#screen-record) * [Issues & Bug Reports](https://github.com/sepandhaghighi/art#issues--bug-reports) - * [Dependencies](https://github.com/sepandhaghighi/art#dependencies) * [Contribution](https://github.com/sepandhaghighi/art/blob/master/.github/CONTRIBUTING.md) * [Reference](https://github.com/sepandhaghighi/art#reference) * [Authors](https://github.com/sepandhaghighi/art/blob/master/AUTHORS.md) @@ -779,9 +778,9 @@ Just send your text to one of these bots. 👇👇👇👇

Screen Record

-* View full font list ([Link1](https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb "Full Font List"),[Link2](http://art.shaghighi.ir/FontList.html "Full Font List")) -* View full art list ([Link1](https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb "Full Art List"),[Link2](http://art.shaghighi.ir/ArtList.html "Full Art List")) -* View full decoration list ([Link1](https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb "Full Decoration List"),[Link2](http://art.shaghighi.ir/DecorList.html "Full Decoration List")) +* View full font list ([Link1](https://github.com/sepandhaghighi/art/blob/master/FontList.ipynb "Full Font List"),[Link2](https://www.ascii-art.site/FontList.html "Full Font List")) +* View full art list ([Link1](https://github.com/sepandhaghighi/art/blob/master/ArtList.ipynb "Full Art List"),[Link2](https://www.ascii-art.site/ArtList.html "Full Art List")) +* View full decoration list ([Link1](https://github.com/sepandhaghighi/art/blob/master/DecorList.ipynb "Full Decoration List"),[Link2](https://www.ascii-art.site/DecorList.html "Full Decoration List")) ## Issues & bug reports @@ -791,19 +790,6 @@ Just send your text to one of these bots. 👇👇👇👇 3. Website : [https://www.ascii-art.site](https://www.ascii-art.site) 4. Email : [info@ascii-art.site](mailto:info@ascii-art.site "info@ascii-art.site") -## Dependencies - - - - - - - - - - -
masterdev
Requirements StatusRequirements Status
- ## Reference 1. [FIGlet](http://www.figlet.org/)