Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Axelrod-Python/Axelrod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.0
Choose a base ref
...
head repository: Axelrod-Python/Axelrod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 17 commits
  • 11 files changed
  • 4 contributors

Commits on Oct 22, 2016

  1. Add doubler module to strategies package

    Add Doubler class.
    Add the strategy to strategies pool.
    margaret committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    f2bc4e2 View commit details
    Browse the repository at this point in the history
  2. Add tests for Doubler

    margaret committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    b03cc74 View commit details
    Browse the repository at this point in the history
  3. Review all changes

    Tweak docstrings.
    margaret committed Oct 22, 2016
    Configuration menu
    Copy the full SHA
    40dfd9a View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2016

  1. Incorporate comments

    Rephrase docstrings.
    margaret committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    dc4485a View commit details
    Browse the repository at this point in the history
  2. Add Neg Strategy

    Added Neg strategy
    Added Neg tests
    Updated _Strategies.py and all_strategies.rst to include Neg
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    c612967 View commit details
    Browse the repository at this point in the history
  3. Minor spelling changes

    Changed 4 instances of method name test_affect_of_strategy() to
    test_effect_of_strategy() for consistency
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    564b179 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #747 from mturzanska/doubler

    Implement doubler strategy from PRISON project
    meatballs authored Oct 23, 2016
    Configuration menu
    Copy the full SHA
    63da756 View commit details
    Browse the repository at this point in the history
  5. Change Neg to Negation, reference changes

    Changed Neg to Negation
    Changed first move line and removed unnecessary comment
    Updated reference in Negation.py
    Updated list of all strategies in _strategies.py
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    b238fc8 View commit details
    Browse the repository at this point in the history
  6. Forgot one name update

    Missing change from Neg to Negation in _strategies.py
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    4e44164 View commit details
    Browse the repository at this point in the history
  7. Removed a comment

    amkratz authored Oct 23, 2016
    Configuration menu
    Copy the full SHA
    d52c396 View commit details
    Browse the repository at this point in the history
  8. Changed files to include Doubler

    Doubler was added before and I didn't see it before I commited my
    updated files, so now I'm updating to include the doubler changes in
    hopes to correct the issue.
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    3dffcfb View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'refs/remotes/Axelrod-Python/master'

    # Conflicts:
    #	axelrod/strategies/_strategies.py
    #	axelrod/strategies/doubler.py
    #	axelrod/tests/unit/test_doubler.py
    #	docs/reference/all_strategies.rst
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    03a0cd0 View commit details
    Browse the repository at this point in the history
  10. Cotinuing to fix repo issues

    Improper syntax was added to _strategies.py while I was trying to fix my
    repo. Hopefully this solves that issue.
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    7e3de73 View commit details
    Browse the repository at this point in the history
  11. Last of fixes to files

    Adjusted improper syntax in files that was added when trying to fix my
    repo
    amkratz committed Oct 23, 2016
    Configuration menu
    Copy the full SHA
    9bf2a22 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Configuration menu
    Copy the full SHA
    4c27334 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #748 from amkratz/master

    Add Neg strategy and change 4 method names for consistency
    meatballs authored Oct 24, 2016
    Configuration menu
    Copy the full SHA
    6da9308 View commit details
    Browse the repository at this point in the history
  3. Release v1.14.0.

    drvinceknight committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    1ebc327 View commit details
    Browse the repository at this point in the history
Loading