Skip to content

Commit 34ba311

Browse files
authored
Merge pull request #10 from User-DK/main
ENH: Update Pyproject.toml [wheel build]
2 parents 11cbb82 + 3646be5 commit 34ba311

37 files changed

Lines changed: 38 additions & 984 deletions

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
import os
22
import sys
3+
import pyseldonlib
34

45
sys.path.insert(0, os.path.abspath('../pyseldonlib'))
56

67
project = 'pyseldonlib'
78
copyright = '2024, PySeldon Developers'
89
author = 'Amrita Goswami, Daivik Karbhari, Moritz Sallermann, Rohit Goswami'
9-
release = '1.0'
10+
release = '1.0.0'
1011

1112
# -- General configuration ---------------------------------------------------
1213

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ dynamic = [
2727
]
2828
classifiers = [
2929
"Development Status :: 4 - Beta",
30-
"Intended Audience :: Researchers, Developers, Data Scientists, Students",
30+
"Intended Audience :: Developers",
3131
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
3232
"Programming Language :: Python",
3333
"Programming Language :: Python :: 3",
3434
"Programming Language :: Python :: 3.9",
3535
"Programming Language :: Python :: 3.10",
3636
"Programming Language :: Python :: 3.11",
3737
"Topic :: Software Development :: Libraries",
38-
"Topic :: Scientific/Engineering :: Simulation, Social Dynamics, Opinion Dynamics",
38+
"Topic :: Scientific/Engineering :: Mathematics",
3939
]
4040

4141
[project.urls]

res/PySeldon_1.svg

Lines changed: 0 additions & 48 deletions
This file was deleted.

res/_logotext.png

-852 KB
Binary file not shown.

tests/res/config/conf.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Config file that is only used for testing purpose
2+
13
[simulation]
24
model = "DeGroot"
35
# rng_seed = 120 # Leaving this empty will pick a random seed

tests/res/config/inconf.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Config file that is only used for testing purpose
2+
13
[simulation]
24
model = "DeGroo"
35
# rng_seed = 120 # Leaving this empty will pick a random seed

visualisations/degrootmodel.ipynb

Lines changed: 0 additions & 126 deletions
This file was deleted.

visualisations/ouput_20_agents/network_0.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

visualisations/ouput_20_agents/opinions_0.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

visualisations/ouput_20_agents/opinions_10.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)