Fmpy

Latest version: v0.3.22

Safety actively analyzes 688924 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 9

0.3.16

What's Changed
* Don't load FreeLibrary() and dlclose() from _ctypes by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/532
* Add author, version, copyright, and license attributes by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/533
* Allow "0" and "1" as start values in FMU Container by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/542
* Add set_stop_time paramter to simulate_fmu() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/551
* Add "continue simulation" example by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/553
* Improve Modelica FMU import by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/557
* Add fmpy.util.remove_source_code() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/556
* Handle "0" and "1" as boolean values by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/561
* Add units and enumerations to FMU Container by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/563
* Add setters for Enumeration type in Input class by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/567
* Use SVG icons by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/569
* Fix default and validate variability by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/586
* Use nominals to calculate absolute tolerances in CVodeSolver by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/588
* Fix variability defaults and validation by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/589
* Return FMIError for rpc_fmi2GetStingStatus by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/590


**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.15...v0.3.16

0.3.15

What's Changed
* Add FMI 3.0 interface to Container FMU by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/516
* Add __str__() function to ValidationError by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/524
* Add FMI{2|3}SetString() functions to Modelica import by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/525
* Add quotes to include path of gcc command by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/526
* Use Int64 to get / set FMI 3.0 Enumeration variables by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/531


**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.14...v0.3.15

0.3.14

What's Changed
* Handle array variables in create_plotly_figure() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/499
* Add documentation and files pages to GUI by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/505
* Add python-kaleido as dependency for SVG export by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/506
* Only add binaries for supported platforms to Container FMU by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/507


**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.13...v0.3.14

0.3.13

What's Changed
* Use Reference FMUs 0.0.18 by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/442
* Handle Scheduled Execution FMUs in GUI by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/446
* Use lark instead of lark-parser by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/465
* Bump Python and image versions in CI by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/466
* Remove util.change_fmu() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/468
* Add sources to Container FMU by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/473
* Use subprocess.Popen() to run jupyter by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/485
* Escape single quotes in Jupyter notebooks by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/487
* Handle array start values in Juypter notebooks by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/488
* Handle Strings when logging FMI calls by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/489
* Allow Binary start value literals by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/490
* Allow setting start values for inputs in "Instantiated" mode by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/491
* Allow os.PathLike as path to extracted FMU in simulate_fmu() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/492


**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.12...v0.3.13

0.3.12

What's Changed
* Add missing files by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/424
* Remove ME from Container FMU and generate XML w/ jinja2 by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/430
* Handle Boolean literals in FMU Container by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/432
* Add FMI 3.0 support and examples to Modelica import by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/433
* Bump version to 0.3.12 by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/434


**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.11...v0.3.12

0.3.11

What's Changed
* Add --interface-type parameter to CLI by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/412
* Log fields of structs in FMI calls by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/413
* Fix compilation of FMI 3.0 binaries via GUI by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/417
* Fix create_cmake_project() for FMI 3.0 by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/416
* Add Modelica FMU import by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/418

**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.10...v0.3.11

Page 2 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.