Navigation Menu

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 parmap API to remove DeprecationWarnings #7

Closed
wants to merge 6 commits into from

Commits on Nov 9, 2017

  1. Merge branch 'feature_5i' into feature_5_test

    Brett Walker committed Nov 9, 2017
    Copy the full SHA
    be57610 View commit details
    Browse the repository at this point in the history
  2. Merge pull request GeoscienceAustralia#6 from GeoscienceAustralia/fea…

    …ture_5_test
    
    Feature 5 test
    Brett Walker committed Nov 9, 2017
    Copy the full SHA
    59f9fed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature_5i' of github.com:GeoscienceAustralia/sifra int…

    …o feature_5i
    u53337 committed Nov 9, 2017
    Copy the full SHA
    ba86fe1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. convert print statements to logging.info

    u53337 committed Nov 10, 2017
    Copy the full SHA
    0ec39bb View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature_5i'

    u53337 committed Nov 10, 2017
    Copy the full SHA
    e07a7f0 View commit details
    Browse the repository at this point in the history
  3. Update parmap API to remove DeprecationWarnings

    parmap 1.5.0 introduced support for passing keyword arguments to
    mapped functions. The drawback of this feature is that a consistent
    naming of parmap arguments is needed in order to prevent conflicts
    between parmap arguments and user-defined arguments. The new parmap
    convention is to prefix all its arguments with "pm_" (for parmap)
    as documented http://parmap.readthedocs.io/en/latest/
    
    This commit updates the sifra parmap calls to use the new API,
    removing the deprecation warnings that appear with
    parmap==1.5.1 (the parmap version used).
    
    It also upgrades the requirements.txt file, as parmap >= 1.5.0
    is now required.
    zeehio committed Nov 10, 2017
    Copy the full SHA
    0ac7c7c View commit details
    Browse the repository at this point in the history