Sepand Haghighi
c073ea0769
`README.md` modification ( #225 )
...
* doc : README.md updated
* doc : nft.storage section in README.md updated
* doc : minor bug in README.md updated
* doc : minor typo in feature_request.yml fixed
* doc : minor edit in README.md list
* doc : minor edit in demo.ipynb
2024-09-03 08:22:43 -07:00
Sepand Haghighi
4eb111a576
`demo.ipynb` updated ( #224 )
...
* doc : generate mode section added to notebook
* doc : notebook updated
* fix : version_check script updated
* fix : info emoji updated
* doc : CHANGELOG.md updated
* doc : RELEASE.md updated
* doc : minor edit in demo.ipynb
* doc : minor edits in demo.ipynb
* doc : missed sign added to demo.ipynb
* doc : minor edit in demo.ipynb
2024-09-01 12:28:06 -07:00
Sepand Haghighi
23b14c7318
New `GenerateMode` ( #223 )
...
* fix : 8 new options added to GenerateMode
* fix : generate method updated
* fix : tests updated
* doc : README.md updated
* doc : CHANGELOG.md added
* fix : minor bug in generate method fixed
* fix : minor bug in GenerateMode enum fixed
2024-08-24 16:34:53 -07:00
Sepand Haghighi
3c0144d045
New `GenerateMode` ( #222 )
...
* fix : f1,f2 renamed to f1_vs_index and f2_vs_index
* feat : 2 new generate mode added
* fix : overall_test.py updated
* doc : README.md updated
* fix : minor typo in overall_test.py fixed
* fix : minor edit in generate method
2024-08-22 16:56:09 -07:00
dependabot[bot]
3e17e35f10
Bump matplotlib from 3.9.1 to 3.9.2 ( #221 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.1...v3.9.2 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-16 20:03:30 +03:30
Sepand Haghighi
e895b97bf7
Generate mode ( #219 )
...
* feat : GenerateMode enum added
* feat : mode added to generate method
* fix : _GI_initializer updated
* fix : generate_params_filter function updated
* fix : __init__.py updated
* fix : minor bug in generate method fixed
* fix : generate_params_filter function updated
* fix : minor bug in generate method fixed
* update : readme updated.
* update : save/load config functions update accordingly.
* test : a test for generation_mode added.
* log : changes logged.
* test : more tests added.
* doc : minor edit in generate mode section in README.md
* fix : autopep8
* doc : generate_mode example updated
---------
Co-authored-by: Sadra Sabouri <sabouri.sadra@gmail.com>
2024-08-14 17:11:51 -07:00
dependabot[bot]
04d21c0ff0
Bump matplotlib from 3.9.0 to 3.9.1 ( #217 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.9.0 to 3.9.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.9.0...v3.9.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-03 10:42:35 +03:30
Sadra Sabouri
32b3803e72
Deprecation ( #218 )
...
* add : `DEPRECATION_WARNING` variable added.
* add : `deprecated` decorator added.
* log : changes logged.
* update : tests updated.
* fix : typo fixed.
* fix : typo fixed in tests.
* fix : `warns` imported.
* fix : docstring fixed.
* fix : `deprecated` function moved over `nft_storage` method.
* fix : nft_upload_test.py updated
* fix : nft_upload_test.py updated
* fix : tests indent bugs fixed
* doc : README.md updated
---------
Co-authored-by: sepandhaghighi <sepand.haghighi@yahoo.com>
2024-08-03 07:51:07 +03:30
Sepand Haghighi
a23198afba
Badge bug ( #216 )
...
* doc : badges decoration bug fixed
* doc : CI badges bug fixed
* doc : CHANGELOG.md updated
2024-07-01 12:07:05 -07:00
Sepand Haghighi
0aae8480ca
Version 1.2 ( #214 )
...
* rel : migrate to version 1.2
* rel : doc updated to version 1.2
* rel : CHANGELOG.md updated
* rel : release date updated
2024-06-25 18:21:09 +03:30
Sepand Haghighi
874b99b64c
Random mode modification ( #213 )
...
* fix : RANDOM_EQUATION_FOF_MAX_DEPTH set to 2
* fix : ELEMENTS_LIST updated
* doc : CHANGELOG.md updated
* fix : minor edit in overall_test.py (numpy update)
2024-06-19 00:10:38 -07:00
Sepand Haghighi
79cf3bdc82
Release note ( #212 )
...
* doc : RELEASE.md added
* fix : fail-fast disabled
* doc : minor edit in RELEASE.md
* doc : minor edit in RELEASE.md
2024-06-06 19:01:15 -07:00
dependabot[bot]
782502720b
Bump matplotlib from 3.8.4 to 3.9.0 ( #210 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.8.4 to 3.9.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.4...v3.9.0 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-27 20:50:59 +03:30
Sepand Haghighi
a02601eeb5
Python 3.5 drop ( #211 )
...
* fix : Python 3.5 removed from setup.py
* fix : Python 3.5 removed from test.yml
* doc : CHANGELOG.md updated
* fix : minor edit in codecov section
2024-05-21 15:47:01 -07:00
dependabot[bot]
b1f6ada487
Bump art from 6.1 to 6.2 ( #209 )
...
Bumps [art](https://github.com/sepandhaghighi/art ) from 6.1 to 6.2.
- [Release notes](https://github.com/sepandhaghighi/art/releases )
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sepandhaghighi/art/compare/v6.1...v6.2 )
---
updated-dependencies:
- dependency-name: art
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-30 17:11:21 +03:30
Sepand Haghighi
cf01b7a3c2
SECURITY.md ( #208 )
...
* doc : SECURITY.md added
* doc : CHANGELOG.md updated
* fix : version_check.py updated
* fix : SECURITY.md verison fixed
2024-04-15 16:55:19 -07:00
Sepand Haghighi
73ea2edb20
Minor edits ( #207 )
...
* doc : TOC removed from README.md
* doc : README.md tags modified
* doc : minor edit in README.md titles
* doc : AUTHORS.md updated
* fix : dependabot.yml updated
* fix : test.yml coverage section updated
2024-04-13 19:01:50 -07:00
dependabot[bot]
46e1969b99
Bump matplotlib from 3.8.3 to 3.8.4 ( #206 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.3...v3.8.4 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 16:20:25 +03:30
dependabot[bot]
ca3c27775f
Bump matplotlib from 3.8.2 to 3.8.3 ( #205 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.8.2 to 3.8.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.8.2...v3.8.3 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-19 16:44:52 +03:30
Sadra Sabouri
9569e843cc
Minor Edit on Templates ( #204 )
...
* fix : `textarea` placeholder fixed in `bug_report.yml`
* fix : `textarea` placeholder fixed in `feature_request.yml`
2024-02-09 12:48:30 +03:30
Sadra Sabouri
56f1647551
Issue/bug template updated to the modern one ( #203 )
...
* change : bug/issue template chnaged to modern version.
* log : changes logged.
* update : version_check updated.
2024-01-22 15:59:56 +03:30
Sepand Haghighi
ae76d83af1
Minor edits ( #202 )
...
* fix : .keys() removed
* fix : autpep8 scripts updated
2023-12-19 08:27:32 -08:00
Sadra Sabouri
6a744487f3
`func_seed` added ( #201 )
...
* add : `func_seed` added to GenerativeImage.__init__
* add : "
* log : changes logged.
* readme : readme updated.
* fix : random seed problem fixed.
2023-12-05 19:35:57 +03:30
Sepand Haghighi
044de68cdc
Python 3.12 ( #200 )
...
* fix : Python 3.12 added to test.yml
* fix : Python 3.12 added to setup.py
* doc : README.md updated
* doc : CHANGELOG updated
2023-11-28 23:12:58 -08:00
dependabot[bot]
94392c5554
Bump matplotlib from 3.7.1 to 3.8.2 ( #199 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.7.1 to 3.8.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.1...v3.8.2 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 01:42:09 +03:30
dependabot[bot]
47cf8e6425
Bump art from 5.9 to 6.1 ( #198 )
...
Bumps [art](https://github.com/sepandhaghighi/art ) from 5.9 to 6.1.
- [Release notes](https://github.com/sepandhaghighi/art/releases )
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sepandhaghighi/art/compare/v5.9...v6.1 )
---
updated-dependencies:
- dependency-name: art
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 00:55:14 +03:30
Sepand Haghighi
1214f1768b
IPFS Gateway ( #197 )
...
* feat : Gateway class added
* feat : gateway parameter added to nft_storage method
* doc : docstring updated
* fix : Gateway enum added to init file
* fix : Gateway class updated
* fix : tests updated
* fix : NFT_STORAGE_LINK removed
* doc : CHANGELOG updated
* doc : README.md updated
* fix : minor edit in nft_upload_test.py
* fix : minor edit in nft_upload_test.py
2023-11-27 22:36:05 -08:00
Sepand Haghighi
bbb1f14f45
Donate ( #194 )
...
* doc : README donation section updated
* doc : FUNDING.yml added
* doc : gitcoin_btn.png removed
* doc : donate-button.png added
* doc : donation button link updated
* doc : CHANGELOG updated
* doc : donate-button link fixed
2023-06-02 16:26:12 +03:30
Sadra Sabouri
ad05ef464d
Minor edit ( #193 )
...
* fix : different ways of matplotlib import unified.
* edit : test system optimized.
* edit : Install section modified.
* fix : doctest issues fixed.
* fix : usecases of `matplotlib` unified.
* pep8 : autpep8ed.
* fix : usecases of `matplotlib` unified.
* delete : `Test with pytest` is now in all Python versions.
2023-05-09 17:21:49 +03:30
Sadra Sabouri
76f3f485fc
Test warnings fixed ( #191 )
...
* edit : `DEFAULT_CMAP` edited.
* pep8 : autopep8ed.
* change : `DEFAULT_CMAP` -> `DEFAULT_CMAP_NAME`.
* add : `get_cmap` function. (#186 )
* remove : extra import form matplotlib.
* log : changes logged.
* add : `# pragma: no cover` added to the `get_cmap` exception.
2023-04-30 11:37:34 +03:30
Sepand Haghighi
00bbff64a0
Codecov ( #190 )
...
* fix : codecov removed from dev-requirements.txt
* doc : CHANGELOG updated
2023-04-15 14:55:46 +03:30
Sepand Haghighi
190477be52
Pillow ( #189 )
...
* fix : meta.yaml updated
* doc : CHANGELOG updated
2023-04-09 18:35:41 +03:30
Sepand Haghighi
6316e17d83
Version 1.1 ( #187 )
...
* rel : migrate to version 1.1
* fix : params.py revert
2023-04-05 18:03:36 +03:30
Sadra Sabouri
2a98624138
Samila version added for reproducibility ( #184 )
...
* change : micro version is no longer saved.
* add : `__version__` attribute for Samila version. (#171 )
* fix : minor mistake in CHANGELOG.md.
* update : `VERSION_WARNING` updated.
2023-03-31 17:37:17 +03:30
dependabot[bot]
a994902006
Bump art from 5.8 to 5.9 ( #181 )
...
Bumps [art](https://github.com/sepandhaghighi/art ) from 5.8 to 5.9.
- [Release notes](https://github.com/sepandhaghighi/art/releases )
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sepandhaghighi/art/compare/v5.8...v5.9 )
---
updated-dependencies:
- dependency-name: art
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 12:17:11 +03:30
dependabot[bot]
74128ba966
Bump matplotlib from 3.7.0 to 3.7.1 ( #180 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.7.0 to 3.7.1.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.7.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-27 03:38:20 +03:30
Sepand Haghighi
be973ee183
Timeout ( #182 )
...
* fix : nft_storage_upload function updated
* doc : CHANGELOG updated
* fix : autopep8
* doc : README updated
* doc : minor edit in notebook flags
* fix : minor edit in style
2023-03-27 01:09:43 +03:30
Sadra Sabouri
a54a5107a5
Rotation Added ( #177 )
...
* rotate : [INIT]
* edit : docstring edited.
* add : `rotate` function added.
* edit : docstring edited.
* add : `rotate` added to config and data files.
* log : changes logged.
* update : document updated.
* test : tests added (#176 )
* add : `PIL` added to dependecies.
* fix : typo fixed in `requirements.txt`.
* remove : extra import in `genimage.py` removed.
* add : version for Pillow.
---------
Co-authored-by: sepandhaghighi <sepand.haghighi@yahoo.com>
2023-03-26 18:30:40 +03:30
dependabot[bot]
e3c9cede8c
Bump matplotlib from 3.6.3 to 3.7.0 ( #179 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.3 to 3.7.0.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.3...v3.7.0 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-25 14:09:48 +03:30
omahs
74c36df546
Fix: minor typos ( #178 )
...
* Fix: minor typos
* Update CHANGELOG.md
* Update CHANGELOG.md
---------
Co-authored-by: Sepand Haghighi <sepand.haghighi@yahoo.com>
2023-02-24 23:44:56 +03:30
Sepand Haghighi
773b89aac9
Random mode modification ( #175 )
...
* fix : OPERATORS_LIST updated
* fix : random_equation_gen modified
* fix : RANDOM_EQUATION_GEN_FOF_MAX_DEPTH added
* fix : ELEMENTS_LIST updated
* fix : random equation generator params added
* fix : ARGUMENTS_LIST updated
* doc : CHANGELOG updated
* fix : autopep8
2023-01-19 12:09:33 +03:30
dependabot[bot]
3452354cd0
Bump matplotlib from 3.6.2 to 3.6.3 ( #174 )
...
Bumps [matplotlib](https://github.com/matplotlib/matplotlib ) from 3.6.2 to 3.6.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases )
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.6.2...v3.6.3 )
---
updated-dependencies:
- dependency-name: matplotlib
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-16 19:04:13 +03:30
Sepand Haghighi
54abe440af
Minor edit ( #173 )
...
* fix : load_config function modified
* doc : CHANGELOG updated
2023-01-08 21:09:39 +03:30
Sadra Sabouri
a9e23235b2
Reproducibility Feature by Adding `python_version` ( #172 )
...
* add : `python_version` added.
* test : tests added.
* log : changes logged. (#171 )
* fix : minor issues fixed.
* test : new test added for python version.
* fix : typo fixed in `genimage.py`.
* update : tests updated.
2023-01-06 10:36:21 +03:30
Sepand Haghighi
7e66936dc2
Merge pull request #169 from sepandhaghighi/dev
...
Version 1.0
2022-12-14 18:17:01 +03:30
sepandhaghighi
54d58497ef
rel : migrate to version 1.0
2022-12-09 17:45:56 +03:30
Sepand Haghighi
b38deb26c3
Random mode modification ( #168 )
...
* fix : RANDOM_EQUATION_GEN_COMPLEXITY added
* fix : ELEMENTS_LIST updated
* doc : CHANGELOG updated
* doc : dependencies section in README.md removed
* fix : ubuntu version fixed to 20.04
2022-12-09 17:28:44 +03:30
dependabot[bot]
9fb12259e0
Bump art from 5.7 to 5.8 ( #166 )
...
Bumps [art](https://github.com/sepandhaghighi/art ) from 5.7 to 5.8.
- [Release notes](https://github.com/sepandhaghighi/art/releases )
- [Changelog](https://github.com/sepandhaghighi/art/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sepandhaghighi/art/compare/v5.7...v5.8 )
---
updated-dependencies:
- dependency-name: art
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-29 10:54:41 +03:30
Sadra Sabouri
36085c761b
Test ( #167 )
...
* fix : `status` issue fixed in tests.
* fix : `status["*"]` -> `result['status'][*]`
2022-11-29 01:58:20 +03:30
Sepand Haghighi
539547a7c1
Plot Warning ( #165 )
...
* fix : plot method updated
* doc : CHANGELOG updated
2022-11-27 16:07:43 +03:30