Wykres commitów

68 Commity (2a986241380f46a487bbcfc92b770c6fe046af2f)

Autor SHA1 Wiadomość Data
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
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
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 539547a7c1
Plot Warning (#165)
* fix : plot method updated

* doc : CHANGELOG updated
2022-11-27 16:07:43 +03:30
Sadra Sabouri f21f82c225
Data/Config Upload to IPFS (#164)
* add : `get_config` and `get_data`.

* add : `upload_data` and `upload_config` parameters added to `nft_storage` method.

* log : chages logged. (#144, #145)

* edit : config and data are now json dumped.

* doc : document updated.

* test : tests added.

* fix : minor issues fixed in tests.

* change : minor changes applied.

* test : test splited for inreasing coverage.
2022-11-22 13:01:58 +03:30
Sepand Haghighi b8967acc28
Generate method optimization (#163)
* fix : generate method optimized

* doc : CHANGELOG updated

* fix : missed_points_number added

* doc : CHANGELOG updated

* fix : tests updated
2022-11-10 17:52:52 +03:30
Sadra Sabouri 27317de6c8
Marker Added (#159)
* add : `Marker` enum added. (#156)

* add : `marker` parameter added. (#156)

* log : changes logged. (#156)

* add : RANDOM marker added.

* change : minor change in docstring.

* add : `Marker` added to `__init__`.

* update : documents updated.

* test : tests added.

* edit : minor bugs fixed in tests.

* fix : minor typo fixed in demo.
2022-11-06 01:46:28 +03:30
Sadra Sabouri d67d69c9dd
Point Colors 🌈 (#143)
* add : `DEFAULT_CMAP` added.

* add : `filter_cmap` added.

* edit : `cmap` added to proper functions accordingly.

* add : `cmap` added to the realted methods.

* log : changes logged. (#75)

* add : `c` added to `plot`, now list of colors are supported.

* add : `cmap` added to save and load (config and data).

* fix : minor bug related to cmap always being `DEFAULT_CMAP` fixed.

* change : minor change in `filter_cmap`.

* fix : `str` type cmap suuport added.

* add : serializing the cmap.

* fix : `Colormap` issue fixed.

* change : `DEFAULT_CMAP`: `viridis` --> `cm.get_cmap("viridis", 256)`.

* fix : minor bugs fixed.

* edit : changes are no applied on all entries of a `cmap.colors`.

* add : minor tests added.

* edit : minor edits in tests.

* fix : minor issues in tests fixed.

* add : `_serialize_color` function.

* test : add few tests.

* fix : trailing whitespace fixed.

* test : a test added.

* edit : minor edit in `filter_cmap`.

* remove : `c` parameter removed.

* fix : minor typo fixed.
2022-08-28 00:27:20 +04:30
Sepand Haghighi fc2dbd0db9
Minor edits (#141)
* fix : generate method optimized

* doc : CHANGELOG updated
2022-06-21 20:24:24 +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
Sadra Sabouri d2b7585b1a
Equation warning (#125)
* add : CALCULATION_EXCEPTION_WARNING parameter added.

* add : calculation exception warning added. (#121)

* test : tests added.

* fix : minor issue fixed.

* edit : changelog.md edited.

* fix : minor bug fixed.

* edit : minor edits in functions.

* fix : minor issues fixed in docstring.

* fix : typo fixed in CHANGELOG.md.

* rollback : random function are now in its last place.

* fix : typo fixed.
2022-04-30 18:49:40 +04:30
Sepand Haghighi 37527f2cdb
Delete bug (#111)
* fix : __del__ method updated #110

* doc : CHANGELOG updated #110

* fix : __del__ method updated #110
2022-04-06 17:10:16 +04:30
Sadra Sabouri 4f25f846f8
Depth parameter added (#108)
* remove : trailing whitespace removed.

* add : depth paramter added. (#100)

* add : save_image_filter function added.

* edit : save_image_filter -> save_params_filter.

* edit : CHANGELOG.md edited.

* add : depth added to load/save data.
2022-04-03 11:05:52 +04:30
Evan Slack 7fd4f9123c
Add linewidth parameter (#106)
* add linewidth parameter

* update default linewidth to reflect matplotlib default

* add changed header to unreleased section of CHANGELOG.md

Co-authored-by: Sepand Haghighi <sepand.haghighi@yahoo.com>
2022-03-25 17:25:01 +04:30
Sepand Haghighi 5d3a0a11bb
Minor edits (#98)
* fix : alpha added to save_config and save_data

* fix : alpha added to load_config and load_data

* doc : docstring updated

* doc : CHANGELOG updated

* fix : autopep8

* doc : AUTHORS.md updated

* fix : overall_test.py updated

* doc : AUTHORS.md updated
2022-02-04 21:56:03 +03:30
Sepand Haghighi fed58e0ee3
Memory leakage bug (#97)
* fix : __del__ method added #91

* fix : __del__ method updated

* doc : CHANGELOG updated #91
2022-02-04 15:55:05 +03:30
Evan Slack fa6f0040de
added transparency parameter (#96) 2022-02-04 15:04:31 +03:30
Sadra Sabouri cc96f7b825
Depth parameter added to the nft_storage method (#94)
* edit : minor edits in save_fig_file.

* edit : depth added to save_fig_buf.

* add : depth added to nft_storage.

* log : changes logged. (#89)

* tests : tests added to nft_upload_test.

* edit : tests edited.

* add : DEFAULT_DEPTH added to the parameters.
2022-01-29 16:35:02 +03:30
sepandhaghighi 5dd30f3cd4 fix : minor edit in __init__ 2022-01-06 00:54:58 +03:30
sepandhaghighi 1438ac8295 fix : save_config_file and save_data_file functions updated 2022-01-06 00:50:03 +03:30
sepandhaghighi d84bcff6a1 fix : _GI_initializer function updated 2022-01-06 00:47:19 +03:30
Sadra Sabouri 843ab6684b
Minor Edits Added (#82)
* fix : point colors bug fixed. (74)

* fix : bug fixed in *filter_params.

* add : plot configs added to save and load data.

* test : minor tests added.

* fix : minor fixes in plot and generate.

* change : minor changes in CHANGELOG.md.
2022-01-06 00:41:33 +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 947d838267 fix : function1_str and function2_str added 2021-12-18 23:06:15 +03:30
sepandhaghighi b9b4b1efb8 fix : autopep8 #79 2021-12-18 22:38:31 +03:30
sepandhaghighi d96d04a03d fix : warning test updated #79 2021-12-18 22:38:09 +03:30
sepandhaghighi 2f10965b6f fix : minor bug in GenerativeImage fixed #32 2021-12-14 19:26:36 +03:30
sepandhaghighi 7a325d6da7 fix : tests updated #32 2021-12-14 18:57:28 +03:30
sepandhaghighi c69edd5a07 feat : random equations mode added #32 2021-12-14 18:43:34 +03:30
sepandhaghighi d76252c5d3 fix : typo fixed 2021-11-04 12:12:46 +03:30
sepandhaghighi 03027d15a7 fix : minor bug in matplotlib version fixed 2021-11-04 11:19:53 +03:30
sepandhaghighi 33e32220ef fix : minor edit in MATPLOTLIB_VERSION_WARNING 2021-11-04 11:01:20 +03:30
sadrasabouri fcb3e097bb update : genimage updated accordingly. 2021-11-02 23:52:02 +03:30
sadrasabouri 99547a4534 edit : extracting image part is now ore efficient. 2021-10-30 09:55:48 +03:30
sadrasabouri 061bb3d1af add : data1 and data2 mapped to real. (#64) 2021-10-29 18:34:22 +03:30
sadrasabouri 79fb55be18 fix : minor issue about save_data doc. 2021-10-23 20:42:36 +03:30
sadrasabouri 803a7f0d21 fix : None function on generate handled. 2021-10-22 13:50:06 +03:30
sadrasabouri 936e2f95aa fix : minor issues fixed. 2021-10-22 13:08:34 +03:30
sadrasabouri dc3a64b9d0 add : data parameter added. 2021-10-22 12:48:34 +03:30
sadrasabouri 8ce5bd53f6 add : save_data method. (#33) 2021-10-22 11:03:07 +03:30
sadrasabouri 25004edf97 add : docstring added to save_image. 2021-10-15 18:42:21 +03:30
mohammad hosein moslemi 6d31828b82
Update genimage.py 2021-10-14 16:32:25 +03:30
Mohammad hosein moslemi d3a36b9f35 add resolution change 2021-10-14 15:39:07 +03:30
sepandhaghighi 9a2137b2eb fix : autopep8 #41 2021-10-12 16:36:42 +03:30
sepandhaghighi 3c8030de97 fix : tests updated #41 2021-10-12 16:33:10 +03:30
sepandhaghighi 05e5a8459e fix : save_fig_buf function added #41 2021-10-12 16:19:12 +03:30
sepandhaghighi cd5919a0d2 feat : save_image method added #41 2021-10-12 16:12:34 +03:30
sepandhaghighi 8bce7f5874 fix : new error message added for nft_storage method 2021-10-12 01:37:21 +03:30
sadrasabouri db6d57e669 edit : autopep8ed. 2021-09-30 07:37:01 +03:30