Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare release 1.1 #840

Merged
merged 61 commits into from
Feb 10, 2025
Merged

prepare release 1.1 #840

merged 61 commits into from
Feb 10, 2025

Conversation

ebroecker
Copy link
Owner

prepare release 1.1

ebroecker and others added 30 commits July 20, 2023 15:26
* use openpyxl to read and write  xlsx-files
* FIBEX: Adding Multiplexer support for FIBEX dump

This code adds support for writing Multiplexed PDUs to FIBEX.

Thanks to welbouri for refactoring some of the code.

* FIBEX: Make sure that frame names are unique

FIBEX IDs are generated by frame names; therefore, it is essential
for them to be unique. This patch renames, if needed.
* basic EDS import support #488
* EDS add canopen requirement to setup.py  #488
Support to decode infinity value in utils

Co-authored-by: lucasdo <[email protected]>
* may fix #750

* remove not longer needed list of signal_triggerings

* arxml: fix some type hints

---------

Co-authored-by: Eduard Bröcker <[email protected]>
Read Arxml Ethernet, Size, Frame.Recivers, Frame.Transimitters, db.vlan. endpoints(server/client, ipv4, port)
… signal (#763)

* Add Reading Singal update bit or group update bit as a standard signal
Co-authored-by: Wassim ELBouri <[email protected]>
The factor of the signal could be zero and it makes an other error with
dividing by zero so when the factor equals zero, we should set it to
default value (factor=1)

Co-authored-by: pempem98 <[email protected]>
Under the tag DATA-CONSTR could have PHYS-CONSTRS and INTERNAL-CONSTRS
in one DATA-CONSTR-RULE and could be have more than one tag
DATA-CONSTR-RULE, with current logic, we only use the LOWER-LIMIT and
UPPER-LIMIT of the tag INTERNAL-CONSTRS so I modify a little to make it
get the lowest internal constr value and biggest internal constr value
to lower/upper variables

Co-authored-by: pempem98 <[email protected]>
jmailloux and others added 27 commits June 5, 2024 10:51
individual signal's start values.  That could
make them be set outside of the min / max
values they have.
* Move all tests file tests folder in root path
* Update tox.ini
* Create ci.yml
* Update test file to support workflows
* Move all tests file tests folder in root path
* Adapted arxml.py to satisefied Test File
* Update Test & be able to Encode with phys data
* Update ci.yml
* Update setup.py to satify workflows
* revert some change & Correct phys2raw & Revert to use Pathlib in cli.compare cli.convert
* Update Arxml Ethernet Endpoints -Add TTL
this should be an addon to pr #795

Co-authored-by: Eduard Bröcker <[email protected]>
Co-authored-by: Eduard Bröcker <[email protected]>
* possible quick fix for issue #781 (DBC <=> XLSX initial_value)
Co-authored-by: Eduard Bröcker <[email protected]>
…815)

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: malilaroussi <[email protected]>
* test: add in two new unittests

* test: remove unneeded test

* feat: add in handling for simple multiplexing

* feat: add in more logic

* docs: update description of multiplex_signals

---------

Co-authored-by: Eduard Bröcker <[email protected]>
* remove more Python2 hybridation
* re-reduce scope of try/catch block
* speedup for frame_by_id

#774

* speedup for frame_by_id

#774

* speedup for frame_by_id

#774
Lots of updates for EDS file format, thanks @MatinF
documented in #488 
dbc: fix SIG_MUL_VAL_ for autmatically renamed signals
@ebroecker ebroecker changed the title prepare release prepare release 1.1 Feb 10, 2025
@ebroecker ebroecker merged commit d976e27 into master Feb 10, 2025
24 of 27 checks passed
ebroecker added a commit that referenced this pull request Feb 10, 2025
Merge pull request #840 from ebroecker/development
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.