DAMASK_EICMD/python
Martin Diehl 2cb3213e37 improvements to Table class
- string comparison  should be '!=' not 'is not', latter compares
object, not value
- functions for common operations: append (vstack, growTable) and join
(hstack, addTable)
2019-12-22 22:21:32 +01:00
..
damask improvements to Table class 2019-12-22 22:21:32 +01:00
tests improvements to Table class 2019-12-22 22:21:32 +01:00
.gitignore reflects current temp files 2019-04-28 07:22:12 +02:00
MANIFEST.in tools to build a python wheel distribution 2019-04-26 20:54:58 +02:00
setup.py pandas is needed for Table class 2019-12-11 08:11:00 +01:00