Skip to content

Releases: JuliaPy/Conda.jl

v1.5.0

02 Nov 16:03
dc1c1c7
Compare
Choose a tag to compare

Conda v1.5.0

Diff since v1.4.1

Closed issues:

  • A Documented/Preferred way of installing PyPi dependencies (#50)
  • [Waiting for upstream] Revert pinning Miniconda3-4.5.4 (Python 3.6) on Windows (#125)
  • How to wipe .julia/conda? (#138)
  • Why "building ORCA" is downloading Miniconda in the background, when I have already installed one for python? (#177)
  • Install from plotly channel fails (#178)
  • Can I use pre-exist Anaconda? (#180)
  • Unsupported architecture: powerpc64le (#187)

Merged pull requests:

v1.4.1

12 Feb 03:01
74ba3b8
Compare
Choose a tag to compare

Conda v1.4.1

Diff since v1.4.0

Merged pull requests:

v1.4.0

10 Feb 00:02
Compare
Choose a tag to compare

Conda v1.4.0

Diff since v1.3.0

Closed issues:

  • fix "Using a pre-existing Conda installation" (#158)
  • Scipy.interpolate (#159)
  • Building packages (#160)
  • miniconda error for Windows 10: ImportError: cannot import name 'CondaError' (#161)

Merged pull requests:

v1.3.0

07 Jun 09:34
v1.3.0
Compare
Choose a tag to compare

v1.3.0 (2019-06-06)

Diff since v1.2.0

Closed issues:

  • Possibly go straight to Python 3.8 (#153)
  • Cannot downgrade Python: operation not permitted (#150)
  • When building Conda : syntax: incomplete: premature end of input (#149)
  • Conda.add("scikit-learn") works in OS X but not in Linux during travis build (#148)
  • error when adding ORCA.jl (#144)
  • Conda.add("numpy") fails on 64-bit Windows 10 (#81)

Merged pull requests:

v1.2.0

29 Jan 18:47
Compare
Choose a tag to compare
  • Allow multiple packages to be added/removed in a batch (#130)
  • Test batch (un)install (#131)
  • Conda.cleanall() (#135)
  • Recreating environments (#132)
  • Pass --file to conda config to avoid writing to ~/.condarc (#141)

v1.1.1

12 Oct 14:52
1a5d1d6
Compare
Choose a tag to compare

Fix #128.

v1.1.0

12 Oct 01:34
39019c8
Compare
Choose a tag to compare

Install conda distro into a single global directory (#126), so that future Conda updates won't require reinstalling conda over and over. Drops Julia 0.6.

v1.0.2

23 Sep 20:47
Compare
Choose a tag to compare

Workaround #124 for upstream problem on Windows.

1.0 Compatibility

10 Aug 15:17
Compare
Choose a tag to compare

This release fixes a small numbers of errors and makes Conda.jl compatible with Julia 1.0.

v1.0.0

25 Jul 20:38
9de07b7
Compare
Choose a tag to compare

Moves BinDeps support to another package (#111) and defaults to Python 3 (#108), along with various minor fixes.