Releases: Constellab/gws_core
Releases · Constellab/gws_core
Version 0.12.0
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
Feature
- FileDecompressTask : option to delete input compress file avec decompression
Fix
- Fix credentials of type Other
Version 0.11.1
Technical feature
- new rich text streamlit component
Fix
- fix import resource
- fix using youtube share link in note
Version 0.11.0
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
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
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
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
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
Features :
- CLI 🎉 : the new
gws
cli is available. Please check the following doc for more information : CLI
Technical features :
- fix streamlit connection lost
Version 0.8.4
Features :
- rename Report template to Document template
- add method to convert report, document template and e-note into each others
- add file to report, document template and e-note
Technical features :
- fix experiment downloader (fix Source configuration)
- [PyLiveTask] possibility to return None targets
- restructure report and document template file storage