File tree Expand file tree Collapse file tree 12 files changed +23
-20
lines changed
Expand file tree Collapse file tree 12 files changed +23
-20
lines changed Original file line number Diff line number Diff line change 8585 label : Art version
8686 description : Which version of Art are you using?
8787 options :
88+ - Art 6.2
8889 - Art 6.1
8990 - Art 6.0
9091 - Art 5.9
Original file line number Diff line number Diff line change 1111 "cell_type" : " markdown" ,
1212 "metadata" : {},
1313 "source" : [
14- " ### Version : 6.1 "
14+ " ### Version : 6.2 "
1515 ]
1616 },
1717 {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+ ## [ 6.2] - 2024-04-22
89### Added
910- 5 new font
1011 1. alissa
@@ -2103,7 +2104,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
21032104- 1-Line art
21042105- CLI commands
21052106
2106- [ Unreleased ] : https://github.com/sepandhaghighi/art/compare/v6.1...dev
2107+ [ Unreleased ] : https://github.com/sepandhaghighi/art/compare/v6.2...dev
2108+ [ 6.2 ] : https://github.com/sepandhaghighi/art/compare/v6.1...v6.2
21072109[ 6.1 ] : https://github.com/sepandhaghighi/art/compare/v6.0...v6.1
21082110[ 6.0 ] : https://github.com/sepandhaghighi/art/compare/v5.9...v6.0
21092111[ 5.9 ] : https://github.com/sepandhaghighi/art/compare/v5.8...v5.9
Original file line number Diff line number Diff line change 1111 "cell_type" : " markdown" ,
1212 "metadata" : {},
1313 "source" : [
14- " ### Version : 6.1 "
14+ " ### Version : 6.2 "
1515 ]
1616 },
1717 {
Original file line number Diff line number Diff line change 1111 "cell_type" : " markdown" ,
1212 "metadata" : {},
1313 "source" : [
14- " ### Version : 6.1 "
14+ " ### Version : 6.2 "
1515 ]
1616 },
1717 {
Original file line number Diff line number Diff line change 1010### PyPI
1111
1212- Check [ Python Packaging User Guide] ( https://packaging.python.org/installing/ )
13- - ` pip install art==6.1 ` (Need root access)
13+ - ` pip install art==6.2 `
1414
1515### Source code
16- - Download [ Version 6.1 ] ( https://github.com/sepandhaghighi/art/archive/v6.1 .zip ) or [ Latest Source] ( https://github.com/sepandhaghighi/art/archive/dev.zip )
16+ - Download [ Version 6.2 ] ( https://github.com/sepandhaghighi/art/archive/v6.2 .zip ) or [ Latest Source] ( https://github.com/sepandhaghighi/art/archive/dev.zip )
1717- ` pip install . `
1818
1919### Conda
2020
2121#### Conda-Forge
2222- Check [ Conda-Forge] ( https://conda-forge.org )
23- - ` conda install -c conda-forge ascii-art ` (Need root access)
23+ - ` conda install -c conda-forge ascii-art `
2424
2525#### Private channel
2626- Check [ Conda Managing Package] ( https://conda.io )
27- - ` conda install -c sepandhaghighi art ` (Need root access)
27+ - ` conda install -c sepandhaghighi art `
2828
2929### MATLAB
3030
3131- Download and install [ MATLAB] ( https://www.mathworks.com/products/matlab.html ) (>=8.5, 64/32 bit)
3232- Download and install [ Python3.x] ( https://www.python.org/downloads/ ) (>=3.5, 64/32 bit)
3333 - [x] Select `Add to PATH` option
3434 - [x] Select `Install pip` option
35- - Run ` pip install art ` (Need root access)
35+ - Run ` pip install art `
3636- Configure Python interpreter
3737``` matlab
3838>> pyversion PYTHON_EXECUTABLE_FULL_PATH
Original file line number Diff line number Diff line change 44
55| Version | Supported |
66| ------------- | ------------------ |
7- | 6.1 | :white_check_mark : |
8- | < 6.1 | :x : |
7+ | 6.2 | :white_check_mark : |
8+ | < 6.2 | :x : |
99
1010## Reporting a vulnerability
1111
Original file line number Diff line number Diff line change 66from .decor_dic import *
77from .art_dic import *
88
9- ART_VERSION = "6.1 " # pragma: no cover
9+ ART_VERSION = "6.2 " # pragma: no cover
1010FONT_SMALL_THRESHOLD = 50 # pragma: no cover
1111FONT_MEDIUM_THRESHOLD = 100 # pragma: no cover
1212FONT_LARGE_THRESHOLD = 200 # pragma: no cover
Original file line number Diff line number Diff line change 44264426 \__,_||_| \__|
44274427<BLANKLINE>
44284428<BLANKLINE>
4429- __ _
4430- __ __ / /_ / |
4431- \ \ / /| '_ \ | |
4432- \ V / | (_) | _ | |
4433- \_/ \___/ (_)|_ |
4429+ __ ____
4430+ __ __ / /_ |___ \
4431+ \ \ / /| '_ \ __) |
4432+ \ V / | (_) | _ / __/
4433+ \_/ \___/ (_)|_____ |
44344434<BLANKLINE>
44354435<BLANKLINE>
44364436ASCII art is also known as "computer text art".
Original file line number Diff line number Diff line change 11{% set name = "art" %}
2- {% set version = "6.1 " %}
2+ {% set version = "6.2 " %}
33
44package :
55 name : {{ name|lower }}
You can’t perform that action at this time.
0 commit comments