Skip to content

Releases: Constellab/gws_core

Version 0.12.1

24 Jan 14:36
Compare
Choose a tag to compare

Fix

  • Fix cron to sync stats

Technical Features

  • Improve Dashboard class

Breaking change

  • Constructor of CondaShellProxy, MambaShellProxy, PipShellProxy has changed. Now env_name is optional and second argument. Previously CondaShellProxy('Name', 'env_file_path') --> CondaShellProxy('env_file_path', 'Name')

Version 0.12.0

20 Jan 13:34
Compare
Choose a tag to compare

Feature

  • store stats of processes run

Technical feature

  • add support for virtual environment for streamlit. New StreamlitCondaAgent, StreamlitMambaAgent, StreamlitPipAgent processes.
  • new Dashboard class to define streamlit code folder

Fix

  • fix send scenario and resource route

Version 0.11.2

08 Jan 09:31
Compare
Choose a tag to compare

Feature

  • FileDecompressTask : option to delete input compress file avec decompression

Fix

  • Fix credentials of type Other

Version 0.11.1

06 Jan 09:13
Compare
Choose a tag to compare

Technical feature

  • new rich text streamlit component

Fix

  • fix import resource
  • fix using youtube share link in note

Version 0.11.0

20 Dec 11:53
Compare
Choose a tag to compare

Features

  • Use real parameters (DynamicParam) for agents
  • New options and tasks to send a Resource or a Scenario to another lab (like a datahub)
  • Share a resource with a space folder (make resource view available in Space)
  • Possibility to have a note and a scenario in different sub folder
  • Possibility to move a sync note and scenario to another sub folder
  • New InputTaskFromProcessOutput task to connect an output of a scenario to an input of another scenario (even if the first scenario is not finished)
  • Possibility to export logs as json

Technical features

  • New scenario param to select a scenario as a Task parameter
  • New DynamicParam
  • Streamlit dashboard : possibility to use page API

Version 0.10.4

28 Nov 09:40
Compare
Choose a tag to compare

Feature

  • Create a link to share a Resource. Anyone with the link can access the Resource and its default view.
  • Improve log list UI

Technical feature

  • fix note automatic generation
  • fix resource share between labs

Version 0.10.3

25 Nov 13:09
Compare
Choose a tag to compare

Features

  • Add history to notes
  • Improve file management in lab
  • dev mode now uses a new url and can communicate with space
  • improve rich text (especially lists)

Technical features

  • improve ResourceSelect in streamlit

Version 0.10.1

21 Oct 10:38
Compare
Choose a tag to compare

Technical features

  • Fix tags and activity migration after v 0.10.0
  • [ResourceDownloader] fix download resource from S3 sevrer
  • [S3Bucket] Fix download S3 object with prefix

Version 0.10.0

17 Oct 08:24
Compare
Choose a tag to compare

Rename objects

  • Experiment ▶️ Scenario
  • Report ▶️ Note
  • Document template ▶️ Note template
  • Protocol template ▶️ Scenario template
  • Project ▶️ Folder
  • Live task ▶️ Agent

Features

  • Dictate note with your voice !
  • New timestamp block in notes
  • New Audio view
  • Integrate Note template inside another note
  • Create new empty sub playground in scenario
  • Integrate Scenario template inside another scenario
  • Streamlit agent now supported resource set as input
  • Sort object list by column (scenarios, resources, notes...)
  • Scenario and note can be associated to any folder (not only leafs)

Technical features

  • Rename Enote to NoteResource

Version 0.9.0

26 Aug 08:45
Compare
Choose a tag to compare

Features :

  • CLI 🎉 : the new gws cli is available. Please check the following doc for more information : CLI

Technical features :

  • fix streamlit connection lost