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

FIX(#13, plot): PY2 era BUG when writing plot-diagrams; give sample code in the into #19

Open
wants to merge 34 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2019

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

Commits on Sep 29, 2019

  1. FIX(yahoo#13): BUG in plot-diagram writtin from PY2 era,

    were writing in text-mode in PY3. and failing as encoding error.
    ankostis committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    f58d148 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c75a2c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a005bd6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. enh(build): replace numpy with pytest...

    numpy was used just for its assert_raise
    ankostis committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    32409f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f606ed1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    cd1370b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f676662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65d1816 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4e55b30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47b50f6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2019

  1. refact(plot): extract plot function out of Network class...

    to use it also on stary DAGs.  Keep delegation.
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    b1d02a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c11af2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    344490b View commit details
    Browse the repository at this point in the history
  4. ENH(plot): +inputs, +outputs, +solution modify plotting

    (see yahoo#13 for an example):
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    23ef81e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e8601c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    834a8b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c2e28a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e38c8ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d855bf6 View commit details
    Browse the repository at this point in the history
  10. test(plot): enhance plot test to try all yahoo#13 features;

    + test all chained plot() methods from netop.
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    ca5d243 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a2de9ef View commit details
    Browse the repository at this point in the history
  12. FIX(PLOT.TC): TC was always testing PNG, ...

    + retorfitted to try all available formats.
    + list of forbidden formats based on my failres
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    dc5a21a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    782d9b9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7d389c3 View commit details
    Browse the repository at this point in the history
  15. ENH(plot): return SVG rendered in JUPYTER, ...

    + doc: rename in sample code: netop --> pipeline.
    + enh(build): add `ipython` in test dependencies.
    + include it in the plot TC.
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    3fe0b40 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1471551 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af7ae0f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b440196 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bde9b64 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8e361e6 View commit details
    Browse the repository at this point in the history
  21. DROP PY3.4 - add PY3.6, PY3.7...

    ...pytest has problems with 3.4.
    ankostis committed Oct 5, 2019
    Configuration menu
    Copy the full SHA
    b08a363 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    3a87959 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2019

  1. FIX(plot): failing if steps not a list/ is none...

    backported from yahoo#29
    ankostis committed Oct 7, 2019
    Configuration menu
    Copy the full SHA
    4aca013 View commit details
    Browse the repository at this point in the history