Skip to content

v.1.0.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@i-be-snek i-be-snek released this 10 Nov 15:38
· 2 commits to main since this release
71052ad

What's Changed

v1.0.0 (raw)

A raw pre-release of the database. The database contains data after parsing LLM output but before applying: (a) data gap filling (see #173 and #101), and (2) currency conversion and inflation adjustment to USD (2024) (see #111).

v1.0.1 (raw)

A raw pre-release version fixing the following bugs in v1.0:

  • filter out LLM output from articles that are not a climate extreme; the LLM usually generates rows of NULLs or recites the prompt example (by generating lists like [country1, country2] because it's unable to retrieve any location data from irrelevant articles). No cases of hallucinating country names have been found. See #184.
  • handle a corner case where NULL values not evaluated as None resulted in incorrect locations such as "Null Dam". See #183.
  • handle datatype bug in GID column. See #179.
  • validate for currencies (see #186) and Hazard-Main Event relation (see #181).

More details can be found in #173.