Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make pip installable #16

Open
wants to merge 59 commits into
base: master
Choose a base branch
from
Open

Make pip installable #16

wants to merge 59 commits into from

Conversation

algrs
Copy link
Contributor

@algrs algrs commented May 11, 2017

I needed to make opendr pip install -e .able in order to track down a test failure in core; fixed lint while I was at it. This is a huge diff, but most of it is minor lint changes. Look at commit 8eea8ab for the changes related to pip and the following commits for lint fixing. Tests are passing in circleci: https://circleci.com/gh/bodylabs/opendr/401

mattloper and others added 30 commits July 11, 2014 19:54
Bring in history from BL…
…et to any number between 1 and 3 (and is 3 by default).

Conflicts:
	renderer.py
Without this, if you had two versions of opendr installed, for example
one that you're working on and an old one in site-packages, they could
import each other, leaveing you with potentially inconsistent code that
can be really hard to debug.
… tolerate lack of cython, and added normalization option to VertNormals.
Conflicts:
	Makefile
	__init__.py
	renderer.py
	setup.py
	test_depth_renderer.py
	test_renderer.py
This pulls in the changes from korper made to the old offscreen_pyrenderer by Paul in 7cd62887.
algrs and others added 27 commits February 24, 2015 18:37
that was in practice being applied to a ch.array (created in
camera.unproject_depth_image for some unknown reason). 25x speedup.
This includes the fix for complaining about 'normalize' in VertNormals
 * Catches BadZipFile and retries download once
 * Now also closes urllib2 connection when done
…0.74.0 (#5)

* Fix setup.py

* Correct version

* Address code review

* Use parse_requirements from pip

* Fix setup
* Preinstall numpy and scipy as they are needed to compile other stuff

* scipy.stats.nanmean has been deprecated since 0.15

* Fix some float-as-index bugs
@algrs
Copy link
Contributor Author

algrs commented May 11, 2017

Weirdly, github wants to include every commit ever in the diff... I can open the PR on bodylabs/opendr directly and then we can merge it up if that'd be an easier way to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants