Skip to content

Releases: JuliaPy/CondaPkg.jl

v0.2.23

20 Jul 23:09
Compare
Choose a tag to compare

CondaPkg v0.2.23

Diff since v0.2.22

Merged pull requests:

  • Make it easier to add or remove multiple packages w/ Vector{String} (#135) (@mkitti)
  • use uv instead of pip if available (#139) (@cjdoris)
  • Align openssl version with OpenSSL_jll version (#140) (@lassepe)

Closed issues:

  • How to make RCall.jl use a CondaPkg.jl environment? (#113)
  • [Bug] file is not passed to write_toml (#118)
  • using CondaPkg with Pluto leads to unnecesarry resolves (#120)
  • Post install/update hook (#121)
  • pip_add for URLs (#124)
  • critical libmamba could not load prefix data after conda add failed due to low memory (#126)
  • Error when installing Python 3.10 (#131)

v0.2.22

20 Oct 23:34
Compare
Choose a tag to compare

CondaPkg v0.2.22

Diff since v0.2.21

v0.2.21

30 Sep 17:17
Compare
Choose a tag to compare

CondaPkg v0.2.21

Diff since v0.2.20

Merged pull requests:

  • handle python with build=cpython specially (#108) (@cjdoris)

Closed issues:

  • Set conda environment for a package (#106)

v0.2.20

22 Sep 18:08
Compare
Choose a tag to compare

CondaPkg v0.2.20

Diff since v0.2.19

Merged pull requests:

  • do not reinstall all packages just because the env is shared (#90) (@cjdoris)

Closed issues:

  • resolve too eager on local project (#83)

v0.2.19

21 Sep 21:45
Compare
Choose a tag to compare

CondaPkg v0.2.19

Diff since v0.2.18

Merged pull requests:

Closed issues:

  • CondaPkg got stuck on Windows (#81)
  • Adding git packages with pip_add ? (#85)
  • Not a supported wheel on this platform (#97)

v0.2.18

22 Mar 15:29
Compare
Choose a tag to compare

CondaPkg v0.2.18

Diff since v0.2.17

Closed issues:

  • To do: post_install hooks (#6)
  • To do: support pipx dependencies? (#14)
  • Adding non-existing package prevents use of PythonCall (#78)

Merged pull requests:

v0.2.17

27 Jan 10:57
Compare
Choose a tag to compare

CondaPkg v0.2.17

Diff since v0.2.16

Closed issues:

  • how to update packages? (#49)
  • Any way to indicate pip arch? (#55)
  • To do: Conda.update (#60)
  • To do: remove temporary dependencies (#61)
  • To do: named shared environments (#64)
  • CondaPkg dependencies uninstalled when loading locally from global Julia environment (#66)
  • configurable .toml deps path (#70)

Merged pull requests:

v0.2.16

23 Jan 19:18
Compare
Choose a tag to compare

CondaPkg v0.2.16

Diff since v0.2.15

Closed issues:

  • Add example of how to install a package from a git url & branch (#50)
  • pip_add REPL typo? (#51)
  • centralized environment (#52)
  • cannot specify any version and build (#56)

Merged pull requests:

  • add JULIA_CONDAPKG_ENV for centralized environment (#53) (@t-bltg)
  • specific package version selection example in the README (#54) (@CarloLucibello)
  • Improve REPL syntax for package versions and builds (#59) (@cjdoris)
  • check JULIA_CONDAPKG_ENV is absolute (#62) (@cjdoris)

v0.2.15

02 Dec 22:09
Compare
Choose a tag to compare

CondaPkg v0.2.15

Diff since v0.2.14

Closed issues:

  • Error when building RAPIDS (NVIDIA) environments (#38)
  • error when using pip_add on julia 1.8.2 (#47)
  • micromamba-0.27.0 hash mismatch in Docker (#48)

v0.2.14

11 Oct 13:42
Compare
Choose a tag to compare

CondaPkg v0.2.14

Diff since v0.2.13

Closed issues:

  • Concurrent resolve with multiple processes (#40)

Merged pull requests: