Skip to content

Commit fbb7e3b

Browse files
committed
V1.0.4.3 Bugs fix:
1. Visualization.py: dose > 0 criteria removed for visualization 2. influence_matrix.py: Downsampling beamlets when removing corner beamlets
1 parent e346efe commit fbb7e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="./images/PortPy_logo.png" width="40%" height="40%">
44
</p>
55

6-
![Version](https://img.shields.io/static/v1?label=latest&message=v1.0.4.2&color=darkgreen)
6+
![Version](https://img.shields.io/static/v1?label=latest&message=v1.0.4.3&color=darkgreen)
77
[![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)
88
[![Monthly Downloads](https://static.pepy.tech/badge/portpy/month)](https://pepy.tech/project/portpy)
99
# What is PortPy?

portpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "1.0.4.2"
1+
__version__ = "1.0.4.3"
22

33
from portpy import photon

0 commit comments

Comments
 (0)