Skip to content
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

0.2.0 release #346

Merged
merged 1 commit into from
Mar 25, 2022
Merged

Conversation

nickjalbert
Copy link
Contributor

@nickjalbert nickjalbert commented Mar 25, 2022

This is the release PR for version 0.2.0 of AgentOS and the Python Component System (PCS).

Major Changes

  • Allow a Component to be a managed module, as an alternative to the existing support for a Component being a managed class or class instance (#295)
  • Integrate VirtualEnv management into Component (#296)
  • Separation of AgentOS and PCS into different top-level modules. Most non-RL-specific functionality of the project can now be accessed by importing module pcs (#328)

Minor Changes

  • Delete Component.Identifier and replace all uses of it with ComponentIdentifier (#290)
  • Simplify ComponentIdentifier by making it a subtype of str (#290)
  • Moved Component import and instantiation into get_object() (#293)
  • Fix bugs in build_docs.py script (#294)
  • Add isort as a part of code formatting (#302)
  • VirtualEnv can be created from setup.py files (#306)
  • Updates to values in RunCommandSpecKeys (#313)
  • Better handling of sys.path during Component import (#313)
  • Only activate a Component's virtual environment once with no deactivate (#325)
  • Fixes for dev requirements installation on Mac M1 (#326)

Other Notes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant