Skip to content

Commit

Permalink
Increase version number, and some small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Aggleton committed Feb 13, 2017
1 parent ec6e877 commit 5eb718c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 15 deletions.
15 changes: 3 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*.aux
*.dvi
*.log
*.ps
*.eps
*.pdf
*.gv
Expand All @@ -23,17 +22,9 @@
.coverage
.vscode
.benchmark_cache
.ipynb_checkpoints
pyhepmc-0.3.2
hepmc2root.py
page
testSite
processing.min.js
pylintrc
Chris_QCD
NEW
htmlcov
OLD
web
docs/_*
random_examples
notebook
refdoc
test_*.*
2 changes: 1 addition & 1 deletion pythiaplotter/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Plots diagrams of particle decay trees from HEP Monte Carlo events."""


__version__ = "0.4.0"
__version__ = "0.5.0"
5 changes: 4 additions & 1 deletion pythiaplotter/default_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
# These 3 only apply to the DOT printer
"labelloc": "top",
"labeljust": "left",
"label": r'<<FONT POINT-SIZE="45"><B>${title}<br/>${source}<br/>event ${event_num}</B></FONT><br/><FONT POINT-SIZE="35">All energies in GeV</FONT>>'
"label": r'<<FONT POINT-SIZE="45"><B>${title}<br/>' \
r'${source}<br/>' \
r'event ${event_num}</B></FONT><br/><' \
r'FONT POINT-SIZE="35">All energies in GeV</FONT>>'
}


Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
version=__version__,
description="Generate diagram of particles in the event tree from a "
"High-Energy Physics Monte Carlo event generator.",
long_description="SOMETHING HERE",
long_description="This program reads in Monte Carlo events in a variety of formats, "
"and produces an output diagram, either a static PDF, or an interactive webpage. "
"It is useful for exploring the event, and tracing the lineage of particles.",
author="Robin Aggleton",
author_email="robinaggleton@gmail.com",
url="https://github.com/raggleton/PythiaPlotter",
Expand Down

0 comments on commit 5eb718c

Please sign in to comment.