pams

PAMS: Platform for Artificial Market Simulations

https://github.com/masanorihirano/pams

Science Score: 67.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.0%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

PAMS: Platform for Artificial Market Simulations

Basic Info
  • Host: GitHub
  • Owner: masanorihirano
  • License: epl-1.0
  • Language: Python
  • Default Branch: main
  • Homepage: https://pams.hirano.dev
  • Size: 2.88 MB
Statistics
  • Stars: 46
  • Watchers: 3
  • Forks: 6
  • Open Issues: 16
  • Releases: 22
Created over 3 years ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

pams

PAMS: Platform for Artificial Market Simulations

python pypi CI downloads code style: black Codacy Badge codecov

Documentations & User Guides

Documentations are available on readthedoc

Install

This package is available on pypi as pams ```bash $ pip install pams $ python

import pams ```

Citation

If you consider cite our work, please use the following arxiv entry: bibtex @misc{Hirano2023-pams, title={{PAMS: Platform for Artificial Market Simulations}}, author={Hirano, Masanori and Takata, Ryosuke and Izumi, Kiyoshi}, year={2023}, doi = {10.48550/arXiv.2309.10729} } https://arxiv.org/abs/2309.10729

If you prefer to cite this package directly, please use the following bibtex entry: bibtex @misc{Hirano2022-pams, title={{PAMS: Platform for Artificial Market Simulations}}, author={Hirano, Masanori and Takata, Ryosuke and Izumi, Kiyoshi}, year={2022}, url = {https://github.com/masanorihirano/pams} }

Issues and Contribution

About issues (bugs): - You can report issues here. - There are no guarantee to support or fix those issues.

Contributions: - You can send pull requests (PRs) to this repository. - But, there are no guarantee to merge your PRs.

Owner

  • Name: Masanori HIRANO
  • Login: masanorihirano
  • Kind: user
  • Company: The University of Tokyo

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hirano"
  given-names: "Masanori"
  orcid: "https://orcid.org/0000-0001-5883-8250"
- family-names: "Takata"
  given-names: "Ryosuke"
- family-names: "Kiyoshi"
  given-names: "IZUMI"
title: "PAMS: Platform for Artificial Market Simulations"
url: "https://github.com/masanorihirano/pams"
doi: 10.48550/arXiv.2309.10729

GitHub Events

Total
  • Release event: 1
  • Watch event: 7
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 27
  • Pull request event: 7
  • Fork event: 1
  • Create event: 6
Last Year
  • Release event: 1
  • Watch event: 7
  • Delete event: 2
  • Issue comment event: 4
  • Push event: 27
  • Pull request event: 7
  • Fork event: 1
  • Create event: 6

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 398
  • Total Committers: 4
  • Avg Commits per committer: 99.5
  • Development Distribution Score (DDS): 0.354
Past Year
  • Commits: 9
  • Committers: 2
  • Avg Commits per committer: 4.5
  • Development Distribution Score (DDS): 0.111
Top Committers
Name Email Commits
Masanori HIRANO m****6@g****m 257
bonochof r****7@y****p 101
GitHub Actions a****n@g****m 24
ryuji-hashimoto0110 r****o@h****l 16
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 28
  • Total pull requests: 83
  • Average time to close issues: 3 months
  • Average time to close pull requests: 4 days
  • Total issue authors: 1
  • Total pull request authors: 4
  • Average comments per issue: 0.18
  • Average comments per pull request: 0.77
  • Merged pull requests: 80
  • Bot issues: 0
  • Bot pull requests: 24
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: about 1 hour
  • Issue authors: 0
  • Pull request authors: 2
  • Average comments per issue: 0
  • Average comments per pull request: 0.75
  • Merged pull requests: 3
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
  • masanorihirano (27)
Pull Request Authors
  • masanorihirano (46)
  • github-actions[bot] (24)
  • bonochof (11)
  • ryuji-hashimoto0110 (3)
Top Labels
Issue Labels
enhancement (16) good first issue (3) need discussion (3) documentation (2) bug (1) help wanted (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 49 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 22
  • Total maintainers: 1
pypi.org: pams

PAMS: Platform for Artificial Market Simulations

  • Versions: 22
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 49 Last month
Rankings
Dependent packages count: 10.0%
Average: 17.4%
Downloads: 20.5%
Dependent repos count: 21.7%
Maintainers (1)
Last synced: 6 months ago

Dependencies

docs/requirements.txt pypi
  • Sphinx ==5.3.0
  • furo ==2022.9.29
pyproject.toml pypi
  • numpy ^1.23.4
  • python ^3.8
  • scipy ^1.9.3
  • tqdm ^4.64.1
.github/workflows/bump.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • peter-evans/create-pull-request v3 composite
.github/workflows/ci-python-min.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2.2.2 composite
.github/workflows/ci-python-notebooks.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2.2.2 composite
.github/workflows/ci-python.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2.2.2 composite
.github/workflows/codecov.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2.2.2 composite
  • codecov/codecov-action v2 composite
.github/workflows/doc.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2.2.2 composite
  • peaceiris/actions-gh-pages v3 composite
.github/workflows/release.yml actions
  • actions/checkout v2 composite
  • actions/create-release v1 composite
  • actions/setup-python v2.2.2 composite
  • actions/upload-release-asset v1 composite