Wykres commitów

393 Commity (d9224cd6fc6a95d4fe149cbdd1836c96c6e75bdb)

Autor SHA1 Wiadomość Data
Sepand Haghighi d9224cd6fc
Anaconda workflow (#148)
* fix : anaconda workflow added #137

* fix : version_check script updated #137

* fix : publish.yaml renamed to publish_pypi.yaml #137

* doc : anaconda badge added to README.md #137

* doc : CHANGELOG updated

* fix : meta.yaml version fixed

* fix : autopep8

* fix : autopep8 E721 ignored
2022-09-09 22:04:56 +04:30
Sadra Sabouri 750d126bd6
Point colors doc (#147)
* add : image 8 added.

* add : section 'Point Color'.

* log: changes logged.

* update : readme updated.

* log : changes logged.

* fix : minor typo fixed.

* edit : README.md edited.

* log : changes logged.

* update : `demo.ipynb` updated.

* log : changes logged.
2022-09-09 16:57:14 +04:30
dependabot[bot] c254e0cfd8
Bump matplotlib from 3.5.2 to 3.5.3 (#146)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.2...v3.5.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>
2022-08-28 02:23:45 +04: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
dependabot[bot] 9c6fbeafeb
Bump art from 5.6 to 5.7 (#142)
Bumps [art](https://github.com/sepandhaghighi/art) from 5.6 to 5.7.
- [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.6...v5.7)

---
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>
2022-07-12 02:42:31 +04:30
Sepand Haghighi fc2dbd0db9
Minor edits (#141)
* fix : generate method optimized

* doc : CHANGELOG updated
2022-06-21 20:24:24 +04:30
Sepand Haghighi 66d2c788d0
Profiling (#140)
* fix : profiling added to test system

* doc : CHANGELOG updated

* fix : profile.py renamed to samila_profile.py
2022-06-21 08:16:55 +04:30
Sepand Haghighi 73f8fe8ce0
Random mode modification (#139)
* fix : random_equation_gen function updated

* fix : ARGUMENTS_LIST updated

* doc : CHANGELOG updated

* fix : random_equation_gen function updated

* fix : random_equation_gen function updated

* fix : autopep8
2022-06-19 18:09:17 +04:30
Sepand Haghighi f3de359440
Merge pull request #136 from sepandhaghighi/dev
Version 0.8
2022-06-01 16:52:50 +04:30
sepandhaghighi c1dc35ec6a rel : migrate to version 0.8 2022-05-31 20:09:27 +04:30
Sadra Sabouri 819792d832
Warnings (#135)
* add : BOTH_COLOR_COMPLEMENT_WARNING added.

* add : INVALID_COLOR_TYPE_ERROR added. (#134)

* add : COLOR_NOT_FOUND_WARNING added. (#134)

* cahnge : INVALID_COLOR_TYPE_ERROR -> INVALID_COLOR_TYPE_WARNING.

* change : warning -> error.

* test : tests added.

* fix : minor typo in error message fixed.

* edit : INVALID_COLOR_TYPE_ERROR edited.

* edit : BOTH_COLOR_COMPLEMENT_WARNING edited.
2022-05-28 16:24:18 +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 6007ab4c16
fix : set hex color format to lowercase (#132) 2022-05-18 00:53:25 +04:30
dependabot[bot] 4de5e89b03
Bump matplotlib from 3.5.1 to 3.5.2 (#130)
Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](https://github.com/matplotlib/matplotlib/compare/v3.5.1...v3.5.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>
2022-05-17 18:22:11 +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
Sepand Haghighi eda38916f6
Random mode modification (#129)
* fix : random mode updated

* doc : CHANGELOG updated
2022-05-09 00:16:45 +04:30
Sepand Haghighi 8cb4f6b369
Merge pull request #128 from sepandhaghighi/dev
Version 0.7
2022-05-04 16:45:55 +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 e0cc52f74c
Update test (#126)
* fix : test updated

* fix : is_same_data function bug fixed

* fix : test updated

* doc : CHANGELOG updated

* fix : minor edit in test

* fix : minor edit in test spaces
2022-05-01 12:24:10 +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 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
dependabot[bot] 32c13ec0cb
Bump art from 5.5 to 5.6 (#120)
Bumps [art](https://github.com/sepandhaghighi/art) from 5.5 to 5.6.
- [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.5...v5.6)

---
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>
2022-04-25 16:05:05 +04:30
Sadra Sabouri ca7c676d12
Merge pull request #119 from sepandhaghighi/minor_edits
Minor edits
2022-04-20 14:03:27 +04:30
sepandhaghighi d298cf0a56 fix : test updated 2022-04-20 13:33:14 +04:30
sepandhaghighi aad63fc7b9 doc : CHANGELOG.md updated 2022-04-20 13:28:11 +04:30
sepandhaghighi dac8ca3fa0 doc : README color section updated 2022-04-20 13:27:16 +04:30
Sadra Sabouri b6558c5cd7
Html colors support (#117)
* add : HEX_COLOR_PATTERN added.

* edit : filter_color edited so that hex color is supported now.

* log : changes logged. (#116)

* test : test added.
2022-04-20 12:55:33 +04:30
Sepand Haghighi 168759083c
Random mode modification (#115)
* fix : error function added to ELEMENTS_LIST

* fix : random_equation_gen updated

* doc : CHANGELOG updated

* fix : autopep8

* fix : ELEMENTS_LIST updated
2022-04-17 10:12:49 +04:30
Sepand Haghighi 841862f8da
Test update (#114)
* fix : minor edit in tests

* doc : CHANGELOG updated
2022-04-16 09:15:22 +04:30
Sepand Haghighi e3adb4659b
Merge pull request #113 from sepandhaghighi/dev
Version 0.6
2022-04-13 16:24:43 +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
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 24cec90e9e
Link and Path fields added (#109)
* add : link added to nft_storage_upload result. (#99)

* tests : tests added.

* add : path added to the `save_fig/config/data_file` functions. (#99)

* edit : minor edit in CHANGELOG.md.

* test : tests added accordingly.

* edit : link/path added to message field.

* fix : minor typo fixed.

* edit : minor edits.
2022-04-06 15:36:45 +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 7c39ac32d7
Merge pull request #105 from sepandhaghighi/dev
Version 0.5
2022-03-21 17:58:32 +03: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
Sadra Sabouri 6a62351b11
Merge pull request #103 from sepandhaghighi/gitcoin_badge
Gitcoin badge
2022-03-11 18:15:02 +03:30
sepandhaghighi 4f9eb9b6d9 doc : gitcoin badge added 2022-03-11 16:11:03 +03:30
Sepand Haghighi 37b09b9223
Merge pull request #102 from sepandhaghighi/dependabot/pip/dev/art-5.5
Bump art from 5.4 to 5.5
2022-03-11 16:07:05 +03:30
dependabot[bot] 4f92ccc9ff
Bump art from 5.4 to 5.5
Bumps [art](https://github.com/sepandhaghighi/art) from 5.4 to 5.5.
- [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.4...v5.5)

---
updated-dependencies:
- dependency-name: art
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 01:26:54 +00:00
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 cfb6597a1a
Merge pull request #95 from sepandhaghighi/social_media
Social media
2022-01-29 23:46:06 +03:30
sepandhaghighi 20c86f062c doc : social media links added 2022-01-29 19:49:39 +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