0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 13 days ago. based on code collected 14 days ago.
Jan 30, 2024 — Jan 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hotfix: change auto get n cpus for mac os, as default fails More... about 6 years ago
WIP stack More... about 6 years ago
Hotfix5: add all modules to setup.py More... about 6 years ago
Hotfix4: add util to packages More... about 6 years ago
Hotfix3: make only relative imports More... about 6 years ago
Hotfix2: add ztf package to setup.py More... about 6 years ago
Hotfix: make `import zfit.ztf` relative More... about 6 years ago
WIP refactor constraints More... about 6 years ago
Merge pull request #73 from zfit/run_batch More... about 6 years ago
Add auto parameter initialization via `RunManager`, change `Gauss` to tfp implementation, change tfp_wrapper to use different parameter names as the tfp Distribution, hide session complete (only `zfit.run` left) More... about 6 years ago
Add auto-dependency extraction from graph. Replace costly "grad-deps" method in `ComposedParameter`. More... about 6 years ago
Replace `zfit.sess.run` with `zfit.run`, add WIP chunking of integration More... about 6 years ago
Add while loop to integration More... about 6 years ago
Add chunking size More... about 6 years ago
Add simple cpu resource handling to RunManager More... about 6 years ago
Add `RunManager` to have a `zfit.run(.)` and to manage resources. More... about 6 years ago
Merge pull request #70 from zfit/change_constraints More... about 6 years ago
Fix randomise parameter More... about 6 years ago
Merge pull request #65 from zfit/refactor_pdf More... about 6 years ago
Fix sampling for higher dims More... about 6 years ago
Add func to namespace More... about 6 years ago
Remove `_n_dims` from `Func`, add docs. Add func modul More... about 6 years ago
Remove dims in operations (obsolet, replaced by `obs`) More... about 6 years ago
Remove `None` to meaningful conversion in limits. Explicit use of `ANY_*` is now required. Cleanup More... about 6 years ago
Remove hacks, cleanup More... about 6 years ago
Rename `NamedSpace` to `Space`, use `ZfitDimensional` to define behaviour of objects with a `Space` More... about 6 years ago
Add ZfitDimensional to factor out space handling with obs, axes More... about 6 years ago
Remove `unstack_x_dims` (as obsolete with `Data`) More... about 6 years ago
Remove `dims` parameter (obsolet as set with `Space`) More... about 6 years ago
Remove `dims` parameter (obsolet as set with `Space`) More... about 6 years ago