Skip to content

Latest commit

 

History

History
194 lines (101 loc) · 10.5 KB

CHANGELOG.md

File metadata and controls

194 lines (101 loc) · 10.5 KB

v2.3.1 - 2024-11-01

Fix

  • Include titles to chunk heading metadata (#62) (bfeb2db)

v2.3.0 - 2024-10-29

Feature

  • Added pydantic models to store charts data (pie, bar, stacked bar, line, scatter) (#52) (36b7bea)

v2.2.3 - 2024-10-29

Fix

  • Str representation of enum across python versions (#60) (8528918)
  • Title for export to markdown and add text_width parameter (#59) (4993c34)

v2.2.2 - 2024-10-26

Fix

  • Fix non-string table cell handling in chunker (#58) (b5d07b2)

v2.2.1 - 2024-10-25

Fix

  • Escaping underscore characters in md export (#57) (c344d0f)

v2.2.0 - 2024-10-24

Feature

  • Add headers argument and a custom user-agents for http requests (#53) (44941b5)

Fix

  • Fix resolution in case of URL without path (#55) (2c88e56)

v2.1.0 - 2024-10-22

Feature

  • Improve markdown export of DoclingDocument (#50) (328778e)
  • Extend chunk meta with schema, version, origin (#49) (d09fe7e)

v2.0.1 - 2024-10-18

Fix

v2.0.0 - 2024-10-16

Feature

  • Expose DoclingDocument as main type, move old typing to legacy (#41) (03df97f)

Breaking

  • Expose DoclingDocument as main type, move old typing to legacy (#41) (03df97f)

v1.7.2 - 2024-10-09

Fix

v1.7.1 - 2024-10-07

Fix

  • Make doc metadata keys pure strings (#38) (246627f)
  • Align chunk ref format with one used in Document (#37) (b5592ad)

v1.7.0 - 2024-10-01

Feature

  • (experimental) introduce new document format (#21) (688789e)
  • Add doc metadata extractor and ID generator classes (#34) (b76780c)
  • Support heading as chunk metadata (#36) (4bde515)

v1.6.3 - 2024-09-26

Fix

  • Change order of JSON Schema to search mapper transformations (#32) (a4ddd14)

v1.6.2 - 2024-09-24

Fix

  • Remove duplicate captions in markdown (#31) (a334b9f)

v1.6.1 - 2024-09-24

Fix

  • Remove unnecessary package dependency (#30) (e706d68)

v1.6.0 - 2024-09-23

Feature

v1.5.0 - 2024-09-20

Feature

  • Add export to doctags for document components (#25) (891530f)
  • Add file source resolution utility (#22) (752cbc3)

v1.4.1 - 2024-09-18

Fix

v1.4.0 - 2024-09-18

Feature

v1.3.0 - 2024-09-11

Feature

v1.2.0 - 2024-09-10

Feature

v1.1.4 - 2024-09-06

Fix

  • Validate_model() could be called with other types rather than dict (#14) (235b2cd)

Documentation

v1.1.3 - 2024-08-28

Fix

  • Use same base type for all components (#10) (f450c8c)

v1.1.2 - 2024-07-31

Fix

  • Make page number strictly positive (#8) (ec3cff9)

v1.1.1 - 2024-07-23

Fix

Documentation

  • Revamp installation instructions (#6) (3f77b2e)

v1.1.0 - 2024-07-18

Feature

  • Add document Markdown export (#4) (d0ffc85)

v1.0.0 - 2024-07-17

Feature

Breaking

v0.0.1 - 2024-07-17

Fix

  • Fix definition issues in record type (#2) (656f563)