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

Update Project Layout #1182

Merged
merged 17 commits into from
Sep 30, 2019
Merged

Update Project Layout #1182

merged 17 commits into from
Sep 30, 2019

Commits on Sep 29, 2019

  1. MNT: Move tests out of main source tree

    This takes the tests, and especially the test images, out of the built
    wheel files. This addresses part of Unidata#1171.
    dopplershift committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    ef4e806 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    5c0be98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc102d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b1067c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    369ebf3 View commit details
    Browse the repository at this point in the history
  5. Remove unneeded README link

    This was so GitHub would find our README.rst, but that's not needed any
    more.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0356c75 View commit details
    Browse the repository at this point in the history
  6. BUG: Sort versions in doc version chooser

    Due to glob, they come out in random order, which with the amount of
    versions we have is becoming quite apparent.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c192d96 View commit details
    Browse the repository at this point in the history
  7. MNT: Convert README to markdown

    This is supported by PyPI now and is a lot better than RST.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    e98c381 View commit details
    Browse the repository at this point in the history
  8. MNT: Remove "test" colortable

    I'm pretty sure this was accidentally committed awhile back. It does not
    appear to be used, and it's not a useful table otherwise.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    c8cf3fa View commit details
    Browse the repository at this point in the history
  9. MNT: Move source code to src/ directory

    This means that when working in the root of the repository, the fact
    that the current directory is on PYTHONPATH no longer causes metpy to be
    available. This makes it possible to actually run tests against the
    installed copy, among other benefits. Addresses part of Unidata#1171.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    894e066 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbd3ef6 View commit details
    Browse the repository at this point in the history
  11. MNT: Condense flake8 configuration

    pytest-flake8 will use the flake8 section now (has for a bit now), so we
    don't need to have the information duplicated in the pytest config.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5b813a4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e2bd56b View commit details
    Browse the repository at this point in the history
  13. MNT: Move NEXRAD code generation out of package source

    There's no need for it to live there and be distributed, so pull it out
    into a tools/ directory.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    def4175 View commit details
    Browse the repository at this point in the history
  14. MNT: Remove use of deprecated functions

    These were hiding in docstring examples.
    dopplershift committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    1a91f72 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    12c2f74 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    523e058 View commit details
    Browse the repository at this point in the history