Skip to content

Releases: N3PDF/vegasflow

VegasFlow 1.3.0

11 Jul 16:06
9255400
Compare
Choose a tag to compare

VegasFlow 1.3.0

The latest release of VegasFlow implements the enhanced version of Vegas Vegas+ by Lepage. Implemented by @andrea-pasquale (PR #64). Some documentation ca be found here

Other changes introduced in VegasFlow 1.3.0:

  • Differentiability interface in #79
  • Integrate vector functions in #81
  • Specify integration limits in #82

VegasFlow 1.2.2

17 Jul 12:28
048aa07
Compare
Choose a tag to compare

Minor release of VegasFlow.

  • Fixes bug #73 by automatizing the signature simplification.
  • Adds tracing and recompilation options on change of integrator state (change of number of events or grid training state) (PR #74)

VegasFlow 1.2.1

05 Jun 09:07
d79a18f
Compare
Choose a tag to compare

Minor release of VegasFlow

License is changed from GPLv3 to Apache 2 for consistency with other projects.
A generate_random_array method is now exposed for the usage of VegasFlow as a random number generator (#63)

VegasFlow 1.2.0

25 Sep 07:53
ba46c36
Compare
Choose a tag to compare

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].

VegasFlow 1.1.0

29 Jul 14:59
f6a3e30
Compare
Choose a tag to compare
  • Clean output and logs
  • Update documentation
  • Tested and stable with python 3.8 and TF 2.3

Release of the paper

02 Mar 09:38
Compare
Choose a tag to compare
  • Added arxiv and zenodo links after release of the paper.

accelerating Monte Carlo simulation across multiple hardware platforms

02 Mar 11:30
Compare
Choose a tag to compare

vegasflow v1.0

28 Feb 17:10
410b7b8
Compare
Choose a tag to compare
Merge pull request #45 from N3PDF/remove_for_pub

Remove benchmark files and a bunch of stuff to make the code ready for being public