-
Notifications
You must be signed in to change notification settings - Fork 123
[RELEASE] 0.2.0 #232
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
base: main
Are you sure you want to change the base?
[RELEASE] 0.2.0 #232
Conversation
[ENHANCEMENT] Restructure package for simplified installation
Resolved conflicts: - envs/echo_env/models.py: took release (updated imports to openenv.core) - envs/echo_env/server/echo_environment.py: took release (updated imports) - src/openenv/core/env_server/http_server.py: kept pr/217 features (schema endpoints, route config, serialization) - src/openenv/core/env_server/web_interface.py: kept pr/217 features (uses shared serialization module) - src/openenv/core/env_server/route_config.py: moved to new location - src/openenv/core/env_server/serialization.py: moved to new location
[ENHANCEMENT] migrate to pydantic models and add parameterized reset/step support
|
@burtenshaw Nice work! I was reading the changes in files, I think some environments still needs updates, for instance: To And rest of their files that require the updates based on this draft. I was wondering if those environments that did not get affected are meant like this or they are missed? |
Good catch. Yes, we will need somee docs changes and to merge and move envs that are already on |
This is the release branch for 0.2.0. Main features are:
uvprovider #164