Skip to content

VegasFlow 1.2.0

Compare
Choose a tag to compare
@scarlehoff scarlehoff released this 25 Sep 07:53
· 112 commits to master since this release
ba46c36

Version 1.2 of VegasFlow.
This release accompanies the proceedings for LHCP2020 and includes some new features and examples, detailed below.

Changelog

The version 1.2 brings some improvements, the most outstanding being

We have also included several new use cases

Minor improvements of version 1.2 are

  • Keyword simplify_signature #58 [docs].
  • VegasFlow, vegas_wrapper, MonteCarloFlow, int_me, float_me can be imported from vegasflow, ex.
from vegasflow import VegasFlow
  • The base type for float (DTYPE) and int (DTYPEINT) can be controlled with environment variables #58 [docs].
  • Adds the utility function generate_condition_function #60 [docs].
  • The integrators now have the set_seed method for seeding the random number generator [docs].