symrs

Fork of sympy progressively rewritten in Rust

https://github.com/bobrenjc93/symrs

Science Score: 44.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
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Unable to calculate vocabulary similarity

Scientific Fields

Mathematics Computer Science - 84% confidence
Last synced: 4 months ago · JSON representation ·

Repository

Fork of sympy progressively rewritten in Rust

Basic Info
  • Host: GitHub
  • Owner: bobrenjc93
  • License: other
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 7.54 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 1 year ago · Last pushed 12 months ago
Metadata Files
Readme Contributing License Code of conduct Citation Codeowners Authors

README.md

SymRs

Fork of SymPy progressively rewritten in Rust.

Owner

  • Name: Bob Ren
  • Login: bobrenjc93
  • Kind: user
  • Location: Bay Area
  • Company: Meta

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Meurer"
  given-names: "Aaron"
- family-names: "Smith"
  given-names: "Christopher P."
- family-names: "Paprocki"
  given-names: "Mateusz"
- family-names: "Čertík"
  given-names: "Ondřej"
- family-names: "Kirpichev"
  given-names: "Sergey B."
- family-names: "Rocklin"
  given-names: "Matthew"
- family-names: "Kumar"
  given-names: "Amit"
- family-names: "Ivanov"
  given-names: "Sergiu"
- family-names: "Moore"
  given-names: "Jason K."
- family-names: "Singh"
  given-names: "Sartaj"
- family-names: "Rathnayake"
  given-names: "Thilina"
- family-names: "Vig"
  given-names: "Sean"
- family-names: "Granger"
  given-names: "Brian E."
- family-names: "Muller"
  given-names: "Richard P."
- family-names: "Bonazzi"
  given-names: "Fransesco"
- family-names: "Gupta"
  given-names: "Harsh"
- family-names: "Vats"
  given-names: "Shivam"
- family-names: "Johansson"
  given-names: "Fredrik"
- family-names: "Pedregosa"
  given-names: "Fabian"
- family-names: "Curry"
  given-names: "Matthew J."
- family-names: "Terrel"
  given-names: "Andy R."
- family-names: "Roučka"
  given-names: "Štěpán"
- family-names: "Saboo"
  given-names: "Ashutosh"
- family-names: "Fernando"
  given-names: "Isuru"
- family-names: "Kulal"
  given-names: "Sumith"
- family-names: "Cimrmam"
  given-names: "Robert"
- family-names: "Scopatz"
  given-names: "Anthony"
title: "SymPy"
url: "https://github.com/sympy/sympy"
preferred-citation:
  type: article
  title: "SymPy: symbolic computing in Python"
  journal: "PeerJ Computer Science"
  volume: 3
  year: 2017
  month: 1
  doi: 10.7717/peerj-cs.103
  url: https://doi.org/10.7717/peerj-cs.103
  authors:
  - family-names: "Meurer"
    given-names: "Aaron"
  - family-names: "Smith"
    given-names: "Christopher P."
  - family-names: "Paprocki"
    given-names: "Mateusz"
  - family-names: "Čertík"
    given-names: "Ondřej"
  - family-names: "Kirpichev"
    given-names: "Sergey B."
  - family-names: "Rocklin"
    given-names: "Matthew"
  - family-names: "Kumar"
    given-names: "Amit"
  - family-names: "Ivanov"
    given-names: "Sergiu"
  - family-names: "Moore"
    given-names: "Jason K."
  - family-names: "Singh"
    given-names: "Sartaj"
  - family-names: "Rathnayake"
    given-names: "Thilina"
  - family-names: "Vig"
    given-names: "Sean"
  - family-names: "Granger"
    given-names: "Brian E."
  - family-names: "Muller"
    given-names: "Richard P."
  - family-names: "Bonazzi"
    given-names: "Fransesco"
  - family-names: "Gupta"
    given-names: "Harsh"
  - family-names: "Vats"
    given-names: "Shivam"
  - family-names: "Johansson"
    given-names: "Fredrik"
  - family-names: "Pedregosa"
    given-names: "Fabian"
  - family-names: "Curry"
    given-names: "Matthew J."
  - family-names: "Terrel"
    given-names: "Andy R."
  - family-names: "Roučka"
    given-names: "Štěpán"
  - family-names: "Saboo"
    given-names: "Ashutosh"
  - family-names: "Fernando"
    given-names: "Isuru"
  - family-names: "Kulal"
    given-names: "Sumith"
  - family-names: "Cimrmam"
    given-names: "Robert"
  - family-names: "Scopatz"
    given-names: "Anthony"

GitHub Events

Total
  • Delete event: 3
  • Issue comment event: 6
  • Pull request event: 7
  • Create event: 6
Last Year
  • Delete event: 3
  • Issue comment event: 6
  • Pull request event: 7
  • Create event: 6

Dependencies

.github/workflows/checkconflict.yml actions
  • eps1lon/actions-label-merge-conflict releases/2.x composite
.github/workflows/ci-sage.yml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
.github/workflows/comment-on-pr.yml actions
  • dawidd6/action-download-artifact v6 composite
  • juliangruber/read-file-action v1.1.7 composite
  • peter-evans/create-or-update-comment v4 composite
  • peter-evans/find-comment v3 composite
.github/workflows/docs-preview.yml actions
  • larsoner/circleci-artifacts-redirector-action master composite
.github/workflows/nightly-wheels.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • scientific-python/upload-nightly-action 82396a2ed4269ba06c6b2988bb4fd568ef3c3d6b composite
.github/workflows/release.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • pypa/gh-action-pypi-publish 897895f1e160c830e369f9779632ebc134688e1b composite
.github/workflows/runtests.yml actions
  • JamesIves/github-pages-deploy-action v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • actions/upload-artifact v4 composite
doc/requirements.txt pypi
  • Sphinx *
  • furo *
  • intersphinx-registry *
  • linkify-it-py *
  • matplotlib *
  • matplotlib-inline *
  • mpmath *
  • myst-parser *
  • scipy *
  • sphinx-autobuild *
  • sphinx-copybutton *
  • sphinx-math-dollar *
  • sphinx-reredirects *
  • sphinxcontrib-applehelp *
  • sphinxcontrib-devhelp *
  • sphinxcontrib-htmlhelp *
  • sphinxcontrib-jquery *
  • sphinxcontrib-jsmath *
  • sphinxcontrib-qthelp *
  • sphinxcontrib-serializinghtml *
pyproject.toml pypi
requirements-dev.txt pypi
  • flake8 * development
  • flake8-comprehensions * development
  • hypothesis * development
  • mpmath * development
  • pytest * development
  • pytest-doctestplus * development
  • pytest-split * development
  • pytest-timeout * development
  • pytest-xdist * development
setup.py pypi
  • mpmath *