Release v0.3.0 #229
dotsdl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This release focused on improving users' ability to influence compute effort allocation on their
Task
s, as well as enabling support for largeAlchemicalNetwork
s. This includes:Task
priority
, set and getAlchemicalNetwork
weight
relative to others, and set and get actionedTask
weight
s. These give users several levers of control for getting results of greater interest more quickly. Big thanks to @ianmkenney for working on these pieces in detail.AlchemicalNetwork
submission andAlchemicalNetwork
,Transformation
, andChemicalSystem
retrieval through smarter serialization via use of keyeddict
s, thanks to work by @ianmkenney and @dotsdl to solve alchemiscale#216:What's Changed
main
by @dotsdl in Make test env use latest release of openfe and gufe instead ofmain
#203visualize
kwarg to thecreate_network
method by @ianmkenney in Add thevisualize
kwarg to thecreate_network
method #207ScopedKey
s by @dotsdl in Add ability to sortScopedKey
s #199return_gufe
kwarg fromAlchemiscaleClient.query_networks
by @ianmkenney in Removereturn_gufe
kwarg fromAlchemiscaleClient.query_networks
#206weight
kwarg toAlchemiscaleClient.action_tasks
method by @ianmkenney in Addweight
kwarg toAlchemiscaleClient.action_tasks
method #209get_network_actioned_tasks
andget_task_actioned_networks
toAlchemicaleClient
by @ianmkenney in Addget_network_actioned_tasks
andget_task_actioned_networks
toAlchemicaleClient
#214gufe_to_digraph
to avoid repeated traversals, calls toGufeTokenizable.to_shallow_dict
by @dotsdl in Optimization togufe_to_digraph
to avoid repeated traversals, calls toGufeTokenizable.to_shallow_dict
#219Full Changelog: v0.2.1...v0.3.0
This discussion was created from the release Release v0.3.0.
Beta Was this translation helpful? Give feedback.
All reactions