What's Changed * docs: added mk documentation by kiran94 in https://github.com/kiran94/dgraphpandas/pull/24 * docs: added logging docs by kiran94 in https://github.com/kiran94/dgraphpandas/pull/25 * chore(python): remove unsupported versions and restrict core deps by kiran94 in https://github.com/kiran94/dgraphpandas/pull/29 * chore(ci): update mkdocs deps by kiran94 in https://github.com/kiran94/dgraphpandas/pull/30
- 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
0.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
- 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`