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

[MRG] Release 0.3.0, pyproject.toml an Citations files #215

Merged
merged 8 commits into from
Jul 5, 2024
Merged

Conversation

rflamary
Copy link
Collaborator

@rflamary rflamary commented Jul 5, 2024

  • Add CITATION.cff file with all co-authors of SKADA
  • Add citation information to readme
  • cleanup version in setup files (use pyproject.toml)

Copy link

codecov bot commented Jul 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.99%. Comparing base (0d9c6b1) to head (1a719cb).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #215      +/-   ##
==========================================
- Coverage   97.01%   96.99%   -0.02%     
==========================================
  Files          54       54              
  Lines        5319     5319              
==========================================
- Hits         5160     5159       -1     
- Misses        159      160       +1     

@rflamary rflamary changed the title [WIP] Release 0.3.0 an Citations files [MRG] Release 0.3.0 an Citations files Jul 5, 2024
@rflamary rflamary changed the title [MRG] Release 0.3.0 an Citations files [MRG] Release 0.3.0, pyproject.toml an Citations files Jul 5, 2024
@rflamary rflamary merged commit bfd487e into main Jul 5, 2024
7 checks passed
Copy link
Contributor

@tomMoral tomMoral left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few comments (maybe too late)

# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: 'SKADA : Scikit Adaptation'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: 'SKADA : Scikit Adaptation'
title: 'SKADA: Scikit Adaptation'

authors:
- given-names: Théo
family-names: Gnassounou
affiliation: University Paris-Saclay, Inria, CEA
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
affiliation: University Paris-Saclay, Inria, CEA
affiliation: 'University Paris-Saclay, Inria, CEA'

family-names: Mellot
affiliation: 'University Paris-Saclay, Inria, CEA'
- given-names: Virginie
family-names: ' Loison'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
family-names: ' Loison'
family-names: Loison

affiliation: 'University Paris-Saclay, Inria, CEA'
- given-names: Ambroise
family-names: Odonnat
affiliation: Huawei Noah’s Ark Lab
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
affiliation: Huawei Noah’s Ark Lab
affiliation: 'Huawei Noah’s Ark Lab'

Comment on lines +56 to +59
- machine learning
- scikit-learn
- pytorch
- domain adaptation
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- machine learning
- scikit-learn
- pytorch
- domain adaptation
- machine learning
- domain adaptation
- scikit-learn
- pytorch

Comment on lines +13 to +14
{name = "SKADA Team"},
]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{name = "SKADA Team"},
]
{name = "SKADA Team"},
]

packages = ["skada"]

[tool.setuptools.dynamic]
version = {attr = "skada.version.__version__"}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
version = {attr = "skada.version.__version__"}
version = {attr = "skada.version.__version__"}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can now remove this file with the pyproject.toml I think?
Or do you still need it for pip install -e .?

@rflamary rflamary deleted the citations branch November 27, 2024 15:55
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