Skip to content

Commit

Permalink
preparing for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyarri committed May 17, 2024
1 parent c7682cc commit 1c0c60f
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
9 changes: 6 additions & 3 deletions IncScaleNx.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@
Python implementation developed by Ilya Razmanov (https://dnyarri.github.io/),
based on brief algorithm description by Andrea Mazzoleni (https://www.scale2x.it/)
Warning: 14 May 2024 - Arguments and return format changed. Incompatible with previous versions!
May be freely used and included anywhere by anyone who found it useful.
May be freely used and included anywhere by anyone who found it useful.
Versions:
----------
2024.05.14 Arguments and return format changed. Incompatible with previous versions!
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = ['Ilya Razmanov', 'Andrea Mazzoleni']
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down
9 changes: 3 additions & 6 deletions IncSrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,20 +49,17 @@
Versions:
----------
2024.05.14 Complete rewriting. Image .append within for loops replaced with comprehension list generator and comprehension list reshaper.
2024.05.14 Complete rewriting. Image .append within for loops replaced with comprehension list generator and comprehension list reshaper. Img3Dto1D input format changed, only image list required. Image size variables removed from positional arguments.
WARNING:
----------
Img3Dto1D input format changed, only image list required. Image size variables removed from positional arguments, making this version incompatible with versions 2024.03.20 and below.
All this makes version 2024.05.14 and above incompatible with versions 2024.03.20 and below.
'''

__author__ = 'Ilya Razmanov'
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down
2 changes: 1 addition & 1 deletion Scale2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down
2 changes: 1 addition & 1 deletion Scale3x.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down
2 changes: 1 addition & 1 deletion batchScale2x.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down
2 changes: 1 addition & 1 deletion batchScale3x.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
__copyright__ = '(c) 2024 Ilya Razmanov'
__credits__ = 'Ilya Razmanov'
__license__ = 'unlicense'
__version__ = '2024.05.14'
__version__ = '2024.05.17'
__maintainer__ = 'Ilya Razmanov'
__email__ = 'ilyarazmanov@gmail.com'
__status__ = 'Production'
Expand Down

0 comments on commit 1c0c60f

Please sign in to comment.