Daniel Otto de Mentock
|
8c6225794d
|
adjusted return of Orientation.__ne__ function to return NotImplemented in case of wrong input type
|
2022-02-08 14:47:23 +01:00 |
Martin Diehl
|
a6e83c70ec
|
adjustments to follow de-facto standard in other parts of the python
library
|
2022-02-06 17:12:35 +01:00 |
Daniel Otto de Mentock
|
72978df099
|
minor correction
|
2022-02-04 17:41:29 +01:00 |
Daniel Otto de Mentock
|
c1c2336638
|
reverted __eq__ and __ne type verification to return NotImplemented constant
changed rotation.average input type to FloatSequence
minor adjustments
|
2022-02-04 16:57:25 +01:00 |
Daniel Otto de Mentock
|
019ae1c536
|
adjusted typecheck in __eq__ and __ne__ functions
|
2022-02-04 11:43:35 +01:00 |
Daniel Otto de Mentock
|
7a405125da
|
added type:ignore statements to Tuple Supportsindex addition in Orientation.disorientation function
|
2022-02-04 10:57:24 +01:00 |
Daniel Otto de Mentock
|
9dad54304c
|
added generic types to remaining non-overwritten rotation functions (exception __mul__)
|
2022-02-04 09:57:42 +01:00 |
Daniel Otto de Mentock
|
d1f9e98e3c
|
moved typecheck of __ne__ functions to __eq__
added initial empty runtimeerror to Schmid function
minor corrections
|
2022-02-03 16:11:09 +01:00 |
Daniel Otto de Mentock
|
f80de7d0b3
|
added NumpyRngSeed type to rotation rng_seed objects
|
2022-02-03 12:04:31 +01:00 |
Daniel Otto de Mentock
|
df54bf724c
|
Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation
|
2022-02-03 11:19:15 +01:00 |
Martin Diehl
|
2cb3b2cc45
|
not needed
|
2022-02-03 07:58:51 +01:00 |
Martin Diehl
|
5d55392425
|
Merge branch 'thermal-restart' into development
|
2022-02-03 07:53:05 +01:00 |
Martin Diehl
|
cf2b22b34a
|
does not exist for older numpy versions
|
2022-02-03 07:39:38 +01:00 |
Test User
|
ef390ca916
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-556-g97f849c09
|
2022-02-03 03:49:37 +01:00 |
Sharan
|
038cdad85e
|
new naming
|
2022-02-02 23:58:21 +01:00 |
Sharan
|
d72347fe25
|
Merge remote-tracking branch 'origin/development' into thermal-restart
|
2022-02-02 23:07:32 +01:00 |
Sharan
|
2a45d2d48d
|
private updated
|
2022-02-02 23:00:53 +01:00 |
Martin Diehl
|
97f849c098
|
Merge remote-tracking branch 'origin/typehints_rngseed' into development
|
2022-02-02 22:45:52 +01:00 |
Test User
|
7078b5ec87
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-552-ga6e78c5b6
|
2022-02-02 22:07:12 +01:00 |
Philip Eisenlohr
|
a6e78c5b66
|
Merge branch 'remove-grain-growth' into 'development'
grain growth not maintained and has issues
See merge request damask/DAMASK!510
|
2022-02-02 16:52:54 +00:00 |
Philip Eisenlohr
|
368f4b2ed3
|
Merge branch '108_fix-thermalexpansion' into 'development'
bugix: change of behavior
See merge request damask/DAMASK!513
|
2022-02-02 16:45:13 +00:00 |
Martin Diehl
|
d868a240b2
|
bugix: change of behavior
|
2022-02-02 16:45:13 +00:00 |
Martin Diehl
|
8fead8e306
|
relaxed tolerances
for optimized code, the last digit might differ
|
2022-02-02 13:48:04 +01:00 |
Daniel Otto de Mentock
|
4b2e104f03
|
added new type for rng_seed in _typehints module
|
2022-02-02 12:52:59 +01:00 |
Daniel Otto de Mentock
|
fc8cd6322c
|
adjusted rng_seed type in rotation
adjusted NotImplemented error return in orientation
|
2022-02-02 12:16:57 +01:00 |
Daniel Otto de Mentock
|
3df411469b
|
Added generic type to rotation functions not overwritten by orientation
|
2022-02-02 12:14:00 +01:00 |
Daniel Otto de Mentock
|
71bc92fed0
|
changed quote layout to single quote Added NotImplemented returnvalue to __eq__ functions
|
2022-02-02 11:11:59 +01:00 |
Martin Diehl
|
6dcf6b972c
|
complaints from prospector (PEP8)
|
2022-02-02 09:14:41 +01:00 |
Martin Diehl
|
63465f4d27
|
Merge remote-tracking branch 'origin/development' into remove-grain-growth
|
2022-02-02 09:00:52 +01:00 |
Sharan
|
1bd654781b
|
tests updated
|
2022-02-02 00:20:14 +01:00 |
Sharan
|
3e73d28631
|
Merge remote-tracking branch 'origin/development' into thermal-restart
|
2022-02-01 23:07:55 +01:00 |
Sharan
|
ad319efdd7
|
updated PRIVATE repo
|
2022-02-01 22:11:02 +01:00 |
Daniel Otto de Mentock
|
cb1143a472
|
changed return type of util.shapeblender and util.shapeshifter from Sequence[SupportsIndex] to Tuple[SupportsIndex, ...]
ignored lines in orientation module that attempt to pass objects of type
Tuple[SupportsIndex, ...] to np.broadcast_to()
|
2022-02-01 18:38:49 +01:00 |
Daniel Otto de Mentock
|
ef051ceef9
|
Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation
|
2022-02-01 11:56:01 +01:00 |
Test User
|
dc5ab9aee9
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-545-gad74f5dbe
|
2022-02-01 11:55:34 +01:00 |
Martin Diehl
|
ad74f5dbe1
|
Merge branch 'typehints_config_configmaterial' into 'development'
05 Typehints config configmaterial
See merge request damask/DAMASK!461
|
2022-02-01 07:30:00 +00:00 |
Daniel Otto de Mentock
|
086ff42be5
|
05 Typehints config configmaterial
|
2022-02-01 07:30:00 +00:00 |
Test User
|
98381bff2a
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-542-g225a5d908
|
2022-01-31 20:14:24 +01:00 |
Sharan Roongta
|
225a5d9086
|
Merge branch '151_typehints-readability' into 'development'
better readabiliy for python
See merge request damask/DAMASK!511
|
2022-01-31 17:03:24 +00:00 |
Test User
|
90b6b0e164
|
[skip ci] updated version information after successful test of v3.0.0-alpha5-521-g30bf38641
|
2022-01-31 17:16:01 +01:00 |
Franz Roters
|
30bf386418
|
Merge branch 'polynomial' into 'development'
Polynomial Class
See merge request damask/DAMASK!512
|
2022-01-31 14:05:15 +00:00 |
Martin Diehl
|
39aa243695
|
Polynomial Class
|
2022-01-31 14:05:15 +00:00 |
Daniel Otto de Mentock
|
3105b2c978
|
added missing return type to grid.get_grain_boundaries function
|
2022-01-31 12:40:29 +01:00 |
Martin Diehl
|
26cd8a46c2
|
consistent style
|
2022-01-30 22:36:30 +01:00 |
Martin Diehl
|
a479c29714
|
not used
|
2022-01-30 15:46:26 +01:00 |
Martin Diehl
|
9ce4573b12
|
docstring polishing
|
2022-01-29 23:16:57 +01:00 |
Martin Diehl
|
df96110733
|
some suggestions from prospector/pylint
|
2022-01-29 22:38:17 +01:00 |
Martin Diehl
|
ce4591fa29
|
silence prospector on Python 3.9
|
2022-01-29 19:15:40 +01:00 |
Martin Diehl
|
03b0decfcf
|
starting to configure mypy
|
2022-01-29 18:32:04 +01:00 |
Martin Diehl
|
609f13c590
|
Python 3.8 magic: The walrus operator ":="
|
2022-01-29 18:29:42 +01:00 |