Timeline


and

2021-04-01:

22:35 Changeset in OpenModelica [4e6ee9f8]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 5 edits
    1 add in /

Tweak handling of binding expressions (#7350)

  • Improve the evaluation of component references.
  • Don't evaluate subscripts in Expression.mapSplitExpression3 to remove mutable expressions since they might not be evaluatable, just strip the mutable directly.
21:48 Changeset in OpenModelica [526d332] by Per Östlund <perost86@…>
  • 5 edits
    1 add in /

Tweak handling of binding expressions

  • Improve the evaluation of component references.
  • Don't evaluate subscripts in Expression.mapSplitExpression3 to remove mutable expressions since they might not be evaluatable, just strip the mutable directly.
16:35 Ticket #6190 (Issue with homotopy and Pantelides during initialization in Buildings) closed by casella
fixed: After more recent fixes from @Karim, this model now …
16:30 Ticket #5988 (NF fails with no error message during NFTyping.typeComponents when ...) closed by casella
fixed: This issue is now fixed. The NF now fails on these models because of #5991.
16:25 Ticket #6193 (NFFlatten.flatten fails in Buildings models) closed by casella
fixed: This problem is now solved, the front end fails later during NFCeval …
16:18 Ticket #6198 (Index reduction issue in Buildings: the backend tries to differentiate ...) closed by casella
fixed: After PR [https://github.com/OpenModelica/OpenModelica/pull/7342
16:12 Ticket #6197 (Issues with code generation in the Buildings library) closed by perost
fixed: Fixed in 5770fc19.
15:37 Changeset in OpenModelica [0f76022]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 2 edits in doc/bibliography

update conference paper (#7349)

15:28 Changeset in OpenModelica [671fd94] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/OMS/OMSSimulationOutputWidget.cpp

Hide interactive simulation buttons for now

15:09 Changeset in OpenModelica [08fe3f4] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/MainWindow.cpp

Hide interactive simulation button for now

14:51 Changeset in OpenModelica [50bbc690] by arun3688 <rain100falls@…>
  • 2 edits in doc/bibliography

update conference paper

14:48 Changeset in OpenModelica [a40ba4f]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 51 edits in testsuite/openmodelica/dataReconciliation

update data reconciliation tests with NF (#7348)

13:23 Changeset in OpenModelica [54b61d2c]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

Fix flattening of conditional expressions (#7347)

12:24 Changeset in OpenModelica [9c8e3fd8] by arun3688 <rain100falls@…>
  • 51 edits in testsuite/openmodelica/dataReconciliation

update data reconciliation tests with NF

12:22 Changeset in OpenModelica [031ed70] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFFlatten.mo

Fix flattening of conditional expressions

11:48 Changeset in OpenModelica [f4266531]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo

Fix DAE conversion of record fields (#7346)

11:41 Changeset in OpenModelica [d888232] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB/OMS

Clean up req/rep socket implementation

10:35 Changeset in OpenModelica [ba043b2] by Per Östlund <perost86@…>
  • 1 edit in OMCompiler/Compiler/NFFrontEnd/NFConvertDAE.mo

Fix DAE conversion of record fields

2021-03-31:

20:03 Changeset in OpenModelica [8309b364]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 2 edits in doc/bibliography

add conference paper (#7345)

19:30 Changeset in OpenModelica [e842701d] by arun3688 <rain100falls@…>
  • 2 edits in doc/bibliography

add conference paper

18:44 Changeset in OpenModelica [c336ecbe] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB/OMS

Send a start message when the process has started

16:07 Changeset in OpenModelica [0953e25]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits
    5 adds in /

Improve handling of invalid class sections (#7344)

  • Allow inheriting external sections as long as there are no other sections.
  • Forbid mixing external sections with other sections in the same class (previously only inherited sections triggered an error).
15:20 Changeset in OpenModelica [176bc5a9] by Per Östlund <perost86@…>
  • 3 edits
    5 adds in /

Improve handling of invalid class sections

  • Allow inheriting external sections as long as there are no other sections.
  • Forbid mixing external sections with other sections in the same class (previously only inherited sections triggered an error).
14:30 Changeset in OpenModelica [370a79a] by Martin Sjölund <martin@…>
  • 6 edits
    1 add in /

Fixes for the diff algorithm with elements with similar names

13:07 Changeset in OpenModelica [f355365]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c

Adding try-catch blocks around non-linear solver (#7341)

12:41 Ticket #6441 (User Guide: Chapter "7.1.2 FMI Import" defective) created by ralph.paul@…
chapter "7.1.2 FMI Import" is defective, it does not "build" …
12:16 Changeset in OpenModelica [fdb1040]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 37 edits
    7 adds in /

Improve handling of binding expression. (#7342)

  • Subscript binding expressions with special split subscripts when propagating them down, instead of just saving a list of parents. This removes a lot of special cases for binding expressions and simplifies the typing and handling of such expressions.
  • Remove all the old BINDING_EXP code with extreme prejudice.
11:31 Changeset in OpenModelica [5770fc19] by Per Östlund <perost86@…>
  • 37 edits
    7 adds in /

Improve handling of binding expression.

  • Subscript binding expressions with special split subscripts when propagating them down, instead of just saving a list of parents. This removes a lot of special cases for binding expressions and simplifies the typing and handling of such expressions.
  • Remove all the old BINDING_EXP code with extreme prejudice.
06:54 Changeset in OpenModelica [8549930b] by Lennart Ochel <lennart.ochel@…>
  • 54 edits
    12 adds in /

Merge branch 'master' into snapshot

00:09 Changeset in OpenModelica [05d9e01]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 11 edits in /

[BE] update ASSC algorithm (#7331)

  • [BE] update ASSC algorithm
  • add support for real valued coefficients
  • switch from list to hash map structures for more efficient value searches
  • [BE] update ASSC algorithm
  • devide pivot row by pivot element to avoid bad scaling
  • [BE] fix ASSC zero check
  • allow a bigger margin for zero check (1e-12)
  • if pivot is 1.0 wo do not need to devide by it
  • update dumping
  • [BE] do not have index reduction for jacobians
  • when matching jacobians do not allow index reduction
  • also prevents ASSC
  • [testsuite] update assc testcase
  • [testsuite] small updates for ASSC
  • [testsuite] update fixes TSP_FourFlows3 model
  • [BE] cleanup ASSC
  • remove legacy linear integer jacobian code
  • restructure and rename new linear jacobian to fit more neatly
  • [testsuite] update data recon test properly

2021-03-30:

20:40 Changeset in OpenModelica [b3e452d] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos

[testsuite] update data recon test properly

20:10 Changeset in OpenModelica [8d81b67] by Karim Abdelhak <karim.abdelhak@…>
  • 5 edits in /

[BE] cleanup ASSC

  • remove legacy linear integer jacobian code
  • restructure and rename new linear jacobian to fit more neatly
18:58 Changeset in OpenModelica [f6ed2815] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in testsuite/openmodelica/dataReconciliation/TSP_FourFlows3.mos

[testsuite] update fixes TSP_FourFlows3 model

18:57 Changeset in OpenModelica [9d25e7f9] by Karim Abdelhak <karim.abdelhak@…>
  • 78 edits
    13 adds
    67 deletes in /

Merge branch 'master' of github.com:OpenModelica/OpenModelica into updateASSC

17:19 Changeset in OpenModelica [e95429e4] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in testsuite/simulation/modelica/resolveLoops/ElectricalCircuit1.mos

[testsuite] small updates for ASSC

16:12 Changeset in OpenModelica [3a922d0] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in testsuite/simulation/modelica/indexreduction/ASSC.mos

[testsuite] update assc testcase

16:10 Changeset in OpenModelica [e89cd708] by Karim Abdelhak <karim.abdelhak@…>
  • 2 edits in OMCompiler/Compiler/BackEnd

[BE] do not have index reduction for jacobians

  • when matching jacobians do not allow index reduction
  • also prevents ASSC
15:09 Changeset in OpenModelica [a94b02e4] by Karim Abdelhak <karim.abdelhak@…>
  • 91 edits
    25 adds
    67 deletes in /

Merge branch 'master' of https://openmodelica.org/git-readonly/OpenModelica into newBackend

15:07 Changeset in OpenModelica [c95dc3ca] by Karim Abdelhak <karim.abdelhak@…>
  • 2 edits in OMCompiler/Compiler

[NB/NF] removed unused imports

14:57 Changeset in OpenModelica [9c8e8efa] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/SimulationRuntime/c/simulation/solver/nonlinearSystem.c

Adding try-catch blocks around non-linear solver

14:43 Changeset in OpenModelica [ec7fe79e] by Karim Abdelhak <karim.abdelhak@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/SymbolicJacobian.mo

[BE] fix ASSC zero check

  • allow a bigger margin for zero check (1e-12)
  • if pivot is 1.0 wo do not need to devide by it
  • update dumping
12:40 Changeset in OpenModelica [be20cc56] by Adeel Asghar <adeel.asghar@…>
  • 2 edits in OMEdit/OMEditLIB/OMS

Parse simulation data json

09:22 Changeset in OpenModelica [3dab72c9]maintenance/v1.17 by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp

Fix OMEdit csv export (#7339) (#7340)

Fixes #6439
Parameters are stored in model_res.mat file with start and end dataset

09:08 Changeset in OpenModelica [2f52224f] by Adeel Asghar <adeel.asghar@…>
  • 61 edits
    12 adds
    67 deletes in /

Merge remote-tracking branch 'origin/master' into interactive-simulation

08:42 Ticket #6439 (Corrupted CSV output from OMEdit (and frequent crashes)) closed by adeas31
fixed: Fixed in 27f9326/OpenModelica and even ported to 1.17.
08:41 Changeset in OpenModelica [1e4e12e7] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp

Fix OMEdit csv export (#7339)

Fixes #6439
Parameters are stored in model_res.mat file with start and end dataset

2021-03-29:

17:27 Changeset in OpenModelica [27f9326]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp

Fix OMEdit csv export (#7339)

Fixes #6439
Parameters are stored in model_res.mat file with start and end dataset

17:26 Changeset in OpenModelica [85cd2c1]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 44 edits
    12 adds in /

implement new extraction algorithm (#7338)

  • implement new extraction algorithm
  • add missing tests
16:55 Changeset in OpenModelica [e82c001] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Plotting/PlotWindowContainer.cpp

Fix OMEdit csv export

Fixes #6439
Parameters are stored in model_res.mat file with start and end dataset

16:48 Changeset in OpenModelica [d790cf31] by arun3688 <rain100falls@…>
  • 1 edit
    4 adds in testsuite/openmodelica/dataReconciliation

add missing tests

16:03 Changeset in OpenModelica [1086dde] by arun3688 <rain100falls@…>
  • 44 edits
    8 adds in /

implement new extraction algorithm

14:54 Changeset in OpenModelica [81b589e] by Karim Abdelhak <karim.abdelhak@…>
  • 3 edits in /

[BE] update ASSC algorithm

  • devide pivot row by pivot element to avoid bad scaling
13:14 Changeset in OpenModelica [78e84364]maintenance/v1.17 by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Use the right values for rectangle to render the view (#7336) (#7337)

Fixes #6440

13:13 Changeset in OpenModelica [fafc2b6] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/ModelWidgetContainer.cpp

Enable text editing

13:13 Changeset in OpenModelica [bcd47c5a] by Lennart Ochel <lennart.ochel@…>
  • 4 edits in OMEdit/OMEditLIB

Switch to new snapshot api

13:07 Changeset in OpenModelica [c2d2d8d]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in /

Update OMSimulator (#7333)

12:56 Ticket #6440 (Biochem Icons in OMEdit don't appear) closed by adeas31
fixed: Maybe the BioChem library is changed. The problem is the weird …
12:53 Changeset in OpenModelica [80a5867] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Use the right values for rectangle to render the view (#7336)

Fixes #6440

12:25 Changeset in OpenModelica [ebfaa086]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Use the right values for rectangle to render the view (#7336)

Fixes #6440

11:59 Changeset in OpenModelica [664cd25] by Adeel Asghar <adeel.asghar@…>
  • 1 edit in OMEdit/OMEditLIB/Modeling/LibraryTreeWidget.cpp

Use the right values for rectangle to render the view

Fixes #6440

11:56 Changeset in OpenModelica [3e17278d]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 8 edits
    67 deletes in /

Remove qjson and update OMEdit Qt requirement to 5.0.0 or later (#7332)

11:55 Changeset in OpenModelica [395767df] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/omsimulator/Makefile

Disable test03 as it will be soon rpelaced anyways

11:54 Changeset in OpenModelica [c78e27a0] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/omsimulator/test03.mos

Expected output

11:47 Changeset in OpenModelica [f42bd63] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in testsuite/omsimulator/test03.mos

Expected output

11:47 Changeset in OpenModelica [697e240] by Lennart Ochel <lennart.ochel@…>
  • 1 edit in OMSimulator

Update OMSimulator

11:44 Changeset in OpenModelica [90a5132]Added-citation-metadatamaintenance/v1.18maintenance/v1.19maintenance/v1.20maintenance/v1.21maintenance/v1.22maintenance/v1.23omlib-staging by GitHub <noreply@…>
  • 3 edits in /

Fix fmi export of initial unknowns (#7335)

11:19 Changeset in OpenModelica [1ba3eb2b] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/Compiler/Util/Flags.mo

Use very strict tearing as default

11:15 Changeset in OpenModelica [72e55bd9] by AnHeuermann <andreas.heuermann@…>
  • 3 edits in testsuite/simulation/modelica

More tests fixed

11:15 Changeset in OpenModelica [2a4e3073] by AnHeuermann <andreas.heuermann@…>
  • 82 edits
    1 delete in testsuite/simulation

Why do we have so many tearing tests?

11:15 Changeset in OpenModelica [5e874d5] by AnHeuermann <andreas.heuermann@…>
  • 14 edits in testsuite

Updating testsuite part 1

11:15 Changeset in OpenModelica [a53c809] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/Tearing.mo

Fixing broken match

11:15 Changeset in OpenModelica [85da3fe3] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/Compiler/BackEnd/Tearing.mo

Enable minimal tearing for linear components if maxSizeLinearTearing=0

11:15 Changeset in OpenModelica [2aa8fed8] by AnHeuermann <andreas.heuermann@…>
  • 1 edit in OMCompiler/Compiler/Util/Flags.mo

Disable default linear tearing

  • maxSizeLinearTearing now defaults to 0
  • Disable warning for max size tearing if max size equals 0. If trearing is disabled we should not display a warning for each and every component.

Co-authored-by: phannebohm <phannebohm@…>

10:58 Changeset in OpenModelica [e150e03] by Lennart Ochel <lennart.ochel@…>
  • 2 edits in testsuite

Expected output

10:25 Changeset in OpenModelica [9c598f6d] by Lennart Ochel <lennart.ochel@…>
  • 3 edits in /

Fix fmi export of initial unknowns

09:03 Ticket #6440 (Biochem Icons in OMEdit don't appear) created by a.m.g.elsheikh@…
Using the last official release of OMC 1.17.0, The libraries browser …
08:11 Changeset in BioChem [c662cff]develop by GitHub <noreply@…>
  • in /

Merge branch 'develop' into Issue14_Icons

Note: See TracTimeline for information about the timeline view.