4 Commits

Author SHA1 Message Date
micsthepick
20b34cac1f
fix formatting 2019-08-02 10:15:39 -04:00
LeMagnesium
2f7701a4c2
Update README.md (license, state of development) 2018-02-10 15:07:14 +01:00
LeMagnesium
c64b27d1de Code cleanup
- Removal of useless prints
 - writeU* code cleanup
2016-02-09 08:12:09 +00:00
LeMagnesium
bf22f10fe6 Implement get_node
- Reorganize the MapVessel
- Introduce MapInterfaces with cache size control
- New error : EmptyMapblockError
- MapVessel now reads a mapblock if it is not cached but asked for loading
- MapBlock now organizes all nodes in a single dict
- Fix param0 reading and AssertionError in MapBlock.explode
- Add get_node to MapBlock, used by MapInterface to read a node on the relevant MapBlock after loading it from its vessel
2016-01-25 20:16:30 +01:00