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: pvlib/pvlib-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: uvchik/pvlib-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 6, 2017

  1. remove superfluous keyword arguments

    If keyword arguments are present a TypeError will be raised, so it is
    better to remove it.
    uvchik committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    b82626b View commit details
    Browse the repository at this point in the history
  2. Revert "remove superfluous keyword arguments"

    This reverts commit 45e0518.
    uvchik committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    4fc89ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d1beaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37d84ec View commit details
    Browse the repository at this point in the history
  5. use class names instead of super for multiple inheritance

    I have overseen this class so I had to change it in the same way as in
    commit 6d1beaf.
    uvchik committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    8bfc044 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2017

  1. make pep8 a little happier

    uvchik committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    fe4dd6f View commit details
    Browse the repository at this point in the history
  2. add whatsnewfile for 0.4.6

    uvchik committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    bc3e8e6 View commit details
    Browse the repository at this point in the history
  3. add whatsnew entry for PR 330

    uvchik committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    2aa7ebb View commit details
    Browse the repository at this point in the history
  4. extend whatsnew entry

    uvchik committed Jun 12, 2017
    Configuration menu
    Copy the full SHA
    ee6578f View commit details
    Browse the repository at this point in the history
Loading