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: codelucas/newspaper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.9
Choose a base ref
...
head repository: codelucas/newspaper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.1.0
Choose a head ref
  • 12 commits
  • 44 files changed
  • 3 contributors

Commits on Nov 11, 2014

  1. Configuration menu
    Copy the full SHA
    b6e9c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c6f078 View commit details
    Browse the repository at this point in the history
  3. Migrate to python3

    paul-english committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    4ad825c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2014

  1. Configuration menu
    Copy the full SHA
    1579c10 View commit details
    Browse the repository at this point in the history
  2. Tests passing (almost)

    The library seems to be updated and working. Two tests `test_nlp_body`
    and `test_parse_html` fail due to randomness in the results. The
    assertions for the summary, keywords, and authors fail since the results
    are non-deterministic.
    paul-english committed Nov 12, 2014
    Configuration menu
    Copy the full SHA
    32df727 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2014

  1. Require BS4.

    queenvictoria committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    b015373 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from queenvictoria/master

    Require BeautifulSoup4 so that pip3 install works.
    paul-english committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    60a9536 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Configuration menu
    Copy the full SHA
    5ce294b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Bugfixes and tweak codebase, testing suite to support all unit tests …

    …in python3 except `Source` tests
    codelucas committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    5d6cdbd View commit details
    Browse the repository at this point in the history
  2. Finalize codebase for python3 port + bugfixes + test suite works offl…

    …ine + 100% mocked and deterministic
    codelucas committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    bf2e244 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a07e03e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18836f4 View commit details
    Browse the repository at this point in the history
Loading