Skip to content

Commit

Permalink
Version 6.2 (#270)
Browse files Browse the repository at this point in the history
* rel : migrate to version 6.2

* doc : notebooks version updated

* doc : bug_report.yml version updated

* doc : INSTALL.md updated

* doc : release date updated
  • Loading branch information
sepandhaghighi committed Apr 22, 2024
1 parent 316780a commit 3493a87
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 20 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Expand Up @@ -85,6 +85,7 @@ body:
label: Art version
description: Which version of Art are you using?
options:
- Art 6.2
- Art 6.1
- Art 6.0
- Art 5.9
Expand Down
2 changes: 1 addition & 1 deletion ArtList.ipynb
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Version : 6.1"
"### Version : 6.2"
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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]
## [6.2] - 2024-04-22
### Added
- 5 new font
1. alissa
Expand Down Expand Up @@ -2103,7 +2104,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/v6.1...dev
[Unreleased]: https://github.com/sepandhaghighi/art/compare/v6.2...dev
[6.2]: https://github.com/sepandhaghighi/art/compare/v6.1...v6.2
[6.1]: https://github.com/sepandhaghighi/art/compare/v6.0...v6.1
[6.0]: https://github.com/sepandhaghighi/art/compare/v5.9...v6.0
[5.9]: https://github.com/sepandhaghighi/art/compare/v5.8...v5.9
Expand Down
2 changes: 1 addition & 1 deletion DecorList.ipynb
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Version : 6.1"
"### Version : 6.2"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion FontList.ipynb
Expand Up @@ -11,7 +11,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Version : 6.1"
"### Version : 6.2"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Expand Up @@ -10,29 +10,29 @@
### PyPI

- Check [Python Packaging User Guide](https://packaging.python.org/installing/)
- `pip install art==6.1` (Need root access)
- `pip install art==6.2`

### Source code
- Download [Version 6.1](https://github.com/sepandhaghighi/art/archive/v6.1.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
- Download [Version 6.2](https://github.com/sepandhaghighi/art/archive/v6.2.zip) or [Latest Source](https://github.com/sepandhaghighi/art/archive/dev.zip)
- `pip install .`

### Conda

#### Conda-Forge
- Check [Conda-Forge](https://conda-forge.org)
- `conda install -c conda-forge ascii-art ` (Need root access)
- `conda install -c conda-forge ascii-art `

#### Private channel
- Check [Conda Managing Package](https://conda.io)
- `conda install -c sepandhaghighi art ` (Need root access)
- `conda install -c sepandhaghighi art `

### MATLAB

- Download and install [MATLAB](https://www.mathworks.com/products/matlab.html) (>=8.5, 64/32 bit)
- Download and install [Python3.x](https://www.python.org/downloads/) (>=3.5, 64/32 bit)
- [x] Select `Add to PATH` option
- [x] Select `Install pip` option
- Run `pip install art` (Need root access)
- Run `pip install art`
- Configure Python interpreter
```matlab
>> pyversion PYTHON_EXECUTABLE_FULL_PATH
Expand Down
4 changes: 2 additions & 2 deletions SECURITY.md
Expand Up @@ -4,8 +4,8 @@

| Version | Supported |
| ------------- | ------------------ |
| 6.1 | :white_check_mark: |
| < 6.1 | :x: |
| 6.2 | :white_check_mark: |
| < 6.2 | :x: |

## Reporting a vulnerability

Expand Down
2 changes: 1 addition & 1 deletion art/art_param.py
Expand Up @@ -6,7 +6,7 @@
from .decor_dic import *
from .art_dic import *

ART_VERSION = "6.1" # pragma: no cover
ART_VERSION = "6.2" # pragma: no cover
FONT_SMALL_THRESHOLD = 50 # pragma: no cover
FONT_MEDIUM_THRESHOLD = 100 # pragma: no cover
FONT_LARGE_THRESHOLD = 200 # pragma: no cover
Expand Down
10 changes: 5 additions & 5 deletions art/test.py
Expand Up @@ -4426,11 +4426,11 @@
\__,_||_| \__|
<BLANKLINE>
<BLANKLINE>
__ _
__ __ / /_ / |
\ \ / /| '_ \ | |
\ V / | (_) | _ | |
\_/ \___/ (_)|_|
__ ____
__ __ / /_ |___ \
\ \ / /| '_ \ __) |
\ V / | (_) | _ / __/
\_/ \___/ (_)|_____|
<BLANKLINE>
<BLANKLINE>
ASCII art is also known as "computer text art".
Expand Down
2 changes: 1 addition & 1 deletion otherfile/meta.yaml
@@ -1,5 +1,5 @@
{% set name = "art" %}
{% set version = "6.1" %}
{% set version = "6.2" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion otherfile/version_check.py
Expand Up @@ -6,7 +6,7 @@
from art.art_param import *

Failed = 0
VERSION = "6.1"
VERSION = "6.2"

README_ITEMS = ['<td id="font_counter">{0}</td>'.format(str(FONT_COUNTER)),
'<img src="https://img.shields.io/badge/Font List-{0}-blue.svg" alt="Font List">'.format(str(FONT_COUNTER)),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -35,7 +35,7 @@ def read_description():
setup(
name='art',
packages=['art'],
version='6.1',
version='6.2',
description='ASCII Art Library For Python',
long_description=read_description(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3493a87

Please sign in to comment.