-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rel : migrate to version 1.5 * doc : minor edit in feature_request.yml * rel : CHANGELOG.md updated for version 1.5 * rel : migrate to version 1.5 * doc : release date --> 9/16/2024
- Loading branch information
1 parent
03681ef
commit 10fba43
Showing
11 changed files
with
22 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
block_cipher = None | ||
|
||
pyrgg_version = "1.4" | ||
pyrgg_version = "1.5" | ||
|
||
|
||
a = Analysis(['pyrgg/__main__.py'], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% set name = "pyrgg" %} | ||
{% set version = "1.4" %} | ||
{% set version = "1.5" %} | ||
|
||
package: | ||
name: {{ name|lower }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,14 +39,14 @@ def read_description(): | |
setup( | ||
name='pyrgg', | ||
packages=['pyrgg', 'pyrgg.engines'], | ||
version='1.4', | ||
version='1.5', | ||
description='Python Random Graph Generator', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
author='PyRGG Development Team', | ||
author_email='[email protected]', | ||
url='https://github.com/sepandhaghighi/pyrgg', | ||
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.4', | ||
download_url='https://github.com/sepandhaghighi/pyrgg/tarball/v1.5', | ||
keywords='random graph python3 python generator graph-process generator DIMACS JSON YAML Pickle CSV TSV WEL ASP TGF UCINET', | ||
project_urls={ | ||
'Webpage': 'https://www.pyrgg.site', | ||
|