Martin Diehl
|
ae20f5ffe6
|
attempt to fix parallel writing on MacOS
should resolve TypeError: cannot pickle
'vtkmodules.vtkIOXML.vtkXMLRectilinearGridWriter' object error
|
2020-08-03 18:19:38 +02:00 |
Martin Diehl
|
4860f9c9ce
|
drop support for parallel marc versions
can still be handled by the user, but is a niche use case
|
2020-07-18 09:51:53 +02:00 |
Martin Diehl
|
2bbd68d964
|
with_suffix strips .1 from 2019.1
|
2020-07-16 09:33:17 +02:00 |
Martin Diehl
|
199ec51bf8
|
typo
|
2020-07-15 21:59:43 +02:00 |
Martin Diehl
|
9225d439ab
|
object oriented path handling
|
2020-07-15 21:58:24 +02:00 |
Martin Diehl
|
fa7f7e6fa4
|
don't complain if ssh without -X/-Y
|
2020-07-15 21:19:09 +02:00 |
Martin Diehl
|
333e840b09
|
standard behavior
most modules have an __version__ attribute
|
2020-07-15 20:57:56 +02:00 |
Martin Diehl
|
6259984e93
|
simplified
complicated, but allows to use functions as properties
|
2020-07-15 20:54:37 +02:00 |
Martin Diehl
|
b0e06f180a
|
reading numpy manual ...
https://numpy.org/doc/stable/reference/generated/numpy.isclose.html
rtol=1.e-8, b=1 gives atol+btol=1.e-8+1e-9, simplified to 1e-8
|
2020-07-13 22:48:29 +02:00 |
Francisco Jose Gallardo Basile
|
e1bbaac0d7
|
Merge branch 'Vectorize-Orientation' into 'development'
Vectorize orientation
See merge request damask/DAMASK!186
|
2020-07-03 12:22:04 +02:00 |
Philip Eisenlohr
|
d4f97f8346
|
Merge branch 'misc-improvements' into 'development'
Misc improvements
See merge request damask/DAMASK!184
|
2020-07-02 21:52:47 +02:00 |
Philip Eisenlohr
|
7b899f1ff1
|
fixed output number format width for single increment0
|
2020-07-02 11:33:09 -04:00 |
Philip Eisenlohr
|
5a96708f41
|
added __iadd__ method
|
2020-07-02 10:26:04 -04:00 |
Philip Eisenlohr
|
f3ff2e7412
|
added __iadd__ method
|
2020-07-02 10:25:04 -04:00 |
Philip Eisenlohr
|
3b72d0ec72
|
added __invert__ method to reverse colormap
|
2020-07-02 10:13:47 -04:00 |
Martin Diehl
|
b88becb9d0
|
don't go out of focus during initialization
|
2020-07-02 08:25:35 +02:00 |
Martin Diehl
|
208d5109d4
|
still needed ...
|
2020-07-02 08:14:13 +02:00 |
Martin Diehl
|
86dc7054a4
|
still needed
|
2020-07-01 22:11:16 +02:00 |
Martin Diehl
|
4abd77fccf
|
more test coverage
|
2020-07-01 17:31:16 +02:00 |
Martin Diehl
|
be1eb996e0
|
more tests and cleaning
|
2020-07-01 15:12:34 +02:00 |
Martin Diehl
|
a7e3dd5a56
|
Merge branch 'development' into Vectorize-Orientation
|
2020-07-01 13:30:39 +02:00 |
Martin Diehl
|
e18a5b8a1b
|
simplifications + more tests
|
2020-07-01 08:57:28 +02:00 |
Martin Diehl
|
de8e9b5fc1
|
fast reduced operation
|
2020-07-01 00:37:02 +02:00 |
Martin Diehl
|
23365660d8
|
polishing
|
2020-06-30 23:18:32 +02:00 |
Martin Diehl
|
ef0c78745a
|
fix for vectorized in_SST + test
|
2020-06-30 23:05:41 +02:00 |
Martin Diehl
|
49d448dced
|
vectorized and cleaned
|
2020-06-30 21:43:57 +02:00 |
Martin Diehl
|
be21d1289d
|
using slicing method
|
2020-06-30 16:33:04 +02:00 |
Martin Diehl
|
c86e3e292c
|
WIP: cleaning namespace
|
2020-06-30 14:07:10 +02:00 |
Martin Diehl
|
9d94b521ad
|
polishing
|
2020-06-30 13:31:58 +02:00 |
Martin Diehl
|
ce7018164f
|
WIP: more reasonable naming
|
2020-06-30 13:05:06 +02:00 |
Martin Diehl
|
b8b34080fe
|
enable array like slicing/iteration
|
2020-06-30 12:16:47 +02:00 |
Martin Diehl
|
c8adfae0fa
|
bugfix: wrong variables used
|
2020-06-30 07:16:49 +02:00 |
Philip Eisenlohr
|
decbe8074a
|
not using unassigned variable
|
2020-06-29 22:22:21 -04:00 |
Philip Eisenlohr
|
d3b3d628b2
|
PEP conformity...
|
2020-06-29 22:07:14 -04:00 |
Philip Eisenlohr
|
39aac76859
|
__add__, from_range, fixed missing np.array(colors), show peppered...
|
2020-06-29 22:04:03 -04:00 |
Philip Eisenlohr
|
97ca1b1a9b
|
try wxPython before tkinter, recent macOS otherwise fails
|
2020-06-29 22:02:12 -04:00 |
f.basile
|
d06daec4cb
|
reducec vectorized is improved
|
2020-06-29 18:25:45 +02:00 |
Martin Diehl
|
2d0c680daf
|
useful information
|
2020-06-29 07:30:42 +02:00 |
f.basile
|
4875191ffd
|
change if statement so github doesnt complain
|
2020-06-28 19:32:22 +02:00 |
f.basile
|
a99f016438
|
problem with if value is true / if value == True
|
2020-06-28 19:29:52 +02:00 |
Martin Diehl
|
37f7362cbe
|
Merge branch 'development' into misc-improvements
|
2020-06-28 19:23:17 +02:00 |
Martin Diehl
|
323f828606
|
Merge branch 'development' into modernize_colormap
|
2020-06-28 19:09:52 +02:00 |
f.basile
|
8484d2e6cc
|
fix github stuff
|
2020-06-28 19:05:10 +02:00 |
f.basile
|
352c4e95f1
|
more vectorized
|
2020-06-28 19:03:06 +02:00 |
Martin Diehl
|
b3f5ee022a
|
unified style
|
2020-06-28 11:40:19 +02:00 |
Martin Diehl
|
6a748d2edf
|
do not expand single strings into characters
|
2020-06-28 11:19:18 +02:00 |
Martin Diehl
|
ae4146f1c6
|
report version, write out 'modern' ASCII table style
|
2020-06-28 11:18:22 +02:00 |
Martin Diehl
|
e81b67e964
|
polishing
|
2020-06-28 10:32:59 +02:00 |
Martin Diehl
|
1c03bd157f
|
more testing
|
2020-06-28 10:25:28 +02:00 |
Martin Diehl
|
b78c809375
|
real output
|
2020-06-28 10:25:28 +02:00 |