Skip to content

Releases: actinia-org/actinia-core

1.2.1

21 Sep 12:15
6a87d20
Compare
Choose a tag to compare

Fixed

  • Add band_names property to STRDSInfoModel (#243) for g79 support

1.2.0

07 Sep 11:54
15be8b9
Compare
Choose a tag to compare

Added

  • Add json to stdoutParser options (#239)
  • Enhance json output (#240)

Fixed

  • Prevent duplicate workflow run for release (#238)

1.1.0

20 Aug 08:35
f19e048
Compare
Choose a tag to compare

Added

  • GHA docker (#165)
  • Integrate tgis in mapset merge (#233)
  • Add support for STRDS export (#236)

Changed

  • cleaning documentation in actinia_core/docs/docs (#213)
  • add openeo addons (#235)

Fixed

  • fix webhook url in message (#231)
  • Fix "check service" URL in install instructions (#232)

1.0.3.79

15 Jul 08:51
Compare
Choose a tag to compare

1.0.3

15 Jul 08:50
73a1a12
Compare
Choose a tag to compare

FIXED

  • update CHANGELOG + README (#229)
  • add bandref to RasterInfoModel (#230)

1.0.2.79

07 Jul 07:53
Compare
Choose a tag to compare

1.0.2

07 Jul 07:15
0f69b1d
Compare
Choose a tag to compare

CHANGED

  • update actinia-module-plugin version (#228)

1.0.1.79

29 Jun 15:39
Compare
Choose a tag to compare

1.0.1

24 Jun 11:57
3ea04d5
Compare
Choose a tag to compare

Changed

  • update module importing in scripts to core/common folder format (#224)

1.0.0

02 Jun 16:20
60b4b61
Compare
Choose a tag to compare

Happy Codesprint release :) https://github.com/mundialis/actinia_core/projects/1

Breaking

  • Local GeoTIFF import (#216)

Added

  • Get all mapsets locks (#200)
  • gource script for code development visualization (#219)

Changed

  • rename master to main (#194)
  • Part of issue #190
    • Move common folder one level up + use absolute imports (#199)
    • Rename resources folder folder to rest + use absolute imports (#207)
    • Create models folder (#208)
    • move common to subfolder core (#215)
    • update folders in scripts (#220)
    • Move modules used by plugins (#221)
    • Update plugin versions (#222)
    • ATTENTION: the renaming of modules leads to an error with old redis resource entries, see Unpickling of resources created with actinia < 1.0.0 fails with actinia > 1.0.0 #226
  • Part of issue #189
    • Splitup ephemeral processing (#196)
    • splitup methods in aws_sentinel_interface (#205)
    • Splitup common folder (part 1) (#209)
  • change GHA on push and pr (#217)

Fixed

  • fix docker build (#187)
  • make better use of cache for test dockerimage (#198)
  • Fix docker test permissions (#201)
  • lint (#203)

Documentation

  • Conversion of Sphinx based tutorial to markdown/mkdocs (#204)
  • Documentation update (#210)
  • update docker readme (#218)