Major changes:
Palin v2 has a major change of API in its Python version:
- include a Simulation API where experiments, observers can be simulated and tested across arrays of configurations
- the kernel/internal noise functions of palin are refactored so they can be used in the SImulation API
- the double pass internal noise functions use the Simulation API to simulate ideal observers
- and the whole API is refactored with abstract classes to help future implementations of other methods
New Contributors
- @jjau for the simulation API
Full Changelog: v1.0.0...v2.0.0