-
- Downloads
Use structured types for particle filter events
Each event is now identified by the class name of a structured type that contains all of the relevant event details. This is a breaking change for any code that relies on event handlers, such as the epifx.summary.ObsLikelihood table.
Showing
- doc/api/event.rst 20 additions, 0 deletionsdoc/api/event.rst
- doc/api/index.rst 2 additions, 0 deletionsdoc/api/index.rst
- doc/concepts/index.rst 58 additions, 48 deletionsdoc/concepts/index.rst
- src/pypfilt/build.py 15 additions, 11 deletionssrc/pypfilt/build.py
- src/pypfilt/event.py 107 additions, 0 deletionssrc/pypfilt/event.py
- src/pypfilt/obs.py 4 additions, 1 deletionsrc/pypfilt/obs.py
- src/pypfilt/pfilter.py 8 additions, 2 deletionssrc/pypfilt/pfilter.py
- src/pypfilt/resample.py 3 additions, 2 deletionssrc/pypfilt/resample.py
Loading
Please register or sign in to comment