iam-git / WellMet (public) (License: MIT) (since 2021-08-31) (hash sha1)
WellMet is pure Python framework for spatial structural reliability analysis. Or, more specifically, for "failure probability estimation and detection of failure surfaces by adaptive sequential decomposition of the design domain".
List of commits:
Subject Hash Author Date (UTC)
f_models: 1D input error fix 022d2024ff3a3114c8e73c977892992cdb6e0512 I am 2020-10-25 09:20:12
qt_plot: draw boundaries and circles even in nD (don't ask me about its meaning) 96dd44b3c7822dde2de6465663ce90e5a95742f6 I am 2020-10-24 20:09:17
whitebox.get_2D_boundary: now applicable even in nD (no discussing why) 2bb3f1c13a5e3becdc5355f6bb1fdd275c4d7add I am 2020-10-24 19:52:38
f_models: add extend parametr to .new_sample() method 2ee453d95c49ee674b40ac8263596c7e7176fef7 I am 2020-10-24 19:51:36
qt_plot: show first two dimensions for nD problems 3d39373204bfac850d07afdd8629535c54f32196 I am 2020-10-24 11:44:38
qt_plot: BoxTreeWidget added 20343ef57abdac5754dfe0c01eb40fadf8919f23 I am 2020-10-23 10:10:04
dicebox.Chrt: candidates cropping, prevent memory explosion b69739998736e6965faeacd470e0c5c34f83073f I am 2020-10-22 10:24:51
simplex.Shull: explicitly require nis on every run 05feadd5188669357141286c2e3ad45b693e480a I am 2020-10-21 09:06:01
testcases 9dbc2d85042852410aafa72e0d0cf4e15445b6f2 I am 2020-10-16 13:15:51
whitebox: description attribute added 2032b051c9a5c638b1e0807a989b77488eb374b1 Aleksei Gerasimov 2020-10-16 09:25:49
dicebox.Chrt: optimizations 6f8c6f07be9e4d26f8371adce86020533b20de03 Олёш 2020-10-05 22:39:40
dicebox.Chrt: (I hope) last optimizations 080cfa059e4e86eab9659209ec0444fe7284081e Олёш 2020-10-05 14:42:42
dicebox: Chrt is ready c71f42a245818b41b49c9ed9d82b235a713e7562 Олёш 2020-10-05 04:28:08
dicebox: WIP 680a62be35cf31854d91e96bb8debcca283fb53f Олёш 2020-10-02 02:03:44
f_models: little fix, accidentally came in mind 3944ab574ad68434d9310e25f2aff730e6204328 Олёш 2020-10-02 02:02:33
shapeshare, dicebox: let's try new names 4adeaac518cc1bd304e966c9502b19a72ec50c39 Олёш 2020-10-01 18:30:52
IS_stat: cycle fix in ISSI.delete_event_data() aa7667add8d6ebf9338d33a23c769681340c7742 Олёш 2020-09-30 23:22:41
simplex: novej bombastickej... ok, I mean, new elegant Shull object 28375fa49a07057f09f1afeb8d4916b0f1bc87ac Олёш 2020-09-30 23:18:25
blackbox, simplex: WIP f66479b0e3f8ce8866466a263cd80ba227098c82 Олёш 2020-09-29 00:57:33
blackbox, simplex: WIP 255033055fd2db7ab1445618cfe476c14b527d22 Олёш 2020-09-28 19:58:06
Commit 022d2024ff3a3114c8e73c977892992cdb6e0512 - f_models: 1D input error fix
Author: I am
Author date (UTC): 2020-10-25 09:20
Committer name: I am
Committer date (UTC): 2020-10-25 09:20
Parent(s): 96dd44b3c7822dde2de6465663ce90e5a95742f6
Signer:
Signing key:
Signing status: N
Tree: dd2e6dd8b8b198c94b76a49c8e296dc669928196
File Lines added Lines deleted
f_models.py 2 1
File f_models.py changed (mode: 100644) (index d6c0749..2c760a7)
... ... class SNorm:
219 219 # no, it is just coordinates array # no, it is just coordinates array
220 220 sample = input_sample sample = input_sample
221 221
222
222 sample = np.atleast_2d(sample)
223 223 isim, ivar = np.shape(sample) # input sim, var isim, ivar = np.shape(sample) # input sim, var
224 224 if extend: if extend:
225 225 to_extend = sample to_extend = sample
 
... ... class UnCorD: # nic moc nazev, ale je přece lepší nez CommonJointDistribution
447 447 # no # no
448 448 sample_ = input_sample sample_ = input_sample
449 449
450 sample_ = np.atleast_2d(sample_)
450 451 isim, ivar = np.shape(sample_) # input sim, var isim, ivar = np.shape(sample_) # input sim, var
451 452 if extend: if extend:
452 453 to_extend = sample_ to_extend = sample_
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/iam-git/WellMet

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/iam-git/WellMet

Clone this repository using git:
git clone git://git.rocketgit.com/user/iam-git/WellMet

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main