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

added changes to master to tempering_update branch #438

Closed
wants to merge 22 commits into from

Conversation

IVinterbladh
Copy link
Collaborator

@IVinterbladh IVinterbladh commented Dec 12, 2023

Description

Please edit this text to include a summary of the change and which issue is fixed.

Checklist

  • make test passes with no errors

  • the source code is well documented

  • new functionality includes unittests

  • the user-manual has been updated to reflect the changes

  • I have installed the provided commit hook to auto-format commits (requires clang-format):

    ./scripts/git-pre-commit-format install
  • code naming scheme follows the convention:

    Style Elements
    PascalCase classes, namespaces
    camelCase functions
    snake_case variables

mlund and others added 22 commits April 14, 2023 12:40
* Use upstream ruamel.yaml instead of ruamel_yaml

The ruamel_yaml package was created by Anaconda as a workaround for
namespace package issues a long time ago.
By now it is not needed anymore and ruamel.yaml is available from
Anaconda's "defaults" channel as well as conda-forge.
Conda-forge will stop (re-)building (the severly outdated) ruamel_yaml
package; tracking issue:
conda-forge/ruamel_yaml-feedstock#107

Signed-off-by: Marcel Bargull <[email protected]>

* Add compatibility for ruamel.yaml=0.18

ruamel.yaml=0.18 removed the top-level load, dump, etc. functions.
For details see https://pypi.org/project/ruamel.yaml/0.18.4/ .

Signed-off-by: Marcel Bargull <[email protected]>

---------

Signed-off-by: Marcel Bargull <[email protected]>
Attempt to fix github runner bug on ubuntu 22.04, see actions/runner-images#8659 (comment)
* added SASA analysis

* moved sasa.h from analysis.h to .cpp

* minor renaming

* added missing documentation of functions

* most changes based on review

* Add documentation and streming output

* Add sasa analysis to JSON schema

* Update git ignore

* Update manual

* CI fix

* Add sasa test

* Fix github run command

* Update CI

---------

Co-authored-by: jakub <[email protected]>
Co-authored-by: Mikael Lund <[email protected]>
Co-authored-by: Mikael Lund <[email protected]>
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.

4 participants