From 56b7c8d17e3a65cc10c2571d4c380855425e1f5b Mon Sep 17 00:00:00 2001 From: Marcel Rieger Date: Thu, 27 Dec 2018 10:20:06 +0100 Subject: [PATCH] Version 1.0.0. --- README.md | 4 ++-- lbn.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb0bda7..b58a8c3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Lorentz Boost Network (LBN) [![pipeline status](https://git.rwth-aachen.de/3pia/lbn/badges/master/pipeline.svg)](https://git.rwth-aachen.de/3pia/lbn/commits/master) +# Lorentz Boost Network (LBN) [![pipeline status](https://git.rwth-aachen.de/3pia/lbn/badges/master/pipeline.svg)](https://git.rwth-aachen.de/3pia/lbn/pipelines) -TensorFlow implementation of the Lorentz Boost Network from [arXiv:XXXX.XXXXX [hep-ex]](https://arxiv.org/abs/XXXX.XXXXX). +TensorFlow implementation of the Lorentz Boost Network from [arXiv:1812.09722 [hep-ex]](https://arxiv.org/abs/1812.09722). Original repository: [git.rwth-aachen.de/3pia/lbn](https://git.rwth-aachen.de/3pia/lbn) diff --git a/lbn.py b/lbn.py index 83c39a6..f9e6736 100644 --- a/lbn.py +++ b/lbn.py @@ -2,7 +2,7 @@ """ TensorFlow implementation of the Lorentz Boost Network (LBN). -For more information, see https://arxiv.org/abs/XXXX.XXXXX. +For more information, see https://arxiv.org/abs/1812.09722. """ @@ -12,7 +12,7 @@ __license__ = "BSD" __credits__ = ["Martin Erdmann", "Erik Geiser", "Yannik Rath", "Marcel Rieger"] __contact__ = "https://git.rwth-aachen.de/3pia/lbn" __email__ = "marcel.rieger@cern.ch" -__version__ = "0.0.1" +__version__ = "1.0.0" __all__ = ["LBN", "FeatureFactoryBase", "FeatureFactory"] -- GitLab