Skip to content

v0.8.0

Compare
Choose a tag to compare
@CasperWA CasperWA released this 22 Apr 16:41
v0.8.0
fbd20c4

New features:

  • Resource adapter. Intended for use in clients. It mimicks the EntryResource class in models, while also open the possibility to convert an OPTIMADE resource to other well-known formats for the specific resource (e.g., ASE Atoms or CIF file for structures). See more info in the commit descriptions for 9bedc78 (#241, @CasperWA with testing by @ml-evs)
  • Enable passing an URI, when using MongoDB (#150, @shyamd)
  • Enable filtering on entry resource relationships for the MongoDB transformer (#234, @ml-evs)
  • Concept of LENGTH aliases, where one may link a resource property's size/length to another resource property (#222, @ml-evs)
  • Move to pydantic's BaseSettings for the server configuration details (#226, @shyamd)
  • Use Dependabot to keep track of dependencies (@CasperWA)

Updates:

Bug fixes: