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

Added coveralls support and removes pandas #12

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

Conversation

psigen
Copy link
Member

@psigen psigen commented May 22, 2016

Instead of pandas, load and save functionality uses numpy.recarray.

While pandas adds a lot of additional functionality, it is also a fairly heavy dependency and can make many simple operations like interpolation very complicated.

If pandas is necessary, the numpy.recarray structure can be converted to a pandas.DataFrame.

This PR also reorganizes the setup.py and .travis.yml files to add coverage test reporting to the analytics library.

@coveralls
Copy link

coveralls commented May 22, 2016

Coverage Status

Changes Unknown when pulling 865db62 on feature/coveralls into * on master*.

@coveralls
Copy link

coveralls commented May 22, 2016

Coverage Status

Changes Unknown when pulling 497a29b on feature/coveralls into * on master*.

@psigen psigen changed the title Added coveralls support. Added coveralls support and removes pandas May 22, 2016
@coveralls
Copy link

coveralls commented May 22, 2016

Coverage Status

Changes Unknown when pulling c31ef0a on feature/coveralls into * on master*.

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.

2 participants