Added
_Partially ordered set_
* Add POSet subpackage to clean up the code of ConceptLattice class;
* And add POSet visualization.
_Concept lattice_
* Add Lindig algorithm to construct a concept lattice. Thanks to MetaPostRocker;
* And add ConceptLattice.read_json/write_json functions.
_Visualization_
* Add FCART-like Hasse diagram layout. Thanks to MetaPostRocker;
* And add a function to count line intersections in Hasse diagram.
_Many valued context_
* Add MVContext.read_json/write_json functions.
Changed
* Move visualizer layouts to a specific python module;
* Rename load_<x>/save_<x> functions to read_<x>/write_<x>;
* And split the repository into FCApy, FCApy_tutorials, FCApy_benchmarks, FCApy_papers.
Fixed
* Drop build files from git;
* Make FormalContext hash calculation stable among different python kernel runs;
* And fix the levels of elements calculation in POSetVisualizer.