Releases: kiran94/dgraphpandas
Releases · kiran94/dgraphpandas
v0.1.3
- 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
- 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
- Corrected Linting / Style errors reported by Codacy
- Added Testing Coverage Report
- Updated Documentation
v0.1.0
- 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
- Added option for custom predicate and object in vertical transform
- Updated Documentation
v0.0.11
- Added automatic
_id
edge convention derivation
- Added additional types to rdf type mapping
- Updated Documentation
v0.0.10
- Added Description to cli
- Added Logging Level option
-v
, --verbosity
to cli
v0.0.9
- Updated Horizontal transform to support custom date formats
- Updated Vertical transform to support custom date formats
- Updated Documentation