-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from TchilDill/extras-doc-unit-testing-and-more
Extras doc unit testing and more
- Loading branch information
Showing
28 changed files
with
2,792 additions
and
818 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,9 @@ __pycache__/ | |
# C extensions | ||
*.so | ||
|
||
# MacOs | ||
.DS_Store | ||
|
||
# Distribution / packaging | ||
.Python | ||
build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Changelog | ||
--------- | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/), | ||
and [PEP 440](https://www.python.org/dev/peps/pep-0440/). | ||
|
||
## [0.1.0] - 2023-04-10 | ||
### Added | ||
- PISA sand and clay models (called Dunkirk_sand and Cowden_clay models) | ||
- Rotational springs and base springs (shear and moment), see `utils` module | ||
- New set of unit tests covering the `Construct` module, coverage is not 100%. | ||
|
||
## [0.0.1] - 2023-03-31 | ||
### Notes | ||
- first release of openpile with simple beam and simple winkler analysis with lateral springs | ||
|
||
### Added | ||
- `Construct` module with Pile, SoilProfile, Layer, and Model objects | ||
- `utils` module with py curves | ||
- `Analysis`modile with `simple_beam_analysis()` and `simple_winkler_analysis()` | ||
- `Result` class that provides the user with plotting and Pandas Dataframe overview of results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ testpaths = [ | |
"test", | ||
] | ||
|
||
[tool.black] | ||
line-length = 100 |
321 changes: 205 additions & 116 deletions
321
resources/Stiffness matrices/Stiffness_matrices.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.