This release adds a new configuration option `'parameters'` that allows to overwrite the [default values](https://github.com/wilson-eft/wilson/blob/master/wilson/parameters.py#L5-L21) of the input parameters used for WET translators.
For instance, to set the CKM elements used for a particular `Wilson` instance, use
python
w = Wilson(...)
w.set_option('parameters', {
'Vus': 0.225,
'Vcb': 0.042,
'Vub': 0.0036,
'delta': 1.25
})
Apart from this new feature, the new sector-by-sector translation introduced in [v1.5](https://github.com/wilson-eft/wilson/releases/tag/v1.5) is now also used for the JMS→flavio translator, speeding it up significantly.