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

1.9.3 Feature Update #20

Merged
merged 1 commit into from
Apr 28, 2018
Merged

1.9.3 Feature Update #20

merged 1 commit into from
Apr 28, 2018

Conversation

mikkokotila
Copy link
Collaborator

  • added a world map heatmap
  • added shapes files for the world map
  • cleaned up imports from several files
  • added a counties csv with country codes, regions, etc.
  • added a function for coverting country <-> codes
  • improved corr() so that it supports many more variables
  • corr() automatically adjusts size based on number of features
  • line() takes all features in dataframe except 'y' if 'x' is left None
  • swallow the warning from statsmodels for FutureWarning of pandas datetime
  • added an exception for MissingImport
  • updated requirements.txt
  • reorganized dependcy installs in setup.py
  • added .pyc files to .gitignore
  • added possibility to input labels to line() >> this needs to be in all the plots
  • added outlier filtering to world() >> this needs to be in all the plots
  • fixed issue x_limit and y_limit needs to be None for all plots by default #15 regarding default x and y limit settings for plots
  • small cleanups throughout all the plots
  • added many example plots

- added a world map heatmap
- added shapes files for the world map
- cleaned up imports from several files
- added a counties csv with country codes, regions, etc.
- added a function for coverting country <-> codes
- improved corr() so that it supports many more variables
- corr() automatically adjusts size based on number of features
- line() takes all features in dataframe except 'y' if 'x' is left None
- swallow the warning from statsmodels for FutureWarning of pandas datetime
- added an exception for MissingImport
- updated requirements.txt
- reorganized dependcy installs in setup.py
- added .pyc files to .gitignore
- added possibility to input labels to line() >> this needs to be in all the plots
- added outlier filtering to world() >> this needs to be in all the plots
- fixed issue #15 regarding default x and y limit settings for plots
- small cleanups throughout all the plots
- added many example plots
@coveralls
Copy link

Pull Request Test Coverage Report for Build 57

  • 51 of 131 (38.93%) changed or added relevant lines in 19 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-3.9%) to 60.926%

Changes Missing Coverage Covered Lines Changed/Added Lines %
astetik/plots/grid.py 2 3 66.67%
astetik/plots/hist.py 0 1 0.0%
astetik/utils/outliers.py 0 1 0.0%
astetik/plots/line.py 2 10 20.0%
astetik/utils/country_code.py 6 18 33.33%
astetik/plots/world.py 14 71 19.72%
Totals Coverage Status
Change from base Build 55: -3.9%
Covered Lines: 658
Relevant Lines: 1080

💛 - Coveralls

1 similar comment
@coveralls
Copy link

coveralls commented Apr 28, 2018

Pull Request Test Coverage Report for Build 57

  • 51 of 131 (38.93%) changed or added relevant lines in 19 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-3.9%) to 60.926%

Changes Missing Coverage Covered Lines Changed/Added Lines %
astetik/plots/grid.py 2 3 66.67%
astetik/plots/hist.py 0 1 0.0%
astetik/utils/outliers.py 0 1 0.0%
astetik/plots/line.py 2 10 20.0%
astetik/utils/country_code.py 6 18 33.33%
astetik/plots/world.py 14 71 19.72%
Totals Coverage Status
Change from base Build 55: -3.9%
Covered Lines: 658
Relevant Lines: 1080

💛 - Coveralls

@mikkokotila mikkokotila merged commit 94f4ba4 into production Apr 28, 2018
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