-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release removed quite a few modules and migrated them to another open source project `fsetools`. The purpose of `sfeprapy` is to aid the sophisticated performance based approach of probability reliability assessment (PRA) in fire safety & structural engineering. However, many helper tools which are not so relevant to PRA had been built as parts of `sfeprapy` during research and development. These helper tools lost their purpose as part of `sfeprapy` when features are improved or new technics are discovered and implemented. Thus, to provide accommodation to these helper tools as they may still be useful other than PRA, `fsetools` has been created to serve the purpose of collecting all fire safety engineering related open source codes. * New: - New `sfeprapy.func.mcs` module, a base class for all Monte Carlo Simulation classes. - New `sfeprapy.mcs2` module behaves like `sfeprapy.mcs0` but takes different input parameters. * Improved: * Removed `probability_weight`. Only `p1`, `p2`, `p3`, `p4` and `general_room_floor_area` are required. * Multiprocessing instances in `sfeprapy.func.mcs` are being reused to improve efficiency. * One way data to hard drive jobs in `sfeprapy.func.mcs` are carried out in non-blocking threads to improve its performance. * Depreciated: - Removed all GUI components. - Removed unnecessary output from `sfeprapy.mcs0`, e.g. `fire_time`, `fire_temperature` etc. - Removed figure plotting features, i.e. `all` features relevant to `plotly` and `matplotlib`.
- Loading branch information
Showing
44 changed files
with
1,198 additions
and
3,662 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
cython>=0.29.21 |
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
numpy>=1.17.1 | ||
pandas>=0.25.1 | ||
scipy>=1.3.1 | ||
matplotlib>=3.1.1 | ||
tqdm>=4.36 | ||
pandas>=1.1.1 | ||
scipy>=1.5.2 | ||
matplotlib>=3.2.2 | ||
tqdm>=4.50.2 | ||
xlrd>=1.2.0 | ||
plotly>=4.2.1 | ||
docopt>=0.6 | ||
pyside2>=5.12 | ||
openpyxl>=3.0.3 |
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
Oops, something went wrong.