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

Try to test more combinatorics in the CI #536

Merged
merged 2 commits into from
Apr 1, 2022
Merged

Try to test more combinatorics in the CI #536

merged 2 commits into from
Apr 1, 2022

Conversation

matz-e
Copy link
Member

@matz-e matz-e commented Apr 1, 2022

Lifts the mamba part of #527 from @tdegeus, fixes a bit of CMake and covers more combinations of dependencies when testing.

@matz-e matz-e marked this pull request as draft April 1, 2022 06:05
@matz-e matz-e force-pushed the pimp-my-ci branch 6 times, most recently from eebcb45 to c017f80 Compare April 1, 2022 06:26
@codecov-commenter
Copy link

codecov-commenter commented Apr 1, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@3662c07). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #536   +/-   ##
=========================================
  Coverage          ?   80.37%           
=========================================
  Files             ?       67           
  Lines             ?     3531           
  Branches          ?        0           
=========================================
  Hits              ?     2838           
  Misses            ?      693           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3662c07...f87a78b. Read the comment docs.

@matz-e matz-e changed the title Try to test more combinatinatorics in the CI Try to test more combinatorics in the CI Apr 1, 2022
@matz-e matz-e force-pushed the pimp-my-ci branch 6 times, most recently from 7cf180b to b4b5e6f Compare April 1, 2022 09:26
@matz-e matz-e force-pushed the pimp-my-ci branch 7 times, most recently from 5506c26 to 2ffef14 Compare April 1, 2022 10:31
@matz-e matz-e marked this pull request as ready for review April 1, 2022 12:06
@matz-e matz-e requested a review from alkino April 1, 2022 12:06
@matz-e matz-e merged commit 746791d into master Apr 1, 2022
@matz-e matz-e deleted the pimp-my-ci branch April 1, 2022 12:21
alkino added a commit that referenced this pull request Apr 5, 2022
Version 2.4.0 - 2022-04-05
New Features:
- Construct a compound type from an already existing hid (#469). Thanks to Maximilian Nöthe.
- Add support for long double (#494)
- Add support for H5Pset_libver_bounds and H5Pset_meta_block_size support (#500)
- New interface to select complex hyperslabs, irregular hyperslabs are limited to/from 1D array (#538 and #545)

Improvements:
- Use inline where it is needed, otherwise some code can lead to "multiple definition" (#516). Thanks to Chris Byrohl.
- Use Catch2 inside of boost for tests, this way there is less dependencies (#521)
- CI now run with more external librairies (boost, eige, xtensor, xtl) (#536)

Bug Fixes:
- Better support of const types (#460). Thanks to Philip Deegan.
- Vector of size zero was previously lead to UB (#502). Thanks to Haoran Ni.
- Use H5T_NATIVE_SCHAR instead of H5T_NATIVE_CHAR for "signed char" (#518)
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.

None yet

3 participants