-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.0.0 #12
v2.0.0 #12
Conversation
MBueschelberger
commented
Apr 10, 2024
•
edited
Loading
edited
- add unit conversion/fetching utility
- add unit conversion/fetching to dataframe columns
- add unit conversion/fetching to custom properties, generally update the pydantic model
- add semantics module for exchangable semantic queries via config
- add option to directly source .env file via python dotenv
- add unit tests
- add updating of avatar
- fix problems in commiting linked kitems
- add running apps on demand
- add interaction with app configs
- add docs
- add logging levels
- add avatar interaction
- add functionality to add attachment content from memory
- remove side effects of KProperties when added, updated, deleted, retrieved.
- update pydantic models for linked kitems
When testing the code, I encoutered again this issue: https://github.com/MI-FraunhoferIWM/dsms-sdk/issues/4 (recreated here under #13). I solved it by adding setting
Can this be done automatically for a dev environment? |
…esults, minor refactor of AppConfig model
DSMS-SDK Documentation (1st draft) : Enh/sdk docs