Skip to content

Changes

Summary

  1. Branced off variant for limiting multiple connections. (details)
  2. Remove zero start value and explain alternative. (details)
  3. And remove the problematic use of "modifier for". (details)
  4. AdditionalImprovements (details)
  5. SelectAcceptable (details)
  6. Clean up fall-back value to have it in one place and be concise. (details)
  7. Update chapters/classes.tex (details)
  8. Update chapters/classes.tex (details)
  9. Update chapters/classes.tex (details)
  10. Update chapters/equations.tex (details)
  11. Update chapters/classes.tex (details)
  12. Update chapters/classes.tex (details)
  13. Spelling (details)
  14. Use fallback consistently and math for 0.0 and 0 (details)
  15. More clearly define that fallfack value is applicable everywhere. (details)
  16. Spelling (details)
  17. Clarify that a when-clause cannot activate multiple reinit for the same variable (details)
  18. Don't give impression of undefined behavior being error (details)
  19. Clean up white-space in listing (details)
  20. Clarify that variable of a reinit is not considered a left-hand side (details)
  21. Say "Unsafe, " as proposed by Hans (details)
  22. Forbid zero delay. (details)
  23. Specify that extent and preserveAspectRatio use the same logic but separately. (details)
  24. Apply suggestions from code review (details)
  25. Apply Hans' suggestion about multiple reinit for same variable (details)
  26. Grammar and punctuation (details)
  27. Update chapters/equations.tex (details)
  28. Fix missing formatting of "T" (details)
  29. Sentence-based line breaking in array concatenation (details)
  30. Add 'cat' to document index (details)
  31. Sentence-based line break (details)
  32. Fix grammar 'is' -> 'are' (details)
  33. Fix formatting of 'if-clause' (details)
  34. Make list item complete sentences to match nearby item list style (details)
  35. Mention name of equations generated from the connect sets (details)
  36. Rename grammar production 'connect-clause' -> 'connect-equation' (details)
  37. Add "which is used in this case" (details)
Commit ee2e64276d83f99cdbbf348c30baf12d0ac46b08 by Hans.Olsson
Branced off variant for limiting multiple connections.
Revert "Remove 2nd one; turn into separate PR."

This reverts commit 9ea8d41d45c723c9162bfb64e8c9268a9c65dc70.
The file was modified chapters/annotations.tex (diff)
Commit 68904a5f74b8de409d1523c5d8064b3a43c5df80 by Hans.Olsson
Remove zero start value and explain alternative.
The file was modified chapters/classes.tex (diff)
Commit ac7b059f9630d89bc06bbf9f3996bb089d0c709c by Hans.Olsson
And remove the problematic use of "modifier for".
The file was modified chapters/equations.tex (diff)
Commit fd551eb7bbf8ea9baaac4570d6e3132dfcbedd60 by Hans.Olsson
AdditionalImprovements
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit 1d3fe94081fa9c589427de80c57916d90f8706f7 by Hans.Olsson
Clean up fall-back value to have it in one place and be concise.
The file was modified chapters/classes.tex (diff)
Commit 45cdc4742554511ba9c9155f8c3fdcf48e0cb4dd by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 49c6850197b4b36fd4d8742861a370cfa47b44c2 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 0f47b41ead531f0f51decac2baea53e6dd525d67 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 0daf6ca35bb15bdef2a106c9bd2737229ff52db7 by noreply
Update chapters/equations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit 382a7eeba55c8c5e43caef601fdf232d6d369569 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 3035ad02138cac1ba8a000584d8347df89902c75 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit eb35549f18c5cf5a748ec39dff73aff213a57657 by Hans.Olsson
Use fallback consistently and math for 0.0 and 0
The file was modified chapters/classes.tex (diff)
Commit b68547aa1064bbd71ca9d02a4ec88e29f9a6319a by Hans.Olsson
More clearly define that fallfack value is applicable everywhere.
The file was modified chapters/classes.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 5ac47739c86fd94eef53fa3be240b39f2df81617 by Tidefelt Henrik
Clarify that a when-clause cannot activate multiple reinit for the same variable
The file was modified chapters/equations.tex (diff)
Commit 9b24987a426fb349c6d26db29a5a65b5cb4800fd by Tidefelt Henrik
Don't give impression of undefined behavior being error

The word "invalid" sounds too much like something which is definitely an error, which isn't the case here.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 0d4841679b7e43a33f95aecd2bc48201259e451b by Tidefelt Henrik
Clean up white-space in listing
The file was modified chapters/equations.tex (diff)
Commit df75cbce33d2f95cba2e6e84bcdbfd662ed591e7 by Tidefelt Henrik
Clarify that variable of a reinit is not considered a left-hand side
The file was modified chapters/equations.tex (diff)
Commit e0cbaf745822452caa45b2b073c4125196d1be08 by noreply
Say "Unsafe, " as proposed by Hans

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 8824abb527e07ce581ed7eef755800f5183482f7 by Hans.Olsson
Forbid zero delay.
Closes #3245
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit a49e4fcbf3270b0d217c209f8231b9f7c0d1146a by Hans.Olsson
Specify that extent and preserveAspectRatio use the same logic but separately.
Closes #3219
The file was modified chapters/annotations.tex (diff)
Commit 6ba0c85c328bcfeb8ed5b6075ccfd0afa670e503 by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit c7281d48df75ea92d7b9faaa9fe94c1a04803c91 by noreply
Apply Hans' suggestion about multiple reinit for same variable

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit ab496620e7d1f40d3f30efb5ecd3fd16ed419890 by noreply
Update chapters/equations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit c7aee926e77132d37ac52af02fa802f9231f13db by Tidefelt Henrik
Fix missing formatting of "T"
The file was modified chapters/functions.tex (diff)
Commit b8fd96f2f432ff304b9b438955d47a762c8cdb2f by Tidefelt Henrik
Sentence-based line breaking in array concatenation
The file was modified chapters/arrays.tex (diff)
Commit c9e9890e790a4a0b879d5eaae872583348b7d92e by Tidefelt Henrik
Add 'cat' to document index
The file was modified chapters/arrays.tex (diff)
Commit 1baba13f70e8e0552cbe85856830e7f9af242171 by noreply
Sentence-based line break

As noted by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/arrays.tex (diff)
Commit 166b5da5d7ae65efd8c74d064e39b46f611e97a6 by Tidefelt Henrik
Fix grammar 'is' -> 'are'

Fixes #3271.
The file was modified chapters/interface.tex (diff)
Commit fcc36491641f0d2ef5d2ac8bae1989d6ff2883e1 by Tidefelt Henrik
Fix formatting of 'if-clause'
The file was modified chapters/dae.tex (diff)
Commit 811b065a949dcbf2c871bdb32904706d7114f4c1 by Tidefelt Henrik
Make list item complete sentences to match nearby item list style
The file was modified chapters/introduction.tex (diff)
Commit 233389983ae0d2b9b3f5a44d1bae9930521a5471 by Tidefelt Henrik
Mention name of equations generated from the connect sets
The file was modified chapters/connectors.tex (diff)
Commit e278f12db3ce13b33ede31a382175554d95ec24f by Tidefelt Henrik
Rename grammar production 'connect-clause' -> 'connect-equation'

This is both a better match with names of related productions such as 'if-equation', and also corresponds to what the resulting equation is called.
The file was modified chapters/equations.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit df60bfa6f0b1ffcd51fc128d18e767129ff04ece by Hans.Olsson
Add "which is used in this case"
The file was modified chapters/classes.tex (diff)

Summary

  1. Branced off variant for limiting multiple connections. (details)
  2. Remove zero start value and explain alternative. (details)
  3. And remove the problematic use of "modifier for". (details)
  4. AdditionalImprovements (details)
  5. SelectAcceptable (details)
  6. Clean up fall-back value to have it in one place and be concise. (details)
  7. Update chapters/classes.tex (details)
  8. Update chapters/classes.tex (details)
  9. Update chapters/classes.tex (details)
  10. Update chapters/equations.tex (details)
  11. Update chapters/classes.tex (details)
  12. Update chapters/classes.tex (details)
  13. Spelling (details)
  14. Use fallback consistently and math for 0.0 and 0 (details)
  15. More clearly define that fallfack value is applicable everywhere. (details)
  16. Spelling (details)
  17. Clarify that a when-clause cannot activate multiple reinit for the same variable (details)
  18. Don't give impression of undefined behavior being error (details)
  19. Clean up white-space in listing (details)
  20. Clarify that variable of a reinit is not considered a left-hand side (details)
  21. Say "Unsafe, " as proposed by Hans (details)
  22. Forbid zero delay. (details)
  23. Specify that extent and preserveAspectRatio use the same logic but separately. (details)
  24. Apply suggestions from code review (details)
  25. Apply Hans' suggestion about multiple reinit for same variable (details)
  26. Grammar and punctuation (details)
  27. Update chapters/equations.tex (details)
  28. Fix missing formatting of "T" (details)
  29. Sentence-based line breaking in array concatenation (details)
  30. Add 'cat' to document index (details)
  31. Sentence-based line break (details)
  32. Fix grammar 'is' -> 'are' (details)
  33. Fix formatting of 'if-clause' (details)
  34. Make list item complete sentences to match nearby item list style (details)
  35. Mention name of equations generated from the connect sets (details)
  36. Rename grammar production 'connect-clause' -> 'connect-equation' (details)
  37. Add "which is used in this case" (details)
Commit ee2e64276d83f99cdbbf348c30baf12d0ac46b08 by Hans.Olsson
Branced off variant for limiting multiple connections.
Revert "Remove 2nd one; turn into separate PR."

This reverts commit 9ea8d41d45c723c9162bfb64e8c9268a9c65dc70.
The file was modified chapters/annotations.tex (diff)
Commit 68904a5f74b8de409d1523c5d8064b3a43c5df80 by Hans.Olsson
Remove zero start value and explain alternative.
The file was modified chapters/classes.tex (diff)
Commit ac7b059f9630d89bc06bbf9f3996bb089d0c709c by Hans.Olsson
And remove the problematic use of "modifier for".
The file was modified chapters/equations.tex (diff)
Commit fd551eb7bbf8ea9baaac4570d6e3132dfcbedd60 by Hans.Olsson
AdditionalImprovements
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit 1d3fe94081fa9c589427de80c57916d90f8706f7 by Hans.Olsson
Clean up fall-back value to have it in one place and be concise.
The file was modified chapters/classes.tex (diff)
Commit 45cdc4742554511ba9c9155f8c3fdcf48e0cb4dd by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 49c6850197b4b36fd4d8742861a370cfa47b44c2 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 0f47b41ead531f0f51decac2baea53e6dd525d67 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 0daf6ca35bb15bdef2a106c9bd2737229ff52db7 by noreply
Update chapters/equations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit 382a7eeba55c8c5e43caef601fdf232d6d369569 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
Commit 3035ad02138cac1ba8a000584d8347df89902c75 by noreply
Update chapters/classes.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/classes.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit eb35549f18c5cf5a748ec39dff73aff213a57657 by Hans.Olsson
Use fallback consistently and math for 0.0 and 0
The file was modified chapters/classes.tex (diff)
Commit b68547aa1064bbd71ca9d02a4ec88e29f9a6319a by Hans.Olsson
More clearly define that fallfack value is applicable everywhere.
The file was modified chapters/classes.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit 5ac47739c86fd94eef53fa3be240b39f2df81617 by Tidefelt Henrik
Clarify that a when-clause cannot activate multiple reinit for the same variable
The file was modified chapters/equations.tex (diff)
Commit 9b24987a426fb349c6d26db29a5a65b5cb4800fd by Tidefelt Henrik
Don't give impression of undefined behavior being error

The word "invalid" sounds too much like something which is definitely an error, which isn't the case here.
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 0d4841679b7e43a33f95aecd2bc48201259e451b by Tidefelt Henrik
Clean up white-space in listing
The file was modified chapters/equations.tex (diff)
Commit df75cbce33d2f95cba2e6e84bcdbfd662ed591e7 by Tidefelt Henrik
Clarify that variable of a reinit is not considered a left-hand side
The file was modified chapters/equations.tex (diff)
Commit e0cbaf745822452caa45b2b073c4125196d1be08 by noreply
Say "Unsafe, " as proposed by Hans

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit 8824abb527e07ce581ed7eef755800f5183482f7 by Hans.Olsson
Forbid zero delay.
Closes #3245
The file was modified chapters/operatorsandexpressions.tex (diff)
Commit a49e4fcbf3270b0d217c209f8231b9f7c0d1146a by Hans.Olsson
Specify that extent and preserveAspectRatio use the same logic but separately.
Closes #3219
The file was modified chapters/annotations.tex (diff)
Commit 6ba0c85c328bcfeb8ed5b6075ccfd0afa670e503 by noreply
Apply suggestions from code review

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/classes.tex (diff)
Commit c7281d48df75ea92d7b9faaa9fe94c1a04803c91 by noreply
Apply Hans' suggestion about multiple reinit for same variable

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/equations.tex (diff)
The file was modified chapters/equations.tex (diff)
Commit ab496620e7d1f40d3f30efb5ecd3fd16ed419890 by noreply
Update chapters/equations.tex

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
The file was modified chapters/equations.tex (diff)
Commit c7aee926e77132d37ac52af02fa802f9231f13db by Tidefelt Henrik
Fix missing formatting of "T"
The file was modified chapters/functions.tex (diff)
Commit b8fd96f2f432ff304b9b438955d47a762c8cdb2f by Tidefelt Henrik
Sentence-based line breaking in array concatenation
The file was modified chapters/arrays.tex (diff)
Commit c9e9890e790a4a0b879d5eaae872583348b7d92e by Tidefelt Henrik
Add 'cat' to document index
The file was modified chapters/arrays.tex (diff)
Commit 1baba13f70e8e0552cbe85856830e7f9af242171 by noreply
Sentence-based line break

As noted by Hans.

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified chapters/arrays.tex (diff)
Commit 166b5da5d7ae65efd8c74d064e39b46f611e97a6 by Tidefelt Henrik
Fix grammar 'is' -> 'are'

Fixes #3271.
The file was modified chapters/interface.tex (diff)
Commit fcc36491641f0d2ef5d2ac8bae1989d6ff2883e1 by Tidefelt Henrik
Fix formatting of 'if-clause'
The file was modified chapters/dae.tex (diff)
Commit 811b065a949dcbf2c871bdb32904706d7114f4c1 by Tidefelt Henrik
Make list item complete sentences to match nearby item list style
The file was modified chapters/introduction.tex (diff)
Commit 233389983ae0d2b9b3f5a44d1bae9930521a5471 by Tidefelt Henrik
Mention name of equations generated from the connect sets
The file was modified chapters/connectors.tex (diff)
Commit e278f12db3ce13b33ede31a382175554d95ec24f by Tidefelt Henrik
Rename grammar production 'connect-clause' -> 'connect-equation'

This is both a better match with names of related productions such as 'if-equation', and also corresponds to what the resulting equation is called.
The file was modified chapters/equations.tex (diff)
The file was modified chapters/syntax.tex (diff)
Commit df60bfa6f0b1ffcd51fc128d18e767129ff04ece by Hans.Olsson
Add "which is used in this case"
The file was modified chapters/classes.tex (diff)