Releases: danieljfarrell/pvtrace
Releases · danieljfarrell/pvtrace
pvtrace-2.1.6
pvtrace-2.1.5
- Bug fix for Windows 10.
- Require python >3.7.2,<3.8 due to issue with meshcat and ZMQ.
- Pandas correctly added setup.py so hello world example runs without problems.
pvtrace-2.1.4
- Minor changes to README to make installation and running example code a little clearer
- Include pandas as a dependency to allow running the hello_world.py example.
pvtrace-2.1.3
- Added LSC object which simplifies basic luminescent concentrator simulations
- Added new examples for LSC
- Added validation notebook which compares pvtrace with three other LSC simulation codes
pvtrace-2.1.2
- Build on readthedocs was failing when trying to install from
requirements.txt
. - No changes to pvtrace.
pvtrace-2.1.1
- Replaced
requirements.txt
with minimal version to run the package. Should improve installation time. - No changes to pvtrace.
pvtrace-2.1.0
- Resigned much of the code base!
- Added wavelength selective coating using
SurfaceDelegate
approach. - Added scattering material
- Renamed Lumophore to Luminophore
- Added phase functions which can be used by scattering and luminophore to control scattering and reemission directions
- This version will break scripts written for earlier releases.
- More documentation.
pvtrace-2.0.4
Bug fix release
- Fixes issue #23
pvtrace-2.0.3
Refactoring of photon tracer algorithm and other simplifications.
pvtrace-2.0.2
Added cylinder geometry.