Skip to content

Releases: openalea/astk

Release 2025

17 Feb 09:24
ef56859

Choose a tag to compare

import alinea.astk
from alinea.astk.Weather import Weather

do

import openalea.astk
from openalea.astk.Weather import Weather
  • main interface to generate a sky from meteorlogical data is no longer via alinea.sun_and_sky.sun_sky_sources, but by using sky_irradiance and sky_sources.
    instead of
from alinea.astk.sun_and_sky import sun_sky_sources
sources = sun_sky_sources(model='blended')

do

from openalea.astk.sky_irradiance import sky_irradiance
from openalea.astk.sky_sources import sky_sources

irradiance = sky_irradiance()
sources = sky_sources('blended', irradiance)

NewCI Test

24 Jun 21:32
70c0fb8

Choose a tag to compare

Test release CI

try remove v from conda package name

15 Apr 15:52
0cad42f

Choose a tag to compare

Try removing v from conda package version (to allow correct identification of latest version by conda)

Modernise access to data

15 Apr 11:11
d68a0ae

Choose a tag to compare

Modernise access to data using setuptools recommandations

Fore horizontal source irradiance

14 Apr 16:21
71114fc

Choose a tag to compare

Force the irradiance of source to be horizontal
test wheteher git_describe_tag is set for conda-build
test whether toml dynamic version is okay

new API

11 Apr 14:18

Choose a tag to compare

Review astk API for better and extended sky generation

v2.4.1

24 Jan 17:53
60773c7

Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...v2.4.1

v2.4.0

22 Jan 11:10
9a3be6e

Choose a tag to compare

Update to namespace packages.

What's Changed

Full Changelog: 2.2.1...2.4.0

fix __next__

25 Nov 13:57
2dc03ba

Choose a tag to compare

Merge pull request #15 from openalea-incubator/bugfix

Bugfix from echap package