Skip to content

Releases: openalea/deploy

v3.1.2

13 May 09:57
21f47e5
Compare
Choose a tag to compare

What's Changed

  • Update scons command with new run rather tha deprecated call subprocess. by @pradal in #58
  • The patch has been co-developped with @pellem

Full Changelog: v3.1.1...v3.1.2

v3.1.1

23 Jan 16:06
245f850
Compare
Choose a tag to compare

What's Changed

This is a patch release.

Full Changelog: v3.1.0...v3.1.1

v3.1.0

22 Jan 16:47
e6db257
Compare
Choose a tag to compare

What's Changed

Update OpenAlea namespace to new namespace package

Full Changelog: v3.0.2...v3.1.0

v3.0.2

10 Feb 14:01
04b54d8
Compare
Choose a tag to compare

What's Changed

  • v3.0.2 by @pradal in #50
  • Add multisetup script to call python setup.py cmd on a list of packages

Full Changelog: v3.0.1...v3.0.2

Whole refactoring for Python 3

01 Apr 17:35
4bcd292
Compare
Choose a tag to compare

Major refactoring of Deploy. Lots of functionalities have been removed for easier maintenance:

  • create_namespace no longer exists.
  • No post-install scripts
  • No modification of the environmant variables. We rely on conda.
  • No upload or download of packages to/from gforge.inria.fr. The site no longer exists

Enjoy!

v2.2.0

29 Mar 17:28
6ff178c
Compare
Choose a tag to compare

Minor release.
Fix several errors in Python 3 and Windows:

  • Fix a problem in Python 3 wih share, lib or bin dirs (issue #44 )
  • Do not generate anymore an activate script for windows in conda (issue #43 )

Release 2.1.8

19 Dec 16:10
4144f5e
Compare
Choose a tag to compare

This release is mainly a bug fix release for Python 3 compatibility.
This is also the last release that is compatible with Python 2.7.

openalea.deploy v2.1.7

05 Dec 23:06
d5701f6
Compare
Choose a tag to compare

OpenAlea.Deploy 2.1.7

This is the first official release that supports Python 2 and 3

2.1.0 Add Conda support

12 May 14:39
Compare
Choose a tag to compare

Detect Conda if CONDA_PREFIX is set