Releases: graphbrain/graphbrain
Releases · graphbrain/graphbrain
Version 0.2.2
Added
- txt_parser agent.
- MANIFEST.in to include VERSION file in distribution.
Changed
- Fixing 'pip install graphbrain' on Linux/Windows.
Version 0.2.1
Added
- claim_actors and corefs_dets agents.
- meaning.concepts module.
Changed
- Fixed example.
- hypergraph.sum_degree() and .sum_deep_degree().
- Parser improvements.
- Agent corefs_atoms is now corefs_unidecode.
- Improved docs.
Removed
- Obsolete 'work-in-progress' code.
- hg2json command.
Version 0.2.0
Added
- Primary entities and deep degrees.
- Hyperedges have their own class, deriving from tuple.
- Atoms have a special class, deriving from Hyperedge.
- Restructuring of code files tree.
- Created agent system + first agents.
Changed
- Parsers now have own package.
Removed
- Old experimental code.
Version 0.1.0
- New parser model
- Lots of refactoring and small fixes, trying to stabilize API