Skip to content

Commit

Permalink
Version 1.3.0 (#141)
Browse files Browse the repository at this point in the history
* fix install fail on recent python with python_version requirement

* Add functions to access system timestamps for each image (#122)

* fix memory usage problem for calls to capture.transformed_ir (#125)

* version 1.2.4

* Adding a context manager for playback objects (#130)


* Added support for with statements

Co-authored-by: David Dunn <[email protected]>

* Windows sdk autodetection (#132)

* Autodetecting Kinect SDK for windows

* Fixes

* Fixes

* DLL Autodetection

* Latest fixes

* update version

* rephrase readme

* refactor and add K4A_DLL_DIR

* minor readme change

* rename loader to module

* fix multiline string

* Update module.py

fix lint

* Minor fix

Co-authored-by: Louis-Philippe Asselin <[email protected]>

* Add develop branch for ci target (#139)

* rename 1.2.5 to 1.3.0

Co-authored-by: Johan von Forstner <[email protected]>
Co-authored-by: Louis-Philippe Asselin <[email protected]>
Co-authored-by: David Dunn <[email protected]>
Co-authored-by: David Dunn <[email protected]>
Co-authored-by: Ilya Gruzinov <[email protected]>
  • Loading branch information
6 people authored Aug 7, 2021
1 parent 62cdb88 commit 70444b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyk4a
version = 1.2.5
version = 1.3.0
description-file = README.md
description = Python wrapper over Azure Kinect SDK
long_description = file: README.md
Expand Down

0 comments on commit 70444b6

Please sign in to comment.