Skip to content

Releases: kiran94/dgraphpandas

v0.1.5

18 Dec 11:33
df3a131
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

18 Dec 09:16
7189ada
Compare
Choose a tag to compare

What's Changed

  • docs: added mk documentation by @kiran94 in #24
  • docs: added logging docs by @kiran94 in #25
  • chore(python): remove unsupported versions and restrict core deps by @kiran94 in #29
  • chore(ci): update mkdocs deps by @kiran94 in #30

Full Changelog: v0.1.3...v0.1.4

v0.1.3

01 May 11:14
e5fa814
Compare
Choose a tag to compare
  • Implemented Type Writer (pre-frame uses the existing schema generation)
  • Added Docs for Type Generation
  • Updated cli to expose types operation
  • Updated Samples
  • Added tests for main cli

v0.1.2

18 Apr 16:45
663146d
Compare
Choose a tag to compare
  • Implemented Schema Generation from Config
    • For a given configuration, generate a schema to be applied to dgraph live loader
  • Updated unit testing to use pytest
  • Updated Documentation
  • Corrected Boolean type mappings

v0.1.1

11 Apr 13:39
Compare
Choose a tag to compare
  • Corrected Linting / Style errors reported by Codacy
  • Added Testing Coverage Report
  • Updated Documentation

v0.1.0

10 Apr 17:22
e97b596
Compare
Choose a tag to compare
  • Centralized logic into to_rdf and exposed on package level
  • Added get_config method
  • Updated Assertion helper logic to have no coverage
  • Updated __main__ to use to_rdf

v0.0.12

08 Apr 09:50
41a9b84
Compare
Choose a tag to compare
  • Added option for custom predicate and object in vertical transform
  • Updated Documentation

v0.0.11

07 Apr 20:22
Compare
Choose a tag to compare
  • Added automatic _id edge convention derivation
  • Added additional types to rdf type mapping
  • Updated Documentation

v0.0.10

07 Apr 08:19
94095a2
Compare
Choose a tag to compare
  • Added Description to cli
  • Added Logging Level option -v, --verbosity to cli

v0.0.9

06 Apr 21:48
55dee92
Compare
Choose a tag to compare
  • Updated Horizontal transform to support custom date formats
  • Updated Vertical transform to support custom date formats
  • Updated Documentation