Releases: materials-data-facility/forge
Releases · materials-data-facility/forge
0.8.0
v0.7.6
v0.7.5
v0.7.4
v0.7.3
v0.7.2
v0.7.1
v0.7.0
This release moves some internal Forge code to a separate class, SearchHelper, in the MDF Toolbox. No meaningful impact on the end-user experience with Forge is expected, but the split into SearchHelper is useful from code reuse and maintainability perspectives.
With this split, there is now a logout()
method that can be called to delete all tokens from Globus Auth, and minor improvements to query string handling (the most visible of which is that some search values which should be wrapped in double-quotes will be, automatically). This release is entirely backwards-compatible, with the singular exception that info=True
returns the query fields as top-level fields instead of nested in a query
field.