Skip to content

Releases: LBNL-ETA/pyradiance

0.5.1

28 Aug 04:36
Compare
Choose a tag to compare

add genbox and genrev.
added many Radiance binaries but without interfaces.

Full Changelog: v0.5.0...v0.5.1

0.5.0

23 Aug 23:56
Compare
Choose a tag to compare

Add spectral simulation features from Radiance

Full Changelog: v0.4.2...v0.5.0

0.4.2

22 Jul 22:27
Compare
Choose a tag to compare

Fix(util.py): white space in file names causing issues with render

Full Changelog: v0.4.1...v0.4.2

0.4.1

15 Jul 20:00
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

0.4.0

24 Jun 19:57
Compare
Choose a tag to compare

Add obj2mesh
Update setup.py to use setuptools because distutils is deprecated

Full Changelog: v0.3.1...v0.4.0

0.3.1

21 Feb 18:54
4a9ae60
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

0.3.0

24 Oct 05:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

v0.2.0

25 Aug 22:24
Compare
Choose a tag to compare

What's Changed

  • feat(anci.py): Added a utility write method to write data to file. by @sariths in #28
  • doc(example files): Added geometry and other assests for demonstrating features. by @sariths in #26
  • fix(utils.py): using split instead of shlex.split for splitting commands
  • fix(px.py): fix ra_tiff output bug and expose it at the top level

New Contributors

Full Changelog: v0.1.2...v0.2.0

0.1.2

26 Jul 23:13
Compare
Choose a tag to compare

fix(ot.py): move stdin after file paths, assuming the modifiers in the stdin is always defined in one of the input files if not in the stdin itself already.

0.1.1

19 Jul 06:37
b9f4d29
Compare
Choose a tag to compare

Feat: add bytes attribute to Primitive class that converts primitive to bytes ready to action.
Fix: moved source argument -f after the expression -e as a standard setup.