Skip to content

Releases: mims-harvard/OptimusKG

Release 0.71.2

Choose a tag to compare

@github-actions github-actions released this 06 May 03:03
ec31f5e
Remove warnings from GitHub actions (#187)

0.71.1

Choose a tag to compare

@github-actions github-actions released this 06 May 02:53
15a5e99
Decouple Pypi package release with the GitHub release  (#186)

0.71.0

Choose a tag to compare

@github-actions github-actions released this 05 May 21:19
11c17d3
Add new DRG-BPO edge type (#185)

0.70.13

Choose a tag to compare

@github-actions github-actions released this 02 May 18:42
f3cee06
Add OptimusKG pre-print href to website (#181)

0.70.12

Choose a tag to compare

@github-actions github-actions released this 02 May 18:31
23c47e4
Update video source in README.md (#180)

0.70.11

Choose a tag to compare

@github-actions github-actions released this 02 May 18:15
6753fec
Add OptimusKG video asset (#179)

0.70.10

Choose a tag to compare

@github-actions github-actions released this 26 Apr 17:51
ccc5b33
Add In Review text for citation page (#177)

0.70.9

Choose a tag to compare

@github-actions github-actions released this 21 Apr 04:17
4ef059d
Change hereo figure (#174)

* change figure

* bump version

0.70.7

Choose a tag to compare

@github-actions github-actions released this 21 Apr 00:32
e4dd894
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

Choose a tag to compare

@github-actions github-actions released this 21 Apr 00:18
4c85ec6
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)