Tools for soil liquefaction analysis
Project description
.. image:: https://travis-ci.org/eng-tools/liquepy.svg?branch=master
:target: https://travis-ci.org/eng-tools/liquepy
:alt: Testing Status
.. image:: https://img.shields.io/pypi/v/liquepy.svg
:target: https://pypi.python.org/pypi/liquepy
:alt: PyPi version
.. image:: https://coveralls.io/repos/github/eng-tools/liquepy/badge.svg
:target: https://coveralls.io/github/eng-tools/liquepy
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/eng-tools/liquepy/blob/master/LICENSE
:alt: License
*******
Liquepy
*******
Python tools for solving problems related to soil liquefaction
Installation
============
.. code:: bash
pip install liquepy
Contributors
============
How do I get set up?
--------------------
1. Run ``pip install -r requirements.txt``
Testing
-------
Tests are run with pytest
* Locally run: ``pytest`` on the command line.
* Tests are run on every push using travis, see the ``.travis.yml`` file
Deployment
----------
To deploy the package to pypi.com you need to:
1. Push to the *pypi* branch. This executes the tests on circleci.com
2. Create a git tag and push to github, run: ``trigger_deploy.py`` or manually:
.. code:: bash
git tag 0.5.2 -m "version 0.5.2"
git push --tags origin pypi
=======
History
=======
0.4.4 (2018-02-27)
------------------
* Changes to `BoulangerIdriss2014`:
* Added `big_q` as a property
* Modified unit weight calculation (minimum changed from 15kN/m3 to 14.715kN/m3 (lowest value in original study by
Roberston (2010)), Added maximum unit weight 19.62kN/m3 (maximum value in study),
* Changed atmospheric pressure from 100kPa to 101kPa (also added as an optional input)
* Input `magnitude` -> `m_w`
* Added support for calculation of unit weight using specific weight
* Optional input `s_g` to override specific weight of 2.65
* Optional input `s_g_water` to override specific weight of water
0.4.5 (2018-02-27)
------------------
* `BoulangerIdriss2014` unit weight calculation now uses the specific weight of water a gravity=9.8
* `BoulangerIdriss2014` gwl now is the ground water level during the earthquake, while cpt_gwl is the gwl at cpt measure
* Added `BoulangerIdriss2014CPT` which performs `BoulangerIdriss2014` but takes CPT as an input
0.4.7 (2018-02-28)
------------------
* `run_bi2014` fixed bug where water unit weight was 10 times too big
:target: https://travis-ci.org/eng-tools/liquepy
:alt: Testing Status
.. image:: https://img.shields.io/pypi/v/liquepy.svg
:target: https://pypi.python.org/pypi/liquepy
:alt: PyPi version
.. image:: https://coveralls.io/repos/github/eng-tools/liquepy/badge.svg
:target: https://coveralls.io/github/eng-tools/liquepy
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
:target: https://github.com/eng-tools/liquepy/blob/master/LICENSE
:alt: License
*******
Liquepy
*******
Python tools for solving problems related to soil liquefaction
Installation
============
.. code:: bash
pip install liquepy
Contributors
============
How do I get set up?
--------------------
1. Run ``pip install -r requirements.txt``
Testing
-------
Tests are run with pytest
* Locally run: ``pytest`` on the command line.
* Tests are run on every push using travis, see the ``.travis.yml`` file
Deployment
----------
To deploy the package to pypi.com you need to:
1. Push to the *pypi* branch. This executes the tests on circleci.com
2. Create a git tag and push to github, run: ``trigger_deploy.py`` or manually:
.. code:: bash
git tag 0.5.2 -m "version 0.5.2"
git push --tags origin pypi
=======
History
=======
0.4.4 (2018-02-27)
------------------
* Changes to `BoulangerIdriss2014`:
* Added `big_q` as a property
* Modified unit weight calculation (minimum changed from 15kN/m3 to 14.715kN/m3 (lowest value in original study by
Roberston (2010)), Added maximum unit weight 19.62kN/m3 (maximum value in study),
* Changed atmospheric pressure from 100kPa to 101kPa (also added as an optional input)
* Input `magnitude` -> `m_w`
* Added support for calculation of unit weight using specific weight
* Optional input `s_g` to override specific weight of 2.65
* Optional input `s_g_water` to override specific weight of water
0.4.5 (2018-02-27)
------------------
* `BoulangerIdriss2014` unit weight calculation now uses the specific weight of water a gravity=9.8
* `BoulangerIdriss2014` gwl now is the ground water level during the earthquake, while cpt_gwl is the gwl at cpt measure
* Added `BoulangerIdriss2014CPT` which performs `BoulangerIdriss2014` but takes CPT as an input
0.4.7 (2018-02-28)
------------------
* `run_bi2014` fixed bug where water unit weight was 10 times too big
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
liquepy-0.4.10.tar.gz
(21.6 kB
view hashes)