Skip to content

Commit

Permalink
V1.0.4.3 Bugs fix:
Browse files Browse the repository at this point in the history
1. Visualization.py: dose > 0 criteria removed for visualization
2. influence_matrix.py: Downsampling beamlets when removing corner beamlets
  • Loading branch information
gourav3017 committed Jul 8, 2024
1 parent e346efe commit fbb7e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="./images/PortPy_logo.png" width="40%" height="40%">
</p>

![Version](https://img.shields.io/static/v1?label=latest&message=v1.0.4.2&color=darkgreen)
![Version](https://img.shields.io/static/v1?label=latest&message=v1.0.4.3&color=darkgreen)
[![Total Downloads](https://static.pepy.tech/personalized-badge/portpy?period=total&units=international_system&left_color=grey&right_color=blue&left_text=total%20downloads)](https://pepy.tech/project/portpy?&left_text=totalusers)
[![Monthly Downloads](https://static.pepy.tech/badge/portpy/month)](https://pepy.tech/project/portpy)
# What is PortPy?
Expand Down
2 changes: 1 addition & 1 deletion portpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "1.0.4.2"
__version__ = "1.0.4.3"

from portpy import photon

0 comments on commit fbb7e3b

Please sign in to comment.