Skip to content

Releases: LeMyst/WikibaseIntegrator

v0.8.2

07 Aug 22:06
Compare
Choose a tag to compare

Move from WikidataIntegrator to WikibaseIntegrator

  • Module name changes :
    • wdi_backoff -> wbi_backoff
    • wdi_config -> wbi_config
    • wdi_core -> wbi_core
    • wdi_fastrun -> wbi_fastrun
    • wdi_login -> wbi_login
  • Classe name changes:
    • WDLogin -> Login
    • WDItemEngine -> ItemEngine
    • WDBaseDataType -> BaseDataType
    • WDCommonsMedia -> CommonsMedia
    • WDExternalID -> ExternalID
    • WDForm -> Form
    • WDGeoShape -> GeoShape
    • WDGlobeCoordinate -> GlobeCoordinate
    • WDItemID -> ItemID
    • WDLexeme -> Lexeme
    • WDMath -> Math
    • WDMonolingualText -> MonolingualText
    • WDMusicalNotation -> MusicalNotation
    • WDProperty -> Property
    • WDQuantity -> Quantity
    • WDSense -> Sense
    • WDString -> String
    • WDTabularData -> TabularData
    • WDTime -> Time
    • WDUrl -> Url
  • ItemEngine parameter changes:
    • wd_item_id -> item_id
  • ItemEngine attribute changes:
    • wd_item_id -> item_id

v0.8.1

05 Aug 19:00
Compare
Choose a tag to compare
  • Fork and rename project from WikidataIntegrator to WikibaseIntegrator
  • Add Github Action to publish to PyPi
  • Remove notebook/, doc/ and docs/ folder
  • Remove wdi_helpers
  • Update requirements.txt with versions and remove useless package
  • Improve FastRunContainer
  • Improve search_only mode