Wykres commitów

62 Commity (c254e0cfd85b79cf1693ebad2d95014415470b55)

Autor SHA1 Wiadomość Data
sepandhaghighi c1dc35ec6a rel : migrate to version 0.8 2022-05-31 20:09:27 +04:30
Sadra Sabouri fd80f431ef
Transparent Feature Added (#133)
* add : set_background function usage added to `genimage.py`.

* add : `set_background` function added.

* log : changes logged. (#118)

* test : some tests added.

* fix : minor typo in tests fixed.

* add : transparent added to documents.

* update : CHANGELOG.md updated.

* fix : minor typo fixed.

* edit : Transparent description added.

* edit : make `Transparent` bold.
2022-05-20 02:19:51 +04:30
Sepand Haghighi df9cf76f34
Complement color (#131)
* feat : is_valid_color function added #122

* fix : filter_color function updated #122

* feat : color_complement function added

* fix : filter_color function updated #122

* fix : autopep8 #122

* fix : tests updated #122

* fix : tests updated #131

* fix : docstring updated #131

* fix : minor edit in tests #131

* fix : tests updated #131

* fix : minor edit in tests #131

* fix : minor edit in tests #131

* fix : minor edit in tests #131

* doc : README updated #131

* doc : CHANGELOG updated #131

* doc : docstring updated #131
2022-05-17 17:54:04 +04:30
sepandhaghighi 9d47fe596c rel : migrate to version 0.7 2022-05-03 15:37:09 +04:30
Sepand Haghighi e6d40bf681
doc : README updated (#127) 2022-05-03 02:12:14 +04:30
Sepand Haghighi 7444b9bd90
Random mode (#124)
* feat : random mode added to Projection #88

* feat : random mode added to color and bgcolor #88

* fix : tests updated #88

* fix : tests updated #88

* fix : tests updated #88

* fix : autopep8 #88

* doc : CHANGELOG updated #88

* doc : README updated #88

* fix : tests updated #124
2022-04-26 17:36:19 +04:30
sepandhaghighi dac8ca3fa0 doc : README color section updated 2022-04-20 13:27:16 +04:30
sepandhaghighi 2c4a3676f3 rel : migrate to version 0.6 2022-04-10 01:01:28 +04:30
Sepand Haghighi a179ff45b2
Random mode modification (#112)
* fix : random mode modified

* doc : CHANGELOG updated

* doc : README updated

* doc : README updated
2022-04-06 19:55:13 +04:30
sepandhaghighi 301e36b504 rel : migrate to version 0.5 2022-03-17 14:36:29 +03:30
Sepand Haghighi 881fb179aa
Demo update (#104)
* doc : demo notebook updated

* doc : demo notebook updated

* fix : notebook_check.py added

* doc : colab and binder badge added to README

* doc : minor bug in link fixed

* doc : colab badge added to first line
2022-03-16 13:59:35 +03:30
sepandhaghighi 4f9eb9b6d9 doc : gitcoin badge added 2022-03-11 16:11:03 +03:30
sepandhaghighi 20c86f062c doc : social media links added 2022-01-29 19:49:39 +03:30
sepandhaghighi 0b20973daf doc : minor edit in data and config structure sections 2022-01-17 17:50:54 +03:30
sepandhaghighi 7f17ce7439 doc : minor edit in data and config structure sections 2022-01-17 17:48:29 +03:30
sepandhaghighi 2dcb7b3df4 doc : minor edit in data and config structure sections 2022-01-17 17:36:46 +03:30
sepandhaghighi f41d042ba7 doc : minor edit in data and config structure sections 2022-01-17 17:36:03 +03:30
sepandhaghighi 9d9f71b21f doc : minor edit in data and config structure sections 2022-01-17 17:33:54 +03:30
sepandhaghighi f72d3f6748 doc : config and data strcuture added 2022-01-17 17:30:38 +03:30
sepandhaghighi 1e1e6b22f3 doc : README updated 2022-01-17 17:13:06 +03:30
Sadra Sabouri c802a4088a
Minor edits (#86)
* update : 3.png updated.

* update : pictures updated.

* revert : images reverted.

* update : README.md updated.

* update : README.md updated.
2022-01-12 22:10:16 +03:30
sepandhaghighi 6433357081 rel : migrate to version 0.4 2022-01-08 15:46:12 +03:30
Sadra Sabouri 78f4c9a4d0
Config json Added (#80)
* fix : typo fixed in docstring.

* unifx : never mind :).

* remove : extra lines removed from Magic section.

* add : samilaConfigError added.

* edit : DEFAULT_PROJECTION edited.

* add : CONFIG_TYPE_ERROR added.

* add : filter_float function added.

* add : save_config_file function added.

* add : load_config function added.

* add : minor imports addded to functions.py.

* add : some imports added to genimage.py.

* fix : whitespace removed.

* add : config parameter added.

* add : save_config method added.

* edit : minor edits in genimage.py.

* edit : minor edits in save/load config.

* edit: minor edits in save/load config.

* add : filter_size added to functions.

* update : minor updated due to last change.

* edit : minor edit in filter_size.

* add : plot_params_filter function added.

* add : generate_params_filter added.

* remove : unneccessary errors and warnings removed.

* update : GenerativeImage __init__ updated due to last commit.

* add : _GI_initializer added.

* edit : make load_data structure similar to load_config.

* fix : typo fixed in functions.

* test : some tests added.

* test : tests added for warning.

* fix : minor bug fixed.

* add : filter_size tests added.

* add : error tests added.

* add : save_config part added.

* fix : typo fixed.

* tests : minor tests added.

* move : function[12]_str moved to __init__ root.

* fix : typo fixed in errors.py.

* fix : typo fixed in README.md.

* fix : typo fixed in CHANGELOG.md.

* add : matplotlib_version attribute added.

* add : samilaPlotError added.

* add : PLOT_DATA_ERROR added.

* update : minor updates due to latest changes.

* remove : extra tests removed.

* edit : PLOT_DATA_ERROR edited.

* test : tests added.

* edit : minor edits in save_config/data.

* add : new error messages added.

* test : tests added.

* fix : typo fixed.

* replace : DATA_NO_DATA_ERROR -> SAVE_NO_DATA_ERROR.

* edit : minor edits in plot_params_filter function.

* add : two parameter added.

* edit : __init__ docstring edited.

* fix : typo fixed in genimage.

* fix : typo fixed in params.py.

* fix : typo fixed in tests.

* fix : typo fixed in CHANGELOG.md.
2022-01-04 18:54:12 +03:30
sepandhaghighi b8c30d71e6 doc : README updated #79 2021-12-18 23:13:26 +03:30
sepandhaghighi 1ec5cd538e rel : migrate to version 0.3 2021-11-09 17:19:04 +03:30
sepandhaghighi 10e86ae6b7 doc : minor edit in discord badge position 2021-11-04 10:57:20 +03:30
sepandhaghighi 323d18654b doc : minor edit in README titles 2021-11-04 10:56:41 +03:30
sadrasabouri 7e5a2d81ff fix : minor typo fixed. 2021-10-30 12:01:47 +03:30
sadrasabouri e6dfb88895 update : README.md updated. 2021-10-30 12:01:24 +03:30
sadrasabouri 5787f6a01c edit : flat icon replaced. 2021-10-30 11:51:23 +03:30
sadrasabouri e1e727c795 update : invite link updated. 2021-10-30 11:50:21 +03:30
sadrasabouri 52787e7bef fix : typo fixed in README.md. 2021-10-30 10:32:11 +03:30
sadrasabouri ede87532f2 add : discord badge. 2021-10-29 18:53:26 +03:30
sadrasabouri 7738f41cb0 update : README updated. 2021-10-28 14:20:50 +03:30
sadrasabouri 3712727b5b update : README.md update. 2021-10-23 20:47:44 +03:30
sadrasabouri 7cfd26e753 fix : minor typo fixed in README.md. 2021-10-15 18:42:02 +03:30
mohammad hosein moslemi b63632e86a
Update README.md 2021-10-14 16:34:31 +03:30
Mohammad hosein moslemi d3a36b9f35 add resolution change 2021-10-14 15:39:07 +03:30
sepandhaghighi 112f8e8d78 doc : README updated 2021-10-13 11:48:03 +03:30
sepandhaghighi b5f3a6de70 doc : README updated 2021-10-13 11:45:30 +03:30
sepandhaghighi e806cd9674 rel : migrate to version 0.2 2021-10-13 11:40:41 +03:30
sepandhaghighi 899c20d29c doc : CHANGELOG updated #41 2021-10-12 16:36:24 +03:30
Sadra Sabouri b9c125e94a
update : README.md. 2021-10-11 18:56:43 +03:30
Sadra Sabouri 9c7b303332
update : README.md updated. 2021-10-11 18:51:24 +03:30
Sadra Sabouri af5edf5d60
update : README.md updated. 2021-10-11 18:48:12 +03:30
Sadra Sabouri f30b8a8cc7
update : count pypi api fixed. 2021-10-11 10:02:57 +03:30
Sadra Sabouri 4b12b09622
update : README.md updated. 2021-10-11 09:59:57 +03:30
sepandhaghighi 4c6f8ad85a doc : minor edit in README 2021-10-11 01:06:29 +03:30
Sadra Sabouri d2207f9b65
update : README.md updated. 2021-10-08 08:10:44 +03:30
sadrasabouri 48610914b5 edit : minor edits in README.md. 2021-10-08 00:39:54 +03:30