You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This closes#131.
Changed response function interpolation between Compton edge and he chosen max. energy. Before, there was a
misunderstanding of the *bin-by-bin interpolation* in Guttormsen1996. It now used a fan-like interpolation,
too. Most noticable for response functions with small fwhm (like 1/10 Magne recommends for unfolding).
- unfolder and fg method use remove negatives only, no fill: 9edb48537cca1f88c3120a73fa8eb92f6ebb5177
18
+
- Randomize p0 for decomposition 77dec9db9a3a34d5fd6195752c84cfbca0c26c39
19
+
20
+
**implementation and convenience**:
21
+
- different save/load for vectors e5f7e52ce13cff04e8b23f50a00902be1d098bfc and parent commits
22
+
- Enable pickling of normalizer instances via dill: 896b352686594a8c7dbe52904645cc5b900ba800
23
+
24
+
25
+
## v0.9.1
26
+
Changes:
27
+
28
+
- corrected version number
29
+
(v 0.9.0 has still v.0.8.0 as the version number)
30
+
31
+
## v0.9
32
+
Many changes to the API have occured since v.0.2. Here a (incomplete) summary of the main changes:
33
+
34
+
-`Vector` and `Matrix` are now in mid-bin calibration. Most or all other functions have been adopted.
35
+
- Many changes (bugfix & readability) to the ensemble, decomposition and normalization classes.
36
+
- Normalization of nld and gsf ensembles working
37
+
- Parallelization, even though it could be more efficient for multinest (see #94 )
38
+
- Renamed response functions submodule; run `git submodule update --init --recursive` after `git pull` to get the new files
39
+
- remember to run `pip install -e .` such that changes to the cython files will be recompiled
40
+
- Documentation now available via https://ompy.readthedocs.io
41
+
- Installation requirements are hopefully all specified; docker file is provided with integration at https://hub.docker.com/r/oslocyclotronlab/ompy and [mybinder](https://mybinder.org/v2/gh/oslocyclotronlab/ompy/master?filepath=ompy%2Fnotebooks%2Fgetting_started.ipynb) can be used to rund the examples.
42
+
- We have clean-up the history of the repo to downsize it.
43
+
Here the warning message: *NB: Read this (only) if you have cloned the repo before October 2019: We cleaned the repository from old comits clogging the repo (big data files that should never have been there). Unfortunetely, this has the sideeffect that the history had to be rewritten: Previous commits now have a different SHA1 (git version keys). If you need anything from the previous repo, see ompy_Archive_Sept2019. This will unfortunately also destroy references in issues. The simplest way to get the new repo is to rerun the installation instructions below.*
44
+
45
+
## v0.2-beta
46
+
This is the first public beta version of the OMpy library, the Oslo Method in Python.
47
+
48
+
**NB: Read this (only) if you have cloned the repo before October 2019 (which affects this release, v0.2-beta)**:
49
+
We cleaned the repository from old comits clogging the repo (big data files that should never have been there). Unfortunetely, this has the sideeffect that the history had to be rewritten: Previous commits now have a different SHA1 (git version keys). If you need anything from the previous repo, see [ompy_Archive_Sept2019](https://github.com/oslocyclotronlab/ompy_Archive_Sept2019). This will unfortunately also destroy references in issues. The simplest way to get the new repo is to rerun the installation instructions below.
50
+
51
+
**In essence**: This tag does not work any longer; you have to download the version from https://zenodo.org/record/2654604
0 commit comments