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 versions and cleanup Dockerfile #84

Merged
merged 13 commits into from
Jan 14, 2019
Merged

Commits on Jan 14, 2019

  1. Update Python versions to latest ones

    This commit also removes Python 3.5
    humitos committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    0382413 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5645e50 View commit details
    Browse the repository at this point in the history
  3. Sort commands

    humitos committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    f0f5a9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d44a4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3956921 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2aaa527 View commit details
    Browse the repository at this point in the history
  7. Install imagemagick and document plantuml

    Closes #80
    humitos committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    4fcb554 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c38206e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d2b77ac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f1cc7b View commit details
    Browse the repository at this point in the history
  11. Add swig as dependency

    This is requested for different users for different purposes
    
    See #15
    
    Closes #15
    humitos committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    c740e77 View commit details
    Browse the repository at this point in the history
  12. Use Miniconda2 to make it backward compatible

    Here is the difference,
    
    > There are two variants of the installer: Miniconda is Python 2 based and Miniconda3 is Python 3 based. Note that the choice of which Miniconda is installed only affects the root environment. Regardless of which version of Miniconda you install, you can still install both Python 2.x and Python 3.x environments.
    
    This one, affects us since if the user was not specifying the Python version when using `conda` we will defaulting to `python3`.
    
    > The other difference is that the Python 3 version of Miniconda will default to Python 3 when creating new environments and building packages.
    
    https://conda.io/miniconda.html
    
    Considering that we are defaulting `python3` for new projects, it would be good to find a way to use `py2` only in old conda projects, though.
    humitos committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    c63fec8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2ba16f0 View commit details
    Browse the repository at this point in the history