Skip to content

Releases: danieljfarrell/pvtrace

pvtrace-2.1.6

18 Nov 23:04
Compare
Choose a tag to compare
  • Add Reactor component for reaction mixtures. Contributed by @dcambie, see pull request #44
  • Improve README with:
    • Installation instructions for spatialindex on multiple platforms
    • Running meshcat-server before running pvtrace scripts

pvtrace-2.1.5

03 Sep 17:47
Compare
Choose a tag to compare
  • 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

02 Sep 19:29
Compare
Choose a tag to compare
  • 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

26 Aug 17:03
Compare
Choose a tag to compare
  • 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

02 Mar 15:21
Compare
Choose a tag to compare
  • Build on readthedocs was failing when trying to install from requirements.txt.
  • No changes to pvtrace.

pvtrace-2.1.1

02 Mar 12:24
Compare
Choose a tag to compare
  • Replaced requirements.txt with minimal version to run the package. Should improve installation time.
  • No changes to pvtrace.

pvtrace-2.1.0

02 Mar 01:28
Compare
Choose a tag to compare
  • 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

29 Jun 10:01
Compare
Choose a tag to compare

Bug fix release

  • Fixes issue #23

pvtrace-2.0.3

27 May 12:17
2819b26
Compare
Choose a tag to compare

Refactoring of photon tracer algorithm and other simplifications.

pvtrace-2.0.2

22 Apr 08:51
Compare
Choose a tag to compare

Added cylinder geometry.