Commit Graph

  • c25c17d0b6 reading the gcc manual Martin Diehl 2022-02-05 10:57:18 +0100
  • 6c032e3ce6 remove deprecated mappings Martin Diehl 2022-02-05 09:03:10 +0100
  • 5f0a630fa6 remove deprecated phaseAt/phaseMemberAt Martin Diehl 2022-02-05 08:12:35 +0100
  • 6d78400f87 the concept of IP/element_ID should not be used at the DAMASK core Martin Diehl 2022-02-05 07:29:00 +0100
  • 3c148b5b0e bugfix: openMP variable was not protected Martin Diehl 2022-02-04 18:55:59 +0100
  • 3990536f1c consistent order of arguments Martin Diehl 2022-02-04 17:42:05 +0100
  • 72978df099 minor correction Daniel Otto de Mentock 2022-02-04 17:41:29 +0100
  • c1c2336638 reverted __eq__ and __ne type verification to return NotImplemented constant Daniel Otto de Mentock 2022-02-04 16:57:25 +0100
  • afed13e2ca ip/el not of interest Martin Diehl 2022-02-04 12:25:11 +0100
  • 019ae1c536 adjusted typecheck in __eq__ and __ne__ functions Daniel Otto de Mentock 2022-02-04 11:43:35 +0100
  • 8aed927989 avoid use of co/ip/el at the phase level Martin Diehl 2022-02-04 11:28:54 +0100
  • 7a405125da added type:ignore statements to Tuple Supportsindex addition in Orientation.disorientation function Daniel Otto de Mentock 2022-02-04 10:57:24 +0100
  • 9dad54304c added generic types to remaining non-overwritten rotation functions (exception __mul__) Daniel Otto de Mentock 2022-02-04 09:57:42 +0100
  • 3a0596a274 use en/ph access Martin Diehl 2022-02-04 08:49:00 +0100
  • 2bd10a1261 avoid use of IP/el Martin Diehl 2022-02-04 08:25:51 +0100
  • 900ef0a2c9 store IP neighborhood for ph/en access Martin Diehl 2022-02-04 07:33:12 +0100
  • 8b12814eec common variable names Martin Diehl 2022-02-04 06:42:14 +0100
  • c70e535da8 avoid access by el/ip Martin Diehl 2022-02-04 00:11:08 +0100
  • ce1eb4f59e no need to store dot state Martin Diehl 2022-02-03 23:40:25 +0100
  • a9a5c8fb73 simplify acces with pointer Martin Diehl 2022-02-03 23:06:14 +0100
  • 85ca3a3f24 simplified/standardized Martin Diehl 2022-02-03 22:57:32 +0100
  • 0807112a71 new tests with T_ref = 293.15K (20°C) Martin Diehl 2022-02-03 14:37:44 +0100
  • d1f9e98e3c moved typecheck of __ne__ functions to __eq__ Daniel Otto de Mentock 2022-02-03 16:11:09 +0100
  • e940a02304 [skip ci] updated version information after successful test of v3.0.0-alpha5-568-g2cb3b2cc4 Test User 2022-02-03 13:47:57 +0100
  • f80de7d0b3 added NumpyRngSeed type to rotation rng_seed objects Daniel Otto de Mentock 2022-02-03 12:04:31 +0100
  • df54bf724c Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation Daniel Otto de Mentock 2022-02-03 11:19:15 +0100
  • a243e10641 Merge remote-tracking branch 'origin/development' into Fortran-polishing Martin Diehl 2022-02-03 09:01:33 +0100
  • 2cb3b2cc45 not needed Martin Diehl 2022-02-03 07:58:51 +0100
  • 5d55392425 Merge branch 'thermal-restart' into development Martin Diehl 2022-02-03 07:53:05 +0100
  • cf2b22b34a does not exist for older numpy versions Martin Diehl 2022-02-02 23:04:54 +0100
  • ef390ca916 [skip ci] updated version information after successful test of v3.0.0-alpha5-556-g97f849c09 Test User 2022-02-03 03:49:37 +0100
  • 038cdad85e new naming Sharan 2022-02-02 23:22:44 +0100
  • d72347fe25 Merge remote-tracking branch 'origin/development' into thermal-restart Sharan 2022-02-02 23:07:32 +0100
  • 2a45d2d48d private updated Sharan 2022-02-02 23:00:53 +0100
  • 97f849c098 Merge remote-tracking branch 'origin/typehints_rngseed' into development Martin Diehl 2022-02-02 22:37:54 +0100
  • 7078b5ec87 [skip ci] updated version information after successful test of v3.0.0-alpha5-552-ga6e78c5b6 Test User 2022-02-02 22:07:12 +0100
  • a6e78c5b66 Merge branch 'remove-grain-growth' into 'development' Philip Eisenlohr 2022-02-02 16:52:54 +0000
  • 368f4b2ed3 Merge branch '108_fix-thermalexpansion' into 'development' Philip Eisenlohr 2022-02-02 16:45:13 +0000
  • d868a240b2 bugix: change of behavior Martin Diehl 2022-02-02 16:45:13 +0000
  • 8fead8e306 relaxed tolerances Martin Diehl 2022-02-02 13:28:17 +0100
  • 4b2e104f03 added new type for rng_seed in _typehints module Daniel Otto de Mentock 2022-02-02 12:52:59 +0100
  • fc8cd6322c adjusted rng_seed type in rotation adjusted NotImplemented error return in orientation Daniel Otto de Mentock 2022-02-02 12:16:57 +0100
  • 3df411469b Added generic type to rotation functions not overwritten by orientation Daniel Otto de Mentock 2022-02-02 12:14:00 +0100
  • 71bc92fed0 changed quote layout to single quote Added NotImplemented returnvalue to __eq__ functions Daniel Otto de Mentock 2022-02-02 11:11:59 +0100
  • 6dcf6b972c complaints from prospector (PEP8) Martin Diehl 2022-02-02 09:10:24 +0100
  • 63465f4d27 Merge remote-tracking branch 'origin/development' into remove-grain-growth Martin Diehl 2022-02-02 09:00:52 +0100
  • 1bd654781b tests updated Sharan 2022-02-02 00:02:03 +0100
  • 3e73d28631 Merge remote-tracking branch 'origin/development' into thermal-restart Sharan 2022-02-01 22:56:34 +0100
  • ad319efdd7 updated PRIVATE repo Sharan 2022-02-01 22:11:02 +0100
  • cb1143a472 changed return type of util.shapeblender and util.shapeshifter from Sequence[SupportsIndex] to Tuple[SupportsIndex, ...] Daniel Otto de Mentock 2022-02-01 18:38:49 +0100
  • 1eda18b9e5 fine tuning optimization flag Martin Diehl 2022-02-01 14:47:18 +0100
  • a14735f3db first step towards removal of global dot state Martin Diehl 2022-02-01 09:39:13 +0100
  • 4eb9c3dea7 correct name Martin Diehl 2022-02-01 09:23:03 +0100
  • ef051ceef9 Merge branch 'development' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation Daniel Otto de Mentock 2022-02-01 11:56:01 +0100
  • dc5ab9aee9 [skip ci] updated version information after successful test of v3.0.0-alpha5-545-gad74f5dbe Test User 2022-02-01 11:55:34 +0100
  • 49ca62f3af only Chuck Norris can divide by zero Martin Diehl 2022-02-01 11:22:27 +0100
  • 1871dcd75a small polishing Martin Diehl 2022-02-01 09:03:39 +0100
  • 08d3e22bcd size is known Martin Diehl 2022-02-01 08:35:00 +0100
  • ad74f5dbe1 Merge branch 'typehints_config_configmaterial' into 'development' Martin Diehl 2022-02-01 07:30:00 +0000
  • 086ff42be5 05 Typehints config configmaterial Daniel Otto de Mentock 2022-02-01 07:30:00 +0000
  • 98381bff2a [skip ci] updated version information after successful test of v3.0.0-alpha5-542-g225a5d908 Test User 2022-01-31 20:14:24 +0100
  • 225a5d9086 Merge branch '151_typehints-readability' into 'development' Sharan Roongta 2022-01-31 17:03:24 +0000
  • 90b6b0e164 [skip ci] updated version information after successful test of v3.0.0-alpha5-521-g30bf38641 Test User 2022-01-31 17:16:01 +0100
  • 30bf386418 Merge branch 'polynomial' into 'development' Franz Roters 2022-01-31 14:05:15 +0000
  • 39aa243695 Polynomial Class Martin Diehl 2022-01-31 14:05:15 +0000
  • 3105b2c978 added missing return type to grid.get_grain_boundaries function Daniel Otto de Mentock 2022-01-31 12:40:29 +0100
  • 26cd8a46c2 consistent style Martin Diehl 2022-01-30 22:36:30 +0100
  • a479c29714 not used Martin Diehl 2022-01-30 15:46:26 +0100
  • a673abb413 indicate that this mapping should be used only for C Martin Diehl 2022-01-30 06:24:50 +0100
  • 9ce4573b12 docstring polishing Martin Diehl 2022-01-29 23:16:57 +0100
  • df96110733 some suggestions from prospector/pylint Martin Diehl 2022-01-29 22:38:17 +0100
  • ce4591fa29 silence prospector on Python 3.9 Martin Diehl 2022-01-29 19:10:12 +0100
  • 03b0decfcf starting to configure mypy Martin Diehl 2022-01-29 18:32:04 +0100
  • 609f13c590 Python 3.8 magic: The walrus operator ":=" Martin Diehl 2022-01-29 18:16:19 +0100
  • f70df11b67 consistent reporting Martin Diehl 2022-01-29 15:59:14 +0100
  • 762f93d724 following naming convention Martin Diehl 2022-01-29 15:30:59 +0100
  • 487912cfb0 following Python notation Martin Diehl 2022-01-29 15:05:07 +0100
  • 477f2d8167 capitalize constants Martin Diehl 2022-01-29 14:49:45 +0100
  • 774ec4e8c4 not used Martin Diehl 2022-01-29 14:47:14 +0100
  • dd0f2cfa3c tau is often easier to use than pi Martin Diehl 2022-01-29 14:39:32 +0100
  • 4a84c42112 improving constants Martin Diehl 2022-01-29 13:49:41 +0100
  • 33731e4948 adjusted bracket error in from_fiber_component Daniel Otto de Mentock 2022-01-28 15:15:20 +0100
  • 83145b815f Merge branch 'typehints_orientation_rotation' of git.damask.mpie.de:damask/DAMASK into typehints_orientation_rotation Daniel Otto de Mentock 2022-01-28 13:40:47 +0100
  • 53a0de2271 Adjusted docstrings in rotation Daniel Otto de Mentock 2022-01-28 13:40:37 +0100
  • 92ac018486 removed superfluous break in function definition in rotation Daniel Otto de Mentock 2022-01-28 13:34:42 +0100
  • c3eb5a41b3 Merge branch 'development' into 'typehints_orientation_rotation' Daniel Otto de Mentock 2022-01-28 09:13:17 +0000
  • 81ef865525 [skip ci] moved asterisk to seperate line Daniel Otto de Mentock 2022-01-28 10:11:34 +0100
  • 6fe6be7a34 Merge remote-tracking branch 'origin/development' into 151_typehints-readability Martin Diehl 2022-01-27 15:30:41 +0100
  • e2437ee9b5 adjusting style + documentation Martin Diehl 2022-01-27 15:29:33 +0100
  • 978aa8a690 Merge remote-tracking branch 'origin/development' into dislotwin-fix-TWIP-TRIP Martin Diehl 2022-01-27 15:22:51 +0100
  • 79864818df [skip ci] updated version information after successful test of v3.0.0-alpha5-518-g4fa97b9a3 Test User 2022-01-27 15:13:59 +0100
  • 19a73bbf3b [skip ci] adjusted function argument alignment with asterisk Daniel Otto de Mentock 2022-01-27 12:14:54 +0100
  • a12135fe77 [skip ci] changed function definition to multiline layout for crystal, seeds and tensor module Daniel Otto de Mentock 2022-01-27 10:45:14 +0100
  • 4fa97b9a31 Merge branch 'no-python3.7' into 'development' Daniel Otto de Mentock 2022-01-27 09:38:38 +0000
  • 4ca501c73f small changes in logic for type hints Martin Diehl 2022-01-27 08:53:27 +0100
  • f1a53e7271 Merge remote-tracking branch 'origin/development' into None-instead-of-optional Martin Diehl 2022-01-27 08:12:11 +0100
  • ea33b321aa correct calculation of shear Martin Diehl 2022-01-27 08:08:42 +0100
  • 1e748dc54e commenting Martin Diehl 2022-01-27 07:28:33 +0100
  • e7ed32ba4e not needed Martin Diehl 2022-01-27 00:01:53 +0100
  • 3bb2ae45d3 bugfixes Martin Diehl 2022-01-26 23:51:49 +0100