From fbb7e3b5b86f1e4017052cf91d454a5ea2f858c4 Mon Sep 17 00:00:00 2001 From: gourav3017 Date: Mon, 8 Jul 2024 13:16:26 -0400 Subject: [PATCH] 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 --- README.md | 2 +- portpy/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46fa512..8da6358 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

-![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? diff --git a/portpy/__init__.py b/portpy/__init__.py index a5b6487..2e92339 100644 --- a/portpy/__init__.py +++ b/portpy/__init__.py @@ -1,3 +1,3 @@ -__version__ = "1.0.4.2" +__version__ = "1.0.4.3" from portpy import photon