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

Bugfix future warning displayed for dictionary xdata #21

Merged
merged 16 commits into from May 27, 2018

Commits on May 10, 2018

  1. Documentation upgrade

    * Added sci_analysis_main.ipynb.
    * Added the build_doc.sh script for building documentation.
    * Added the m2r Sphinx extension for converting the notebook to rst.
    * Removed README.rst and modified setup to use the new markdown support.
    * Updated the analyze() function docstring.
    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    2f00c4f View commit details
    Browse the repository at this point in the history
  2. Add m2r to requirements

    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    817d646 View commit details
    Browse the repository at this point in the history
  3. Added requirements.txt

    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    32f8c22 View commit details
    Browse the repository at this point in the history
  4. Release 2.1.1rc0

    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    9f574a4 View commit details
    Browse the repository at this point in the history
  5. README.md fix for pypi

    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    c6eb120 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #20 from cmmorrow/FEATURE-Migrate_documentation_to…

    …_notebooks
    
    Feature migrate documentation to notebooks
    cmmorrow committed May 10, 2018
    Configuration menu
    Copy the full SHA
    4cc03a6 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2018

  1. Fix future warning when using a dictionary

    Updated docs.
    Created the TestWarnings class that extends unittest.TestCase for easier unit testing.
    Removed manual gmean and gmedian setting from test_graph_boxplots.py since that's no longer used.
    Test for warnings in test_graph_boxplots.py.
    Added the assertNotWarnsCorssCompatible function for unit tests.
    Improved assertWarnsCrossCompatible by allowing multiple messages to be caught.
    Vector() will now raise a ValueError if passing in a DataFrame.
    cmmorrow committed May 25, 2018
    Configuration menu
    Copy the full SHA
    e52746e View commit details
    Browse the repository at this point in the history

Commits on May 26, 2018

  1. Fix for matplotlib violinplot reshape issue

    Reset the index in the Graph_Boxplot data to fix a bug regarding the data index for violinplot's dataset arg.
    Fixed an issue with assertWarnsCrossCompatible().
    Updated unit tests.
    cmmorrow committed May 26, 2018
    Configuration menu
    Copy the full SHA
    9083499 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00bc607 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2018

  1. Configuration menu
    Copy the full SHA
    63059b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b827b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7541a65 View commit details
    Browse the repository at this point in the history
  4. Ugh, further py27 debugging.

    cmmorrow committed May 27, 2018
    Configuration menu
    Copy the full SHA
    bcda583 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0dfe0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63a7993 View commit details
    Browse the repository at this point in the history
  7. Release 2.1.1

    cmmorrow committed May 27, 2018
    Configuration menu
    Copy the full SHA
    0503766 View commit details
    Browse the repository at this point in the history