Skip to content

Changes

Summary

  1. expand and clarify Clocks chapter of Clocked User Guide (details)
  2. Clocks userguide: add a bit more structure (details)
  3. fix bad </p> tag in Clocks user guide (details)
  4. escape double quote in html string in Clocks user guide (details)
  5. close <li> tags in Clocks User guide (details)
  6. replace <h3> tags by <h4> in Clocks User Guide (details)
  7. Bump Modelica language version to 3.5 (details)
  8. Add figure to PID_Controller example (details)
  9. Remove trailing space in legend (details)
  10. Revert "Bump Modelica language version to 3.5" (details)
  11. Reindent annotation (details)
  12. Bump used Modelica language version to 3.6 (details)
  13. Fix MSVC warning (#4274) (details)
  14. Removed voltageSensor.v[] (details)
  15. Create Version_4_1_0 (#4251) (details)
  16. Fix release notes generation (#3999) (details)
  17. Add StoichiometricCoefficient next to StoichiometricNumber (#4105) (details)
  18. Update version, uses annotation and copyright year (#4247) (details)
  19. Upgrade zlib to v1.3.1 (#4278) (details)
  20. Add missing macro definitions (#4282) (details)
  21. Bump actions to avoid deprecation warnings (details)
  22. Fix syntax errors in ModelicaReference documentation snippets. (details)
  23. Fix additional := error, and some whitespace cleanup surrounding :=. (details)
  24. Update .mailmap file to also work with onefetch (details)
  25. Add redundant algorithm (#4284) (details)
  26. Fix warning: 'noreturn' function does return (#4286) (details)
  27. Apply suggestions from code review (details)
  28. Update .mailmap file (details)
  29. resolves #4309 (#4310) (details)
  30. Bump copyright year (#4307) (details)
  31. resolves #4304 (#4311) (details)
  32. Update plot scripts to work. (details)
  33. Fix typo (#4323) (details)
  34. Inlining the function as suggested. (details)
Commit 5623ecb0ac17281ebac82d57353ec07e0672ce66 by pierre.haessig
expand and clarify Clocks chapter of Clocked User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c15f2e55df1b655e93b1350d25d8fa50b5f36b17 by pierre.haessig
Clocks userguide: add a bit more structure
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit a809baa46ddfceccc030056673d709f08840db7c by pierre.haessig
fix bad </p> tag in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit f66fd74e0b650592486208023b4a8ff5a3b6a62c by pierre.haessig
escape double quote in html string in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 281ac7f7c899537566cc054b4743fd4c6fd111f1 by pierre.haessig
close <li> tags in Clocks User guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c5e712c7322dea899cd6fce2f7670310af401ba9 by pierre.haessig
replace <h3> tags by <h4> in Clocks User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1 by Tidefelt Henrik
Bump Modelica language version to 3.5
The file was modified Modelica/package.mo (diff)
Commit b1731ad936a39976f081c811e8a549cca3308bbd by Tidefelt Henrik
Add figure to PID_Controller example
The file was modified Modelica/Blocks/package.mo (diff)
Commit e54fbbae06561c12f6ba2fe43c170b9ec65a18a8 by noreply
Remove trailing space in legend

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 5b04aac4c8f11456f2e7f8d20e902a83513660a9 by Tidefelt Henrik
Revert "Bump Modelica language version to 3.5"

This reverts commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1.

Bumping language version is now made the separate PR #4208.
The file was modified Modelica/package.mo (diff)
Commit e42bf06041cd8016d59ff2457c33d7f29215b02b by noreply
Reindent annotation

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 3238c8e1707c11a480e8316e582c5a29c8b274e3 by modelica
Bump used Modelica language version to 3.6
The file was modified .github/workflows/checkCI.yml (diff)
Commit 20d009ad2ad45cb8233abd45d5b5762193207d92 by noreply
Fix MSVC warning (#4274)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
Commit 074ccf4412c2682c8fe28db7d3e8bda769514e1f by modelica
Removed voltageSensor.v[]
The file was modified Modelica/Resources/Reference/Modelica/Electrical/PowerConverters/Examples/DCAC/PolyphaseTwoLevel/PolyphaseTwoLevel_RL/comparisonSignals.txt (diff)
Commit 8753b872a7caa6d51d6214505f1e59638de87ec7 by noreply
Create Version_4_1_0 (#4251)

The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md
The file was modified Modelica/package.mo (diff)
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
Commit a47caa427835a509135675dbafa5b1d22627706e by noreply
Fix release notes generation (#3999)

* Fix release notes generation

The previously used docverter service for MD to HTML/PDF conversion was shut down and will not come back. This is an alternative implementation with local MD to HTML conversion and utilizing the docraptor service for HTML to PDF conversion.

* Bump dependencies

* Bump python packages
The file was modified .gitignore (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.html (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
Commit fbfd942cbce4256c45fa040000f3274566394203 by noreply
Add StoichiometricCoefficient next to StoichiometricNumber (#4105)

* Add StoichiometricCoefficient next to StoichiometricNumber

* Set min=0

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Minor cleanup

* Remove `min=0` for StoichiometricCoefficient type in Units.mo

* Introduce `min=0` for StoichiometricCoefficient in Units.mo

---------

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Units.mo (diff)
Commit b908927a825acbfc4645cc07fe47aba32cfc2370 by noreply
Update version, uses annotation and copyright year (#4247)

* Updated version and uses annotation, copyright dates

* updated the copyright year in :
  1) Media/R134a
  2)Media/Air/ReferenceMoistAir
  3)readme.txt
  4) c code in Modelica/Resources/C-Sources
  5)python script for generating Release notes  in Resources
  6)license .txt files in Resources/Licenses

* Dropped version number as unnecessary

Text still mentions the year, so version number is not necessary here as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1448560517. Dropped it to reduce maintenance load

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Revert to Release Note for 4.0.0 in UsersGuide

* Removed version number from documentation first line

Removed version number as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969830

* Update dateModified to correct date

per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446968601

* Removed redundant version number info

Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414

* Update ObsoleteModelica4.mo

Per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1446972107

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Dropped version number

Dropped version number per comment in https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1448436599

* Dropped redudant version number

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* updating the C library's version in Modelica/Resources/BuildProjects/autotools/configure.ac

* Expand month name in package.mo

* Update to correct month

* Revert copyright for contributor

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update Modelica/Resources/C-Sources/stdint_wrap.h

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update copyright year in LICENSE

* Update Modelica/Resources/C-Sources/ModelicaFFT.h

* Update Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update copyright year  in package.mo

* Remove placeholder of Version X_Y_0 Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

---------

Co-authored-by: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Modelica/Resources/BuildProjects/autotools/configure.ac (diff)
The file was modified Modelica/Resources/C-Sources/stdint_wrap.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaRandom.txt (diff)
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
The file was modified Modelica/Utilities/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.h (diff)
The file was modified Modelica/Electrical/Machines/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTablesUsertab.c (diff)
The file was modified Modelica/Electrical/QuasiStatic/Machines/package.mo (diff)
The file was modified Modelica/Icons.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Mechanics/Rotational/package.mo (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified Modelica/Math/Polynomials.mo (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/ComplexBlocks/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Electrical/Analog/Interfaces/package.mo (diff)
The file was modified Modelica/Mechanics/Translational/package.mo (diff)
The file was modified Modelica/Clocked/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaInternal.txt (diff)
The file was modified Modelica/Electrical/Analog/Basic/package.mo (diff)
The file was modified ModelicaTestConversion4.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Magnetic/FluxTubes/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStrings.txt (diff)
The file was modified Modelica/readme.txt (diff)
The file was modified Modelica/Electrical/Analog/Sensors/package.mo (diff)
The file was modified LICENSE (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/package.mo (diff)
The file was modified ModelicaTestOverdetermined.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt (diff)
The file was modified Modelica/Electrical/Polyphase/package.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/package.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/package.mo (diff)
The file was modified ModelicaTest/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Ideal/package.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaKissFFT.txt (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/Contact.mo (diff)
The file was modified Complex.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Sources/package.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/Electrical/Analog/Lines/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Media/R134a.mo (diff)
The file was modified ObsoleteModelica4.mo (diff)
Commit 1ed0e583902824f164575a3c8198c7e1d235eb4f by noreply
Upgrade zlib to v1.3.1 (#4278)

The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
Commit b13e4d6d754853d2d4c3543ad20efc6541f3bffc by noreply
Add missing macro definitions (#4282)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
Commit 6f2b0201be445c10a1265e74618f72daa2c270ba by modelica
Bump actions to avoid deprecation warnings
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified .github/workflows/checkCI.yml (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
Commit 494e5e26c242ec227c15345272535f6ebc2de906 by modelica
Fix syntax errors in ModelicaReference documentation snippets.
The file was modified ModelicaReference/package.mo (diff)
Commit aae206bea7d0a9b5ef9f4ece98550f51348c820c by modelica
Fix additional := error, and some whitespace cleanup surrounding :=.
The file was modified ModelicaReference/package.mo (diff)
Commit 94a78735b811d3df012fcb086e2d9363176c6403 by modelica
Update .mailmap file to also work with onefetch
The file was modified .mailmap (diff)
Commit d156b9b4e9e5791ea8430ca0ac8659b9e14681c0 by noreply
Add redundant algorithm (#4284)

The file was modified Modelica/Math/BooleanVectors.mo (diff)
Commit 7ac7906706d000c1fc67a5812cd866618b63ffaf by noreply
Fix warning: 'noreturn' function does return (#4286)

The file was modified .CI/Test/Common.c (diff)
Commit 27837c79d0a1151d21db22649975d9cae8a04b93 by noreply
Apply suggestions from code review

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 64c23aa02b0019fc68b2ff698a8663043e849825 by modelica
Update .mailmap file
The file was modified .mailmap (diff)
Commit 43e81b91490797469501578a2b4d631a51602b04 by noreply
resolves #4309 (#4310)

The file was modified Modelica/Electrical/PowerConverters/Examples/DCDC/ExampleTemplates/ChopperBuckBoost.mo (diff)
Commit 185d958d4a53c2468348e17f7fe0cd970e04befd by noreply
Bump copyright year (#4307)

The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
Commit 1eb156b06933532a7e92c4e20bde08ff2291e3be by noreply
resolves #4304 (#4311)

The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/MultipleResonance.mo (diff)
Commit ae3e488508c037d1ca053f4bceb687b341c70e31 by Hans.Olsson
Update plot scripts to work.
Closes #4316
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit b25ec7702fb04cf5228b231b87e6d0435eac2302 by Hans.Olsson
Inlining the function as suggested.
The file was modified Modelica/Media/R134a.mo (diff)

Summary

  1. expand and clarify Clocks chapter of Clocked User Guide (details)
  2. Clocks userguide: add a bit more structure (details)
  3. fix bad </p> tag in Clocks user guide (details)
  4. escape double quote in html string in Clocks user guide (details)
  5. close <li> tags in Clocks User guide (details)
  6. replace <h3> tags by <h4> in Clocks User Guide (details)
  7. Bump Modelica language version to 3.5 (details)
  8. Add figure to PID_Controller example (details)
  9. Remove trailing space in legend (details)
  10. Revert "Bump Modelica language version to 3.5" (details)
  11. Reindent annotation (details)
  12. Bump used Modelica language version to 3.6 (details)
  13. Fix MSVC warning (#4274) (details)
  14. Removed voltageSensor.v[] (details)
  15. Create Version_4_1_0 (#4251) (details)
  16. Fix release notes generation (#3999) (details)
  17. Add StoichiometricCoefficient next to StoichiometricNumber (#4105) (details)
  18. Update version, uses annotation and copyright year (#4247) (details)
  19. Upgrade zlib to v1.3.1 (#4278) (details)
  20. Add missing macro definitions (#4282) (details)
  21. Bump actions to avoid deprecation warnings (details)
  22. Fix syntax errors in ModelicaReference documentation snippets. (details)
  23. Fix additional := error, and some whitespace cleanup surrounding :=. (details)
  24. Update .mailmap file to also work with onefetch (details)
  25. Add redundant algorithm (#4284) (details)
  26. Fix warning: 'noreturn' function does return (#4286) (details)
  27. Apply suggestions from code review (details)
  28. Update .mailmap file (details)
  29. resolves #4309 (#4310) (details)
  30. Bump copyright year (#4307) (details)
  31. resolves #4304 (#4311) (details)
  32. Update plot scripts to work. (details)
  33. Fix typo (#4323) (details)
  34. Inlining the function as suggested. (details)
Commit 5623ecb0ac17281ebac82d57353ec07e0672ce66 by pierre.haessig
expand and clarify Clocks chapter of Clocked User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c15f2e55df1b655e93b1350d25d8fa50b5f36b17 by pierre.haessig
Clocks userguide: add a bit more structure
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit a809baa46ddfceccc030056673d709f08840db7c by pierre.haessig
fix bad </p> tag in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit f66fd74e0b650592486208023b4a8ff5a3b6a62c by pierre.haessig
escape double quote in html string in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 281ac7f7c899537566cc054b4743fd4c6fd111f1 by pierre.haessig
close <li> tags in Clocks User guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c5e712c7322dea899cd6fce2f7670310af401ba9 by pierre.haessig
replace <h3> tags by <h4> in Clocks User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1 by Tidefelt Henrik
Bump Modelica language version to 3.5
The file was modified Modelica/package.mo (diff)
Commit b1731ad936a39976f081c811e8a549cca3308bbd by Tidefelt Henrik
Add figure to PID_Controller example
The file was modified Modelica/Blocks/package.mo (diff)
Commit e54fbbae06561c12f6ba2fe43c170b9ec65a18a8 by noreply
Remove trailing space in legend

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 5b04aac4c8f11456f2e7f8d20e902a83513660a9 by Tidefelt Henrik
Revert "Bump Modelica language version to 3.5"

This reverts commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1.

Bumping language version is now made the separate PR #4208.
The file was modified Modelica/package.mo (diff)
Commit e42bf06041cd8016d59ff2457c33d7f29215b02b by noreply
Reindent annotation

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 3238c8e1707c11a480e8316e582c5a29c8b274e3 by modelica
Bump used Modelica language version to 3.6
The file was modified .github/workflows/checkCI.yml (diff)
Commit 20d009ad2ad45cb8233abd45d5b5762193207d92 by noreply
Fix MSVC warning (#4274)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
Commit 074ccf4412c2682c8fe28db7d3e8bda769514e1f by modelica
Removed voltageSensor.v[]
The file was modified Modelica/Resources/Reference/Modelica/Electrical/PowerConverters/Examples/DCAC/PolyphaseTwoLevel/PolyphaseTwoLevel_RL/comparisonSignals.txt (diff)
Commit 8753b872a7caa6d51d6214505f1e59638de87ec7 by noreply
Create Version_4_1_0 (#4251)

The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was modified Modelica/package.mo (diff)
Commit a47caa427835a509135675dbafa5b1d22627706e by noreply
Fix release notes generation (#3999)

* Fix release notes generation

The previously used docverter service for MD to HTML/PDF conversion was shut down and will not come back. This is an alternative implementation with local MD to HTML conversion and utilizing the docraptor service for HTML to PDF conversion.

* Bump dependencies

* Bump python packages
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.html (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified .gitignore (diff)
Commit fbfd942cbce4256c45fa040000f3274566394203 by noreply
Add StoichiometricCoefficient next to StoichiometricNumber (#4105)

* Add StoichiometricCoefficient next to StoichiometricNumber

* Set min=0

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Minor cleanup

* Remove `min=0` for StoichiometricCoefficient type in Units.mo

* Introduce `min=0` for StoichiometricCoefficient in Units.mo

---------

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Units.mo (diff)
Commit b908927a825acbfc4645cc07fe47aba32cfc2370 by noreply
Update version, uses annotation and copyright year (#4247)

* Updated version and uses annotation, copyright dates

* updated the copyright year in :
  1) Media/R134a
  2)Media/Air/ReferenceMoistAir
  3)readme.txt
  4) c code in Modelica/Resources/C-Sources
  5)python script for generating Release notes  in Resources
  6)license .txt files in Resources/Licenses

* Dropped version number as unnecessary

Text still mentions the year, so version number is not necessary here as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1448560517. Dropped it to reduce maintenance load

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Revert to Release Note for 4.0.0 in UsersGuide

* Removed version number from documentation first line

Removed version number as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969830

* Update dateModified to correct date

per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446968601

* Removed redundant version number info

Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414

* Update ObsoleteModelica4.mo

Per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1446972107

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Dropped version number

Dropped version number per comment in https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1448436599

* Dropped redudant version number

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* updating the C library's version in Modelica/Resources/BuildProjects/autotools/configure.ac

* Expand month name in package.mo

* Update to correct month

* Revert copyright for contributor

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update Modelica/Resources/C-Sources/stdint_wrap.h

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update copyright year in LICENSE

* Update Modelica/Resources/C-Sources/ModelicaFFT.h

* Update Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update copyright year  in package.mo

* Remove placeholder of Version X_Y_0 Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

---------

Co-authored-by: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.h (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.h (diff)
The file was modified Modelica/Electrical/Analog/Sources/package.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Utilities/package.mo (diff)
The file was modified Modelica/Icons.mo (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/readme.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/Resources/C-Sources/stdint_wrap.h (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaInternal.txt (diff)
The file was modified Modelica/Media/R134a.mo (diff)
The file was modified Modelica/Electrical/Polyphase/package.mo (diff)
The file was modified Modelica/Mechanics/Translational/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Interfaces/package.mo (diff)
The file was modified ObsoleteModelica4.mo (diff)
The file was modified ModelicaTest/package.mo (diff)
The file was modified Modelica/Mechanics/Rotational/package.mo (diff)
The file was modified Modelica/Resources/BuildProjects/autotools/configure.ac (diff)
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
The file was modified Modelica/Electrical/Analog/Sensors/package.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/package.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTablesUsertab.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaKissFFT.txt (diff)
The file was modified Modelica/Electrical/Machines/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaRandom.txt (diff)
The file was modified Modelica/Electrical/QuasiStatic/package.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified ModelicaTestOverdetermined.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/Clocked/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/Electrical/Analog/Basic/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStrings.txt (diff)
The file was modified Modelica/Electrical/QuasiStatic/Machines/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Complex.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Lines/package.mo (diff)
The file was modified Modelica/ComplexBlocks/UsersGuide/Contact.mo (diff)
The file was modified ModelicaTestConversion4.mo (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified LICENSE (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/package.mo (diff)
The file was modified Modelica/Math/Polynomials.mo (diff)
The file was modified Modelica/Electrical/Analog/Ideal/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
Commit 1ed0e583902824f164575a3c8198c7e1d235eb4f by noreply
Upgrade zlib to v1.3.1 (#4278)

The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
Commit b13e4d6d754853d2d4c3543ad20efc6541f3bffc by noreply
Add missing macro definitions (#4282)

The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
Commit 6f2b0201be445c10a1265e74618f72daa2c270ba by modelica
Bump actions to avoid deprecation warnings
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified .github/workflows/checkCI.yml (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
Commit 494e5e26c242ec227c15345272535f6ebc2de906 by modelica
Fix syntax errors in ModelicaReference documentation snippets.
The file was modified ModelicaReference/package.mo (diff)
Commit aae206bea7d0a9b5ef9f4ece98550f51348c820c by modelica
Fix additional := error, and some whitespace cleanup surrounding :=.
The file was modified ModelicaReference/package.mo (diff)
Commit 94a78735b811d3df012fcb086e2d9363176c6403 by modelica
Update .mailmap file to also work with onefetch
The file was modified .mailmap (diff)
Commit d156b9b4e9e5791ea8430ca0ac8659b9e14681c0 by noreply
Add redundant algorithm (#4284)

The file was modified Modelica/Math/BooleanVectors.mo (diff)
Commit 7ac7906706d000c1fc67a5812cd866618b63ffaf by noreply
Fix warning: 'noreturn' function does return (#4286)

The file was modified .CI/Test/Common.c (diff)
Commit 27837c79d0a1151d21db22649975d9cae8a04b93 by noreply
Apply suggestions from code review

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 64c23aa02b0019fc68b2ff698a8663043e849825 by modelica
Update .mailmap file
The file was modified .mailmap (diff)
Commit 43e81b91490797469501578a2b4d631a51602b04 by noreply
resolves #4309 (#4310)

The file was modified Modelica/Electrical/PowerConverters/Examples/DCDC/ExampleTemplates/ChopperBuckBoost.mo (diff)
Commit 185d958d4a53c2468348e17f7fe0cd970e04befd by noreply
Bump copyright year (#4307)

The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
Commit 1eb156b06933532a7e92c4e20bde08ff2291e3be by noreply
resolves #4304 (#4311)

The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/MultipleResonance.mo (diff)
Commit ae3e488508c037d1ca053f4bceb687b341c70e31 by Hans.Olsson
Update plot scripts to work.
Closes #4316
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit b25ec7702fb04cf5228b231b87e6d0435eac2302 by Hans.Olsson
Inlining the function as suggested.
The file was modified Modelica/Media/R134a.mo (diff)

Summary

  1. expand and clarify Clocks chapter of Clocked User Guide (details)
  2. Clocks userguide: add a bit more structure (details)
  3. fix bad </p> tag in Clocks user guide (details)
  4. escape double quote in html string in Clocks user guide (details)
  5. close <li> tags in Clocks User guide (details)
  6. replace <h3> tags by <h4> in Clocks User Guide (details)
  7. Bump Modelica language version to 3.5 (details)
  8. Add figure to PID_Controller example (details)
  9. Remove trailing space in legend (details)
  10. Revert "Bump Modelica language version to 3.5" (details)
  11. Reindent annotation (details)
  12. Bump used Modelica language version to 3.6 (details)
  13. Fix MSVC warning (#4274) (details)
  14. Removed voltageSensor.v[] (details)
  15. Create Version_4_1_0 (#4251) (details)
  16. Fix release notes generation (#3999) (details)
  17. Add StoichiometricCoefficient next to StoichiometricNumber (#4105) (details)
  18. Update version, uses annotation and copyright year (#4247) (details)
  19. Upgrade zlib to v1.3.1 (#4278) (details)
  20. Add missing macro definitions (#4282) (details)
  21. Bump actions to avoid deprecation warnings (details)
  22. Fix syntax errors in ModelicaReference documentation snippets. (details)
  23. Fix additional := error, and some whitespace cleanup surrounding :=. (details)
  24. Update .mailmap file to also work with onefetch (details)
  25. Add redundant algorithm (#4284) (details)
  26. Fix warning: 'noreturn' function does return (#4286) (details)
  27. Apply suggestions from code review (details)
  28. Update .mailmap file (details)
  29. resolves #4309 (#4310) (details)
  30. Bump copyright year (#4307) (details)
  31. resolves #4304 (#4311) (details)
  32. Update plot scripts to work. (details)
  33. Fix typo (#4323) (details)
  34. Inlining the function as suggested. (details)
Commit 5623ecb0ac17281ebac82d57353ec07e0672ce66 by pierre.haessig
expand and clarify Clocks chapter of Clocked User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c15f2e55df1b655e93b1350d25d8fa50b5f36b17 by pierre.haessig
Clocks userguide: add a bit more structure
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit a809baa46ddfceccc030056673d709f08840db7c by pierre.haessig
fix bad </p> tag in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit f66fd74e0b650592486208023b4a8ff5a3b6a62c by pierre.haessig
escape double quote in html string in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 281ac7f7c899537566cc054b4743fd4c6fd111f1 by pierre.haessig
close <li> tags in Clocks User guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c5e712c7322dea899cd6fce2f7670310af401ba9 by pierre.haessig
replace <h3> tags by <h4> in Clocks User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1 by Tidefelt Henrik
Bump Modelica language version to 3.5
The file was modified Modelica/package.mo (diff)
Commit b1731ad936a39976f081c811e8a549cca3308bbd by Tidefelt Henrik
Add figure to PID_Controller example
The file was modified Modelica/Blocks/package.mo (diff)
Commit e54fbbae06561c12f6ba2fe43c170b9ec65a18a8 by noreply
Remove trailing space in legend

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 5b04aac4c8f11456f2e7f8d20e902a83513660a9 by Tidefelt Henrik
Revert "Bump Modelica language version to 3.5"

This reverts commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1.

Bumping language version is now made the separate PR #4208.
The file was modified Modelica/package.mo (diff)
Commit e42bf06041cd8016d59ff2457c33d7f29215b02b by noreply
Reindent annotation

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 3238c8e1707c11a480e8316e582c5a29c8b274e3 by modelica
Bump used Modelica language version to 3.6
The file was modified .github/workflows/checkCI.yml (diff)
Commit 20d009ad2ad45cb8233abd45d5b5762193207d92 by noreply
Fix MSVC warning (#4274)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
Commit 074ccf4412c2682c8fe28db7d3e8bda769514e1f by modelica
Removed voltageSensor.v[]
The file was modified Modelica/Resources/Reference/Modelica/Electrical/PowerConverters/Examples/DCAC/PolyphaseTwoLevel/PolyphaseTwoLevel_RL/comparisonSignals.txt (diff)
Commit 8753b872a7caa6d51d6214505f1e59638de87ec7 by noreply
Create Version_4_1_0 (#4251)

The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
The file was modified Modelica/package.mo (diff)
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md
Commit a47caa427835a509135675dbafa5b1d22627706e by noreply
Fix release notes generation (#3999)

* Fix release notes generation

The previously used docverter service for MD to HTML/PDF conversion was shut down and will not come back. This is an alternative implementation with local MD to HTML conversion and utilizing the docraptor service for HTML to PDF conversion.

* Bump dependencies

* Bump python packages
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified .gitignore (diff)
The file was modified Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.html (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
Commit fbfd942cbce4256c45fa040000f3274566394203 by noreply
Add StoichiometricCoefficient next to StoichiometricNumber (#4105)

* Add StoichiometricCoefficient next to StoichiometricNumber

* Set min=0

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Minor cleanup

* Remove `min=0` for StoichiometricCoefficient type in Units.mo

* Introduce `min=0` for StoichiometricCoefficient in Units.mo

---------

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Units.mo (diff)
Commit b908927a825acbfc4645cc07fe47aba32cfc2370 by noreply
Update version, uses annotation and copyright year (#4247)

* Updated version and uses annotation, copyright dates

* updated the copyright year in :
  1) Media/R134a
  2)Media/Air/ReferenceMoistAir
  3)readme.txt
  4) c code in Modelica/Resources/C-Sources
  5)python script for generating Release notes  in Resources
  6)license .txt files in Resources/Licenses

* Dropped version number as unnecessary

Text still mentions the year, so version number is not necessary here as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1448560517. Dropped it to reduce maintenance load

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Revert to Release Note for 4.0.0 in UsersGuide

* Removed version number from documentation first line

Removed version number as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969830

* Update dateModified to correct date

per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446968601

* Removed redundant version number info

Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414

* Update ObsoleteModelica4.mo

Per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1446972107

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Dropped version number

Dropped version number per comment in https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1448436599

* Dropped redudant version number

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* updating the C library's version in Modelica/Resources/BuildProjects/autotools/configure.ac

* Expand month name in package.mo

* Update to correct month

* Revert copyright for contributor

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update Modelica/Resources/C-Sources/stdint_wrap.h

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update copyright year in LICENSE

* Update Modelica/Resources/C-Sources/ModelicaFFT.h

* Update Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update copyright year  in package.mo

* Remove placeholder of Version X_Y_0 Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

---------

Co-authored-by: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Media/R134a.mo (diff)
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/package.mo (diff)
The file was modified Modelica/Electrical/Polyphase/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt (diff)
The file was modified Modelica/Electrical/Analog/Ideal/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
The file was modified ModelicaTest/package.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/package.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Complex.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Mechanics/Rotational/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified ModelicaTestConversion4.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Modelica/Electrical/QuasiStatic/package.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Utilities/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Lines/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Sources/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTablesUsertab.c (diff)
The file was modified Modelica/Clocked/package.mo (diff)
The file was modified Modelica/readme.txt (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/ComplexBlocks/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Mechanics/Translational/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaKissFFT.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStrings.txt (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Resources/BuildProjects/autotools/configure.ac (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Interfaces/package.mo (diff)
The file was modified ModelicaTestOverdetermined.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Machines/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/stdint_wrap.h (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/package.mo (diff)
The file was modified ObsoleteModelica4.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaInternal.txt (diff)
The file was modified LICENSE (diff)
The file was modified Modelica/Magnetic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Electrical/Analog/Sensors/package.mo (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
The file was modified Modelica/Electrical/Analog/Basic/package.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/package.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Math/Polynomials.mo (diff)
The file was modified Modelica/Electrical/Machines/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaRandom.txt (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Icons.mo (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
Commit 1ed0e583902824f164575a3c8198c7e1d235eb4f by noreply
Upgrade zlib to v1.3.1 (#4278)

The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
Commit b13e4d6d754853d2d4c3543ad20efc6541f3bffc by noreply
Add missing macro definitions (#4282)

The file was modified .CI/Test/ModelicaUtilities.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
Commit 6f2b0201be445c10a1265e74618f72daa2c270ba by modelica
Bump actions to avoid deprecation warnings
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified .github/workflows/checkCI.yml (diff)
Commit 494e5e26c242ec227c15345272535f6ebc2de906 by modelica
Fix syntax errors in ModelicaReference documentation snippets.
The file was modified ModelicaReference/package.mo (diff)
Commit aae206bea7d0a9b5ef9f4ece98550f51348c820c by modelica
Fix additional := error, and some whitespace cleanup surrounding :=.
The file was modified ModelicaReference/package.mo (diff)
Commit 94a78735b811d3df012fcb086e2d9363176c6403 by modelica
Update .mailmap file to also work with onefetch
The file was modified .mailmap (diff)
Commit d156b9b4e9e5791ea8430ca0ac8659b9e14681c0 by noreply
Add redundant algorithm (#4284)

The file was modified Modelica/Math/BooleanVectors.mo (diff)
Commit 7ac7906706d000c1fc67a5812cd866618b63ffaf by noreply
Fix warning: 'noreturn' function does return (#4286)

The file was modified .CI/Test/Common.c (diff)
Commit 27837c79d0a1151d21db22649975d9cae8a04b93 by noreply
Apply suggestions from code review

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 64c23aa02b0019fc68b2ff698a8663043e849825 by modelica
Update .mailmap file
The file was modified .mailmap (diff)
Commit 43e81b91490797469501578a2b4d631a51602b04 by noreply
resolves #4309 (#4310)

The file was modified Modelica/Electrical/PowerConverters/Examples/DCDC/ExampleTemplates/ChopperBuckBoost.mo (diff)
Commit 185d958d4a53c2468348e17f7fe0cd970e04befd by noreply
Bump copyright year (#4307)

The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
Commit 1eb156b06933532a7e92c4e20bde08ff2291e3be by noreply
resolves #4304 (#4311)

The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/MultipleResonance.mo (diff)
Commit ae3e488508c037d1ca053f4bceb687b341c70e31 by Hans.Olsson
Update plot scripts to work.
Closes #4316
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit b25ec7702fb04cf5228b231b87e6d0435eac2302 by Hans.Olsson
Inlining the function as suggested.
The file was modified Modelica/Media/R134a.mo (diff)

Summary

  1. expand and clarify Clocks chapter of Clocked User Guide (details)
  2. Clocks userguide: add a bit more structure (details)
  3. fix bad </p> tag in Clocks user guide (details)
  4. escape double quote in html string in Clocks user guide (details)
  5. close <li> tags in Clocks User guide (details)
  6. replace <h3> tags by <h4> in Clocks User Guide (details)
  7. Bump Modelica language version to 3.5 (details)
  8. Add figure to PID_Controller example (details)
  9. Remove trailing space in legend (details)
  10. Revert "Bump Modelica language version to 3.5" (details)
  11. Reindent annotation (details)
  12. Bump used Modelica language version to 3.6 (details)
  13. Fix MSVC warning (#4274) (details)
  14. Removed voltageSensor.v[] (details)
  15. Create Version_4_1_0 (#4251) (details)
  16. Fix release notes generation (#3999) (details)
  17. Add StoichiometricCoefficient next to StoichiometricNumber (#4105) (details)
  18. Update version, uses annotation and copyright year (#4247) (details)
  19. Upgrade zlib to v1.3.1 (#4278) (details)
  20. Add missing macro definitions (#4282) (details)
  21. Bump actions to avoid deprecation warnings (details)
  22. Fix syntax errors in ModelicaReference documentation snippets. (details)
  23. Fix additional := error, and some whitespace cleanup surrounding :=. (details)
  24. Update .mailmap file to also work with onefetch (details)
  25. Add redundant algorithm (#4284) (details)
  26. Fix warning: 'noreturn' function does return (#4286) (details)
  27. Apply suggestions from code review (details)
  28. Update .mailmap file (details)
  29. resolves #4309 (#4310) (details)
  30. Bump copyright year (#4307) (details)
  31. resolves #4304 (#4311) (details)
  32. Update plot scripts to work. (details)
  33. Fix typo (#4323) (details)
  34. Inlining the function as suggested. (details)
Commit 5623ecb0ac17281ebac82d57353ec07e0672ce66 by pierre.haessig
expand and clarify Clocks chapter of Clocked User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c15f2e55df1b655e93b1350d25d8fa50b5f36b17 by pierre.haessig
Clocks userguide: add a bit more structure
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit a809baa46ddfceccc030056673d709f08840db7c by pierre.haessig
fix bad </p> tag in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit f66fd74e0b650592486208023b4a8ff5a3b6a62c by pierre.haessig
escape double quote in html string in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 281ac7f7c899537566cc054b4743fd4c6fd111f1 by pierre.haessig
close <li> tags in Clocks User guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c5e712c7322dea899cd6fce2f7670310af401ba9 by pierre.haessig
replace <h3> tags by <h4> in Clocks User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1 by Tidefelt Henrik
Bump Modelica language version to 3.5
The file was modified Modelica/package.mo (diff)
Commit b1731ad936a39976f081c811e8a549cca3308bbd by Tidefelt Henrik
Add figure to PID_Controller example
The file was modified Modelica/Blocks/package.mo (diff)
Commit e54fbbae06561c12f6ba2fe43c170b9ec65a18a8 by noreply
Remove trailing space in legend

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 5b04aac4c8f11456f2e7f8d20e902a83513660a9 by Tidefelt Henrik
Revert "Bump Modelica language version to 3.5"

This reverts commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1.

Bumping language version is now made the separate PR #4208.
The file was modified Modelica/package.mo (diff)
Commit e42bf06041cd8016d59ff2457c33d7f29215b02b by noreply
Reindent annotation

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 3238c8e1707c11a480e8316e582c5a29c8b274e3 by modelica
Bump used Modelica language version to 3.6
The file was modified .github/workflows/checkCI.yml (diff)
Commit 20d009ad2ad45cb8233abd45d5b5762193207d92 by noreply
Fix MSVC warning (#4274)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
Commit 074ccf4412c2682c8fe28db7d3e8bda769514e1f by modelica
Removed voltageSensor.v[]
The file was modified Modelica/Resources/Reference/Modelica/Electrical/PowerConverters/Examples/DCAC/PolyphaseTwoLevel/PolyphaseTwoLevel_RL/comparisonSignals.txt (diff)
Commit 8753b872a7caa6d51d6214505f1e59638de87ec7 by noreply
Create Version_4_1_0 (#4251)

The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was modified Modelica/package.mo (diff)
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
Commit a47caa427835a509135675dbafa5b1d22627706e by noreply
Fix release notes generation (#3999)

* Fix release notes generation

The previously used docverter service for MD to HTML/PDF conversion was shut down and will not come back. This is an alternative implementation with local MD to HTML conversion and utilizing the docraptor service for HTML to PDF conversion.

* Bump dependencies

* Bump python packages
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.html (diff)
The file was modified .gitignore (diff)
Commit fbfd942cbce4256c45fa040000f3274566394203 by noreply
Add StoichiometricCoefficient next to StoichiometricNumber (#4105)

* Add StoichiometricCoefficient next to StoichiometricNumber

* Set min=0

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Minor cleanup

* Remove `min=0` for StoichiometricCoefficient type in Units.mo

* Introduce `min=0` for StoichiometricCoefficient in Units.mo

---------

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Units.mo (diff)
Commit b908927a825acbfc4645cc07fe47aba32cfc2370 by noreply
Update version, uses annotation and copyright year (#4247)

* Updated version and uses annotation, copyright dates

* updated the copyright year in :
  1) Media/R134a
  2)Media/Air/ReferenceMoistAir
  3)readme.txt
  4) c code in Modelica/Resources/C-Sources
  5)python script for generating Release notes  in Resources
  6)license .txt files in Resources/Licenses

* Dropped version number as unnecessary

Text still mentions the year, so version number is not necessary here as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1448560517. Dropped it to reduce maintenance load

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Revert to Release Note for 4.0.0 in UsersGuide

* Removed version number from documentation first line

Removed version number as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969830

* Update dateModified to correct date

per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446968601

* Removed redundant version number info

Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414

* Update ObsoleteModelica4.mo

Per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1446972107

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Dropped version number

Dropped version number per comment in https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1448436599

* Dropped redudant version number

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* updating the C library's version in Modelica/Resources/BuildProjects/autotools/configure.ac

* Expand month name in package.mo

* Update to correct month

* Revert copyright for contributor

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update Modelica/Resources/C-Sources/stdint_wrap.h

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update copyright year in LICENSE

* Update Modelica/Resources/C-Sources/ModelicaFFT.h

* Update Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update copyright year  in package.mo

* Remove placeholder of Version X_Y_0 Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

---------

Co-authored-by: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Utilities/package.mo (diff)
The file was modified Modelica/Media/R134a.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTablesUsertab.c (diff)
The file was modified Complex.mo (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Sources/package.mo (diff)
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
The file was modified Modelica/Resources/BuildProjects/autotools/configure.ac (diff)
The file was modified Modelica/Electrical/Analog/Ideal/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStrings.txt (diff)
The file was modified Modelica/Clocked/package.mo (diff)
The file was modified Modelica/Electrical/Polyphase/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified ObsoleteModelica4.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Machines/package.mo (diff)
The file was modified Modelica/Mechanics/Rotational/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/readme.txt (diff)
The file was modified Modelica/Electrical/PowerConverters/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaIO.txt (diff)
The file was modified LICENSE (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Basic/package.mo (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Mechanics/Translational/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/package.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaInternal.txt (diff)
The file was modified Modelica/Electrical/Analog/Lines/package.mo (diff)
The file was modified ModelicaTestOverdetermined.mo (diff)
The file was modified Modelica/Icons.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaRandom.txt (diff)
The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/Contact.mo (diff)
The file was modified ModelicaTestConversion4.mo (diff)
The file was modified Modelica/Electrical/Analog/Interfaces/package.mo (diff)
The file was modified Modelica/Electrical/Machines/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Math/Polynomials.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified Modelica/ComplexBlocks/UsersGuide/Contact.mo (diff)
The file was modified ModelicaTest/package.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaKissFFT.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.h (diff)
The file was modified Modelica/Resources/C-Sources/stdint_wrap.h (diff)
The file was modified Modelica/Electrical/Analog/Sensors/package.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/package.mo (diff)
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
Commit 1ed0e583902824f164575a3c8198c7e1d235eb4f by noreply
Upgrade zlib to v1.3.1 (#4278)

The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
Commit b13e4d6d754853d2d4c3543ad20efc6541f3bffc by noreply
Add missing macro definitions (#4282)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
Commit 6f2b0201be445c10a1265e74618f72daa2c270ba by modelica
Bump actions to avoid deprecation warnings
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified .github/workflows/checkCI.yml (diff)
Commit 494e5e26c242ec227c15345272535f6ebc2de906 by modelica
Fix syntax errors in ModelicaReference documentation snippets.
The file was modified ModelicaReference/package.mo (diff)
Commit aae206bea7d0a9b5ef9f4ece98550f51348c820c by modelica
Fix additional := error, and some whitespace cleanup surrounding :=.
The file was modified ModelicaReference/package.mo (diff)
Commit 94a78735b811d3df012fcb086e2d9363176c6403 by modelica
Update .mailmap file to also work with onefetch
The file was modified .mailmap (diff)
Commit d156b9b4e9e5791ea8430ca0ac8659b9e14681c0 by noreply
Add redundant algorithm (#4284)

The file was modified Modelica/Math/BooleanVectors.mo (diff)
Commit 7ac7906706d000c1fc67a5812cd866618b63ffaf by noreply
Fix warning: 'noreturn' function does return (#4286)

The file was modified .CI/Test/Common.c (diff)
Commit 27837c79d0a1151d21db22649975d9cae8a04b93 by noreply
Apply suggestions from code review

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 64c23aa02b0019fc68b2ff698a8663043e849825 by modelica
Update .mailmap file
The file was modified .mailmap (diff)
Commit 43e81b91490797469501578a2b4d631a51602b04 by noreply
resolves #4309 (#4310)

The file was modified Modelica/Electrical/PowerConverters/Examples/DCDC/ExampleTemplates/ChopperBuckBoost.mo (diff)
Commit 185d958d4a53c2468348e17f7fe0cd970e04befd by noreply
Bump copyright year (#4307)

The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
Commit 1eb156b06933532a7e92c4e20bde08ff2291e3be by noreply
resolves #4304 (#4311)

The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/MultipleResonance.mo (diff)
Commit ae3e488508c037d1ca053f4bceb687b341c70e31 by Hans.Olsson
Update plot scripts to work.
Closes #4316
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit b25ec7702fb04cf5228b231b87e6d0435eac2302 by Hans.Olsson
Inlining the function as suggested.
The file was modified Modelica/Media/R134a.mo (diff)

Summary

  1. expand and clarify Clocks chapter of Clocked User Guide (details)
  2. Clocks userguide: add a bit more structure (details)
  3. fix bad </p> tag in Clocks user guide (details)
  4. escape double quote in html string in Clocks user guide (details)
  5. close <li> tags in Clocks User guide (details)
  6. replace <h3> tags by <h4> in Clocks User Guide (details)
  7. Bump Modelica language version to 3.5 (details)
  8. Add figure to PID_Controller example (details)
  9. Remove trailing space in legend (details)
  10. Revert "Bump Modelica language version to 3.5" (details)
  11. Reindent annotation (details)
  12. Bump used Modelica language version to 3.6 (details)
  13. Fix MSVC warning (#4274) (details)
  14. Removed voltageSensor.v[] (details)
  15. Create Version_4_1_0 (#4251) (details)
  16. Fix release notes generation (#3999) (details)
  17. Add StoichiometricCoefficient next to StoichiometricNumber (#4105) (details)
  18. Update version, uses annotation and copyright year (#4247) (details)
  19. Upgrade zlib to v1.3.1 (#4278) (details)
  20. Add missing macro definitions (#4282) (details)
  21. Bump actions to avoid deprecation warnings (details)
  22. Fix syntax errors in ModelicaReference documentation snippets. (details)
  23. Fix additional := error, and some whitespace cleanup surrounding :=. (details)
  24. Update .mailmap file to also work with onefetch (details)
  25. Add redundant algorithm (#4284) (details)
  26. Fix warning: 'noreturn' function does return (#4286) (details)
  27. Apply suggestions from code review (details)
  28. Update .mailmap file (details)
  29. resolves #4309 (#4310) (details)
  30. Bump copyright year (#4307) (details)
  31. resolves #4304 (#4311) (details)
  32. Update plot scripts to work. (details)
  33. Fix typo (#4323) (details)
  34. Inlining the function as suggested. (details)
Commit 5623ecb0ac17281ebac82d57353ec07e0672ce66 by pierre.haessig
expand and clarify Clocks chapter of Clocked User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c15f2e55df1b655e93b1350d25d8fa50b5f36b17 by pierre.haessig
Clocks userguide: add a bit more structure
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit a809baa46ddfceccc030056673d709f08840db7c by pierre.haessig
fix bad </p> tag in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit f66fd74e0b650592486208023b4a8ff5a3b6a62c by pierre.haessig
escape double quote in html string in Clocks user guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 281ac7f7c899537566cc054b4743fd4c6fd111f1 by pierre.haessig
close <li> tags in Clocks User guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c5e712c7322dea899cd6fce2f7670310af401ba9 by pierre.haessig
replace <h3> tags by <h4> in Clocks User Guide
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1 by Tidefelt Henrik
Bump Modelica language version to 3.5
The file was modified Modelica/package.mo (diff)
Commit b1731ad936a39976f081c811e8a549cca3308bbd by Tidefelt Henrik
Add figure to PID_Controller example
The file was modified Modelica/Blocks/package.mo (diff)
Commit e54fbbae06561c12f6ba2fe43c170b9ec65a18a8 by noreply
Remove trailing space in legend

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 5b04aac4c8f11456f2e7f8d20e902a83513660a9 by Tidefelt Henrik
Revert "Bump Modelica language version to 3.5"

This reverts commit c015bfc8962b20bef84c1bcc17c1a53b7bd89fa1.

Bumping language version is now made the separate PR #4208.
The file was modified Modelica/package.mo (diff)
Commit e42bf06041cd8016d59ff2457c33d7f29215b02b by noreply
Reindent annotation

Co-authored-by: tobolar <tobolar@users.noreply.github.com>
The file was modified Modelica/Blocks/package.mo (diff)
Commit 3238c8e1707c11a480e8316e582c5a29c8b274e3 by modelica
Bump used Modelica language version to 3.6
The file was modified .github/workflows/checkCI.yml (diff)
Commit 20d009ad2ad45cb8233abd45d5b5762193207d92 by noreply
Fix MSVC warning (#4274)

The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
Commit 074ccf4412c2682c8fe28db7d3e8bda769514e1f by modelica
Removed voltageSensor.v[]
The file was modified Modelica/Resources/Reference/Modelica/Electrical/PowerConverters/Examples/DCAC/PolyphaseTwoLevel/PolyphaseTwoLevel_RL/comparisonSignals.txt (diff)
Commit 8753b872a7caa6d51d6214505f1e59638de87ec7 by noreply
Create Version_4_1_0 (#4251)

The file was modified Modelica/package.mo (diff)
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.html
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.pdf
The file was addedModelica/Resources/Documentation/Version-4.1.0/ResolvedGitHubIssues.md
Commit a47caa427835a509135675dbafa5b1d22627706e by noreply
Fix release notes generation (#3999)

* Fix release notes generation

The previously used docverter service for MD to HTML/PDF conversion was shut down and will not come back. This is an alternative implementation with local MD to HTML conversion and utilizing the docraptor service for HTML to PDF conversion.

* Bump dependencies

* Bump python packages
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified Modelica/Resources/Documentation/Modelica-ReleaseNotes-Template.html (diff)
The file was modified .gitignore (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
Commit fbfd942cbce4256c45fa040000f3274566394203 by noreply
Add StoichiometricCoefficient next to StoichiometricNumber (#4105)

* Add StoichiometricCoefficient next to StoichiometricNumber

* Set min=0

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Minor cleanup

* Remove `min=0` for StoichiometricCoefficient type in Units.mo

* Introduce `min=0` for StoichiometricCoefficient in Units.mo

---------

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
The file was modified Modelica/Units.mo (diff)
Commit b908927a825acbfc4645cc07fe47aba32cfc2370 by noreply
Update version, uses annotation and copyright year (#4247)

* Updated version and uses annotation, copyright dates

* updated the copyright year in :
  1) Media/R134a
  2)Media/Air/ReferenceMoistAir
  3)readme.txt
  4) c code in Modelica/Resources/C-Sources
  5)python script for generating Release notes  in Resources
  6)license .txt files in Resources/Licenses

* Dropped version number as unnecessary

Text still mentions the year, so version number is not necessary here as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1448560517. Dropped it to reduce maintenance load

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Revert to Release Note for 4.0.0 in UsersGuide

* Removed version number from documentation first line

Removed version number as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969830

* Update dateModified to correct date

per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446968601

* Removed redundant version number info

Removed redundant version number info as per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1446969414

* Update ObsoleteModelica4.mo

Per comment https://github.com/modelica/ModelicaStandardLibrary/pull/4247/files#r1446972107

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Dropped version number

Dropped version number per comment in https://github.com/modelica/ModelicaStandardLibrary/pull/4247#discussion_r1448436599

* Dropped redudant version number

Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>

* updating the C library's version in Modelica/Resources/BuildProjects/autotools/configure.ac

* Expand month name in package.mo

* Update to correct month

* Revert copyright for contributor

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update Modelica/Resources/C-Sources/stdint_wrap.h

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Modelica/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaReference/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaServices/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTest/package.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ModelicaTestOverdetermined.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in ObsoleteModelica4.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update versionDate in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update dateModified in Complex.mo

Co-authored-by: Thomas Beutlich <modelica@tbeu.de>

* Update copyright year in LICENSE

* Update Modelica/Resources/C-Sources/ModelicaFFT.h

* Update Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

* Update copyright year  in package.mo

* Remove placeholder of Version X_Y_0 Modelica/package.mo

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>

---------

Co-authored-by: Harisankar-Allimangalath <144321750+Harisankar-Allimangalath@users.noreply.github.com>
Co-authored-by: arunkumar-narasimhan <124154466+arunkumar-narasimhan@users.noreply.github.com>
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
Co-authored-by: Henrik Tidefelt <henrikt@wolfram.com>
Co-authored-by: Thomas Beutlich <modelica@tbeu.de>
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.c (diff)
The file was modified Modelica/Blocks/Tables.mo (diff)
The file was modified Modelica/Electrical/Analog/Sensors/package.mo (diff)
The file was modified Modelica/Resources/Documentation/Generate-ReleaseNotes.py (diff)
The file was modified Modelica/Media/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/Machines/package.mo (diff)
The file was modified Modelica/Magnetic/FluxTubes/package.mo (diff)
The file was modified Modelica/Thermal/HeatTransfer/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaInternal.txt (diff)
The file was modified Modelica/Blocks/package.mo (diff)
The file was modified Modelica/Magnetic/QuasiStatic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStandardTablesUsertab.c (diff)
The file was modified Modelica/Media/R134a.mo (diff)
The file was modified Modelica/Units.mo (diff)
The file was modified Modelica/Electrical/PowerConverters/package.mo (diff)
The file was modified Modelica/Mechanics/MultiBody/package.mo (diff)
The file was modified Modelica/Media/Air/ReferenceAir.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStrings.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaKissFFT.txt (diff)
The file was modified Modelica/StateGraph.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaRandom.txt (diff)
The file was modified Modelica/Fluid/Dissipation.mo (diff)
The file was modified Modelica/ComplexBlocks/UsersGuide/Contact.mo (diff)
The file was modified ModelicaServices/package.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/package.mo (diff)
The file was modified Modelica/Constants.mo (diff)
The file was modified Modelica/Media/Air/ReferenceMoistAir.mo (diff)
The file was modified Modelica/Electrical/Polyphase/package.mo (diff)
The file was modified Modelica/Math/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/stdint_wrap.h (diff)
The file was modified ObsoleteModelica4.mo (diff)
The file was modified Modelica/Math/Polynomials.mo (diff)
The file was modified Modelica/readme.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.h (diff)
The file was modified Modelica/Resources/BuildProjects/autotools/configure.ac (diff)
The file was modified Modelica/Electrical/Analog/Basic/package.mo (diff)
The file was modified Modelica/Thermal/FluidHeatFlow/UsersGuide/Contact.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardLibrary.txt (diff)
The file was modified Modelica/Electrical/Machines/package.mo (diff)
The file was modified Modelica/Mechanics/Rotational/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Ideal/package.mo (diff)
The file was modified Modelica/Electrical/Analog/Lines/package.mo (diff)
The file was modified Modelica/package.mo (diff)
The file was modified ModelicaReference/package.mo (diff)
The file was modified Modelica/Mechanics/Translational/package.mo (diff)
The file was modified Modelica/Electrical/QuasiStatic/package.mo (diff)
The file was modified LICENSE (diff)
The file was modified Modelica/Electrical/Digital.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaIO.h (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.h (diff)
The file was modified Complex.mo (diff)
The file was modified Modelica/Electrical/Analog/Sources/package.mo (diff)
The file was modified Modelica/Magnetic/FundamentalWave/package.mo (diff)
The file was modified Modelica/Fluid/package.mo (diff)
The file was modified ModelicaTestOverdetermined.mo (diff)
The file was modified ModelicaTestConversion4.mo (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaIO.txt (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaFFT.h (diff)
The file was modified Modelica/Electrical/Analog/Interfaces/package.mo (diff)
The file was modified ModelicaTest/package.mo (diff)
The file was modified Modelica/Icons.mo (diff)
The file was modified Modelica/Clocked/package.mo (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaRandom.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaStrings.h (diff)
The file was modified Modelica/Utilities/package.mo (diff)
Commit 1ed0e583902824f164575a3c8198c7e1d235eb4f by noreply
Upgrade zlib to v1.3.1 (#4278)

The file was modified Modelica/Resources/C-Sources/zlib/zlib.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inflate.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/FAQ (diff)
The file was modified Modelica/Resources/C-Sources/zlib/README (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzguts.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zconf.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/gzlib.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/trees.c (diff)
The file was modified Modelica/Resources/C-Sources/zlib/ChangeLog (diff)
The file was modified Modelica/Resources/C-Sources/zlib/deflate.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/zutil.h (diff)
The file was modified Modelica/Resources/C-Sources/zlib/inftrees.h (diff)
Commit b13e4d6d754853d2d4c3543ad20efc6541f3bffc by noreply
Add missing macro definitions (#4282)

The file was modified Modelica/Resources/C-Sources/ModelicaIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaInternal.c (diff)
The file was modified Modelica/Resources/C-Sources/ModelicaMatIO.h (diff)
The file was modified .CI/Test/ModelicaUtilities.h (diff)
Commit 6f2b0201be445c10a1265e74618f72daa2c270ba by modelica
Bump actions to avoid deprecation warnings
The file was modified .github/workflows/checkCron.yml (diff)
The file was modified .github/workflows/generateReleaseNotes.yml (diff)
The file was modified .github/workflows/checkCI.yml (diff)
Commit 494e5e26c242ec227c15345272535f6ebc2de906 by modelica
Fix syntax errors in ModelicaReference documentation snippets.
The file was modified ModelicaReference/package.mo (diff)
Commit aae206bea7d0a9b5ef9f4ece98550f51348c820c by modelica
Fix additional := error, and some whitespace cleanup surrounding :=.
The file was modified ModelicaReference/package.mo (diff)
Commit 94a78735b811d3df012fcb086e2d9363176c6403 by modelica
Update .mailmap file to also work with onefetch
The file was modified .mailmap (diff)
Commit d156b9b4e9e5791ea8430ca0ac8659b9e14681c0 by noreply
Add redundant algorithm (#4284)

The file was modified Modelica/Math/BooleanVectors.mo (diff)
Commit 7ac7906706d000c1fc67a5812cd866618b63ffaf by noreply
Fix warning: 'noreturn' function does return (#4286)

The file was modified .CI/Test/Common.c (diff)
Commit 27837c79d0a1151d21db22649975d9cae8a04b93 by noreply
Apply suggestions from code review

Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit 64c23aa02b0019fc68b2ff698a8663043e849825 by modelica
Update .mailmap file
The file was modified .mailmap (diff)
Commit 43e81b91490797469501578a2b4d631a51602b04 by noreply
resolves #4309 (#4310)

The file was modified Modelica/Electrical/PowerConverters/Examples/DCDC/ExampleTemplates/ChopperBuckBoost.mo (diff)
Commit 185d958d4a53c2468348e17f7fe0cd970e04befd by noreply
Bump copyright year (#4307)

The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaStandardTables.txt (diff)
The file was modified Modelica/Resources/Licenses/LICENSE_ModelicaMatIO.txt (diff)
Commit 1eb156b06933532a7e92c4e20bde08ff2291e3be by noreply
resolves #4304 (#4311)

The file was modified Modelica/Electrical/QuasiStatic/SinglePhase/Examples/MultipleResonance.mo (diff)
Commit ae3e488508c037d1ca053f4bceb687b341c70e31 by Hans.Olsson
Update plot scripts to work.
Closes #4316
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/TanksWithOverflow/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/HeatingSystem/plotResults.mos (diff)
The file was modified Modelica/Resources/Scripts/Dymola/Fluid/ThreeTanks/plot level and port.m_flow.mos (diff)
The file was modified Modelica/Clocked/UsersGuide/Clocks.mo (diff)
Commit b25ec7702fb04cf5228b231b87e6d0435eac2302 by Hans.Olsson
Inlining the function as suggested.
The file was modified Modelica/Media/R134a.mo (diff)