pyRVT


NamepyRVT JSON
Version 0.7.2 PyPI version JSON
download
home_pagehttp://github.com/arkottke/pyrvt
SummaryRandom vibration theory for earthquake ground motions.
upload_time2020-01-29 19:47:21
maintainer
docs_urlNone
authorAlbert Kottke
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            pyRVT
=====

|PyPi Cheese Shop| |Documentation| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|

A Python library and command-line application for using random vibration theory
to transform between acceleration Fourier amplitude spectrum and acceleration
response spectrum.

Information on the installation and usage can be found in the documentation_.

.. _documentation: https://pyrvt.readthedocs.io/

Features
--------

Peak factor implementations:
    - Vanmarcke (1975)
    - Davenport (1964)
    - Der Kiureghian (1985)
    - Toro & McGuire (1987)
    - Cartwright & Longuet-Higgins (1956)
    - Boore & Joyner (1984)
    - Liu & Pezeshk (1999)


Citation
--------

Please cite this software using the DOI_.

.. _DOI: https://zenodo.org/badge/latestdoi/5086299

.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/pyrvt.svg
   :target: https://img.shields.io/pypi/v/pyrvt.svg
.. |Documentation| image:: https://readthedocs.org/projects/pyrvt/badge/?version=latest
    :target: https://pyrvt.readthedocs.io/?badge=latest
.. |Build Status| image:: https://travis-ci.org/arkottke/pyrvt.svg?branch=master
   :target: https://travis-ci.org/arkottke/pyrvt
.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/4f1fe64804bc45f89b6386666ae20696    
   :target: https://www.codacy.com/manual/arkottke/pyrvt
.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/4f1fe64804bc45f89b6386666ae20696    
   :target: https://www.codacy.com/manual/arkottke/pyrvt
.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg
.. |DOI| image:: https://zenodo.org/badge/5086299.svg
   :target: https://zenodo.org/badge/latestdoi/5086299



========
 History
========

0.7.2 (2020-01-29)
------------------

* Change to no python JIT compliation for Vanmarcke integration.
* Added pre-commit back.

0.7.1 (2018-11-30)
------------------

* Linked requirements file to fix rtfd builds.

0.7.0 (2018-10-20)
------------------

* Added Boore & Thompson (2015)
* Added Wang & Rathje (2018)
* Re-factored peak factor calculators

0.6.3 (2017-10-10)
------------------

* Add scripts for profiling
* Add numba to the requirements

0.6.2 (2017-05-07)
------------------

* Fixed PEP8 issues in docstrings.

0.6.1 (2017-05-05)
------------------

* Removed pyprind require and progress bars.

0.6.0 (2017-05-05)
------------------

* Improved performance with multiprocessing and numba.
* Changed CLI name from `rvt_operator` to `pyrvt`

0.5.8 (2016-11-16)
------------------

* Fixed: osc_freqs typo in tools.py
* Added: test cases for tools.py

0.5.7 (2016-07-14)
------------------

* Fixed version numbering.

0.5.6 (2016-07-14)
------------------

* Fixed manifest to include data directory.

0.5.5 (2016-07-11)
------------------

* Updated Travis build scripts.

0.5.4 (2016-07-09)
------------------

* Fixed building the documentation on RTFD

0.5.1 (2016-07-06)
------------------

* Fixed Travis deployment

0.5.0 (2016-07-06)
------------------

* Added ability to pass transfer function to PSA calculation.
* Removed extraneous files.
* Cleaned up documentation to use NumPy style.
* Fixed PEP8 issues.

0.1.0 (2016-03-04)
------------------

* First release on PyPI.
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/arkottke/pyrvt",
    "name": "pyRVT",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Albert Kottke",
    "author_email": "albert.kottke@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/13/2f290e62bb07c50f78f2fbbf572dc446d6194fe91421b28bab84a263e50a/pyRVT-0.7.2.tar.gz",
    "platform": "",
    "description": "pyRVT\n=====\n\n|PyPi Cheese Shop| |Documentation| |Build Status| |Code Quality| |Test Coverage| |License| |DOI|\n\nA Python library and command-line application for using random vibration theory\nto transform between acceleration Fourier amplitude spectrum and acceleration\nresponse spectrum.\n\nInformation on the installation and usage can be found in the documentation_.\n\n.. _documentation: https://pyrvt.readthedocs.io/\n\nFeatures\n--------\n\nPeak factor implementations:\n    - Vanmarcke (1975)\n    - Davenport (1964)\n    - Der Kiureghian (1985)\n    - Toro & McGuire (1987)\n    - Cartwright & Longuet-Higgins (1956)\n    - Boore & Joyner (1984)\n    - Liu & Pezeshk (1999)\n\n\nCitation\n--------\n\nPlease cite this software using the DOI_.\n\n.. _DOI: https://zenodo.org/badge/latestdoi/5086299\n\n.. |PyPi Cheese Shop| image:: https://img.shields.io/pypi/v/pyrvt.svg\n   :target: https://img.shields.io/pypi/v/pyrvt.svg\n.. |Documentation| image:: https://readthedocs.org/projects/pyrvt/badge/?version=latest\n    :target: https://pyrvt.readthedocs.io/?badge=latest\n.. |Build Status| image:: https://travis-ci.org/arkottke/pyrvt.svg?branch=master\n   :target: https://travis-ci.org/arkottke/pyrvt\n.. |Code Quality| image:: https://api.codacy.com/project/badge/Grade/4f1fe64804bc45f89b6386666ae20696    \n   :target: https://www.codacy.com/manual/arkottke/pyrvt\n.. |Test Coverage| image:: https://api.codacy.com/project/badge/Coverage/4f1fe64804bc45f89b6386666ae20696    \n   :target: https://www.codacy.com/manual/arkottke/pyrvt\n.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg\n.. |DOI| image:: https://zenodo.org/badge/5086299.svg\n   :target: https://zenodo.org/badge/latestdoi/5086299\n\n\n\n========\n History\n========\n\n0.7.2 (2020-01-29)\n------------------\n\n* Change to no python JIT compliation for Vanmarcke integration.\n* Added pre-commit back.\n\n0.7.1 (2018-11-30)\n------------------\n\n* Linked requirements file to fix rtfd builds.\n\n0.7.0 (2018-10-20)\n------------------\n\n* Added Boore & Thompson (2015)\n* Added Wang & Rathje (2018)\n* Re-factored peak factor calculators\n\n0.6.3 (2017-10-10)\n------------------\n\n* Add scripts for profiling\n* Add numba to the requirements\n\n0.6.2 (2017-05-07)\n------------------\n\n* Fixed PEP8 issues in docstrings.\n\n0.6.1 (2017-05-05)\n------------------\n\n* Removed pyprind require and progress bars.\n\n0.6.0 (2017-05-05)\n------------------\n\n* Improved performance with multiprocessing and numba.\n* Changed CLI name from `rvt_operator` to `pyrvt`\n\n0.5.8 (2016-11-16)\n------------------\n\n* Fixed: osc_freqs typo in tools.py\n* Added: test cases for tools.py\n\n0.5.7 (2016-07-14)\n------------------\n\n* Fixed version numbering.\n\n0.5.6 (2016-07-14)\n------------------\n\n* Fixed manifest to include data directory.\n\n0.5.5 (2016-07-11)\n------------------\n\n* Updated Travis build scripts.\n\n0.5.4 (2016-07-09)\n------------------\n\n* Fixed building the documentation on RTFD\n\n0.5.1 (2016-07-06)\n------------------\n\n* Fixed Travis deployment\n\n0.5.0 (2016-07-06)\n------------------\n\n* Added ability to pass transfer function to PSA calculation.\n* Removed extraneous files.\n* Cleaned up documentation to use NumPy style.\n* Fixed PEP8 issues.\n\n0.1.0 (2016-03-04)\n------------------\n\n* First release on PyPI.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Random vibration theory for earthquake ground motions.",
    "version": "0.7.2",
    "project_urls": {
        "Homepage": "http://github.com/arkottke/pyrvt"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7132f290e62bb07c50f78f2fbbf572dc446d6194fe91421b28bab84a263e50a",
                "md5": "d4685e613cf6e15a8c200e33c5deff0f",
                "sha256": "4f6fe0c7ceede74ecb314d8e5669a7f0b87d6b5f57d579aea66bf9e0e1db3279"
            },
            "downloads": -1,
            "filename": "pyRVT-0.7.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d4685e613cf6e15a8c200e33c5deff0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 43532,
            "upload_time": "2020-01-29T19:47:21",
            "upload_time_iso_8601": "2020-01-29T19:47:21.070602Z",
            "url": "https://files.pythonhosted.org/packages/a7/13/2f290e62bb07c50f78f2fbbf572dc446d6194fe91421b28bab84a263e50a/pyRVT-0.7.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-01-29 19:47:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "arkottke",
    "github_project": "pyrvt",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyrvt"
}
        
Elapsed time: 2.94342s