Version 1.2 of VegasFlow.
This release accompanies the [proceedings for LHCP2020](https://arxiv.org/abs/2009.11798) and includes some new features and examples, detailed below.
Changelog
The version 1.2 brings some improvements, the most outstanding being
- Fine grained log control 57 [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#verbosity)].
- Distribution of jobs using [dask](https://dask.org/) #55 [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#running-in-distributed-systems)].
We have also included several new use cases
- pineappl integration [[example](https://github.com/N3PDF/vegasflow/blob/master/examples/example_pineappl.py)].
- slurm distribution [[example](https://github.com/N3PDF/vegasflow/blob/master/examples/cluster_dask.py)].
Minor improvements of version 1.2 are
- Keyword `simplify_signature` 58 [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#improving-results-by-simplifying-the-integrand)].
- `VegasFlow`, `vegas_wrapper`, `MonteCarloFlow`, `int_me`, `float_me` can be imported from `vegasflow`, ex.
python
from vegasflow import VegasFlow
- The base type for float (`DTYPE`) and int (`DTYPEINT`) can be controlled with environment variables 58 [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#environment)].
- Adds the utility function `generate_condition_function` 60 [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#generate-conditions)].
- The integrators now have the `set_seed` method for seeding the random number generator [[docs](https://vegasflow.readthedocs.io/en/latest/how_to.html#seeding-the-random-number-generator)].