Skip to content

Releases: mims-harvard/OptimusKG

Release 0.71.2

06 May 03:03
ec31f5e

Choose a tag to compare

Remove warnings from GitHub actions (#187)

0.71.1

06 May 02:53
15a5e99

Choose a tag to compare

Decouple Pypi package release with the GitHub release  (#186)

0.71.0

05 May 21:19
11c17d3

Choose a tag to compare

Add new DRG-BPO edge type (#185)

0.70.13

02 May 18:42
f3cee06

Choose a tag to compare

Add OptimusKG pre-print href to website (#181)

0.70.12

02 May 18:31
23c47e4

Choose a tag to compare

Update video source in README.md (#180)

0.70.11

02 May 18:15
6753fec

Choose a tag to compare

Add OptimusKG video asset (#179)

0.70.10

26 Apr 17:51
ccc5b33

Choose a tag to compare

Add In Review text for citation page (#177)

0.70.9

21 Apr 04:17
4ef059d

Choose a tag to compare

Change hereo figure (#174)

* change figure

* bump version

0.70.7

21 Apr 00:32
e4dd894

Choose a tag to compare

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

21 Apr 00:18
4c85ec6

Choose a tag to compare

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)