File tree Expand file tree Collapse file tree 2 files changed +40
-1
lines changed
Expand file tree Collapse file tree 2 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 11This file contains changes introduced to PsychXR for each version. Breaking
22changes may be incompatible with your current code.
33
4- Version 0.2.1 - 2019/07/16
4+ Version 0.2.2 - 2019/10/16
5+ --------------------------
6+
7+ Overview:
8+
9+ Bugfix release.
10+
11+ New Features:
12+
13+ - None
14+
15+ Bug Fixes:
16+
17+ - Fixed `LibOVRPerfStats` setting up incorrect pointers to
18+ `LibOVRPerfStatsPerCompositorFrame` objects.
19+ - Fixed TOUCH_* module level constants not being exposed by __all__.
20+
21+ Breaking Changes:
22+
23+ - None
24+
25+
26+ Version 0.2.1 - 2019/09/25
527--------------------------
628
729Overview:
Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+
6+ Version 0.2.2 - 2019-10-16
7+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
8+
9+ Bugfix release to address issues introduced in the 0.2+ codebase. This version
10+ is being uploaded to PyPI for use with PsychoPy which has recently gotten
11+ a new version of the Rift interface which supports PsychXR 0.2+.
12+
13+ **Oculus Rift Support (libovr) **
14+
15+ * Fixed `LibOVRPerfStats ` setting up incorrect pointers to
16+ `LibOVRPerfStatsPerCompositorFrame ` objects, causing Cython to convert them
17+ to dictionaries instead of instances of `LibOVRPerfStatsPerCompositorFrame `.
18+ * Fixed TOUCH_* module level constants not being exposed by __all__.
19+
20+ `Click here to download PsychXR 0.2.2 <https://github.com/mdcutone/psychxr/releases >`_
21+
522Version 0.2.1 - 2019-09-25
623~~~~~~~~~~~~~~~~~~~~~~~~~~
724
You can’t perform that action at this time.
0 commit comments