Releases: mims-harvard/OptimusKG
Releases · mims-harvard/OptimusKG
Release 0.71.2
Remove warnings from GitHub actions (#187)
0.71.1
Decouple Pypi package release with the GitHub release (#186)
0.71.0
Add new DRG-BPO edge type (#185)
0.70.13
Add OptimusKG pre-print href to website (#181)
0.70.12
Update video source in README.md (#180)
0.70.11
Add OptimusKG video asset (#179)
0.70.10
Add In Review text for citation page (#177)
0.70.9
Change hereo figure (#174) * change figure * bump version
0.70.7
Make favicon adapt to light/dark browser theme (#173) The SVG now ships its own stroke colors via an embedded stylesheet and a prefers-color-scheme media query: #26251e in light UIs, #f2f1ed in dark UIs. Inline stroke="#26251e" attributes on each shape are dropped since the CSS rules own the color now.
0.70.6
Add custom OG image for the landing page (#172) * Add custom OG image for the landing page - New docs/src/app/(home)/opengraph-image.tsx generated via @takumi-rs/image-response (already used for /og/docs). - White 1200x630 canvas: OptimusKG logo + wordmark top-left, tagline "Unifying biomedical knowledge in a modern multimodal graph" bottom-left, both set in Inter (fetched from fontsource jsDelivr at prerender time). * Shrink OG tagline to 60px so it fits on two lines * Match OG tagline weight to the landing hero (Inter 400)