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

Release/0.7.9 #167

Merged
merged 27 commits into from
Jan 9, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0395b3f
initiate OpenMS support
Arslan-Siraj Apr 30, 2024
ac2f320
[DEPENDABOT]: Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0
dependabot[bot] Oct 28, 2024
9665203
[DEPENDABOT]: Bump actions/cache from 4.0.2 to 4.1.2
dependabot[bot] Oct 28, 2024
72b1f41
[DEPENDABOT]: Bump actions/setup-python from 5.2.0 to 5.3.0
dependabot[bot] Oct 28, 2024
4043fae
Merge remote-tracking branch 'wilhelmlab/development' into OpenMS_sup…
picciama Nov 22, 2024
340e294
Merge pull request #101 from Arslan-Siraj/OpenMS_support
picciama Nov 22, 2024
7d9c1de
Merge pull request #156 from wilhelm-lab/dependabot/github_actions/de…
picciama Nov 22, 2024
2de9638
Merge pull request #157 from wilhelm-lab/dependabot/github_actions/de…
picciama Nov 22, 2024
87ca080
Merge pull request #155 from wilhelm-lab/dependabot/github_actions/de…
picciama Nov 22, 2024
af5b835
fixed pre-commits
picciama Nov 22, 2024
a7f2310
updated deps
picciama Nov 22, 2024
f459be2
bump-version
picciama Dec 6, 2024
e0dbca6
[DEPENDABOT]: Bump actions/cache from 4.1.2 to 4.2.0
dependabot[bot] Dec 9, 2024
79c0741
[DEPENDABOT]: Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.12.3
dependabot[bot] Dec 9, 2024
86bc55e
[DEPENDABOT]: Bump codecov/codecov-action from 4.6.0 to 5.1.2
dependabot[bot] Dec 23, 2024
e7eb5f7
[DEPENDABOT]: Bump certifi from 2024.8.30 to 2024.12.14 in /docs
dependabot[bot] Jan 6, 2025
d17dcba
[DEPENDABOT]: Bump setuptools from 75.6.0 to 75.7.0 in /docs
dependabot[bot] Jan 6, 2025
9586b03
[DEPENDABOT]: Bump fonttools from 4.55.0 to 4.55.3 in /docs
dependabot[bot] Jan 6, 2025
0921cf4
explicitly inject poetry-plugin-export
picciama Jan 9, 2025
cff4e81
Merge pull request #160 from wilhelm-lab/dependabot/github_actions/de…
picciama Jan 9, 2025
63c0aaa
Merge pull request #166 from wilhelm-lab/dependabot/pip/docs/developm…
picciama Jan 9, 2025
c935d2e
Merge pull request #165 from wilhelm-lab/dependabot/pip/docs/developm…
picciama Jan 9, 2025
f6375db
Merge pull request #163 from wilhelm-lab/dependabot/github_actions/de…
picciama Jan 9, 2025
b23b2b8
Merge pull request #164 from wilhelm-lab/dependabot/pip/docs/developm…
picciama Jan 9, 2025
e28b937
Merge pull request #162 from wilhelm-lab/dependabot/github_actions/de…
picciama Jan 9, 2025
9014fd3
update deps
picciama Jan 9, 2025
d2ca200
Merge branch 'development' into release/0.7.9
picciama Jan 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .cookietemple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ full_name: Victor Giurcoiu
email: [email protected]
project_name: spectrum_fundamentals
project_short_description: Fundamentals public repo
version: 0.7.8
version: 0.7.9
license: MIT
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name-template: "0.7.8 " # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.7.8 # <<COOKIETEMPLE_FORCE_BUMP>>
name-template: "0.7.9 " # <<COOKIETEMPLE_FORCE_BUMP>>
tag-template: 0.7.9 # <<COOKIETEMPLE_FORCE_BUMP>>
exclude-labels:
- "skip-changelog"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Check out source-code repository

- name: Setup Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: actions/checkout@v4

- name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v5.0.0
uses: crazy-max/ghaction-github-labeler@v5.1.0
with:
skip-delete: true
2 changes: 1 addition & 1 deletion .github/workflows/main_master_branch_protection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.9"
# PRs to the repository master branch are only ok if coming from any patch or release branch
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check out source-code repository

- name: Setup Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.9

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.9"

Expand All @@ -29,7 +29,7 @@ jobs:
poetry build --ansi

- name: Publish package on PyPI
uses: pypa/gh-action-pypi-publish@v1.10.3
uses: pypa/gh-action-pypi-publish@v1.12.3
with:
# TODO COOKIETEMPLE: Configure your PyPI Token to enable automatic deployment to PyPi on releases
# https://help.github.com/en/actions/configuring-and-managing-workflows/creating-and-storing-encrypted-secrets
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_cookietemple_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Check out source-code repository

- name: Setup Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.9

Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}

- name: Install Poetry
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version

- name: Install nox nox-poetry rich
Expand All @@ -104,7 +105,7 @@ jobs:
print("::set-output name=result::{}".format(result))

- name: Restore pre-commit cache
uses: actions/cache@v4.0.2
uses: actions/cache@v4.2.0
if: matrix.session == 'pre-commit'
with:
path: ~/.cache/pre-commit
Expand Down Expand Up @@ -138,13 +139,14 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.9

- name: Install Poetry
run: |
pipx install poetry
pipx inject poetry poetry-plugin-export
poetry --version

- name: Install nox nox-poetry rich
Expand All @@ -166,4 +168,4 @@ jobs:
run: nox --force-color --session=coverage -- xml -i

- name: Upload coverage report
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
2 changes: 1 addition & 1 deletion .github/workflows/sync_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.9

Expand Down
2 changes: 1 addition & 1 deletion cookietemple.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.8
current_version = 0.7.9

[bumpversion_files_whitelisted]
init_file = spectrum_fundamentals/__init__.py
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
# the built documents.
#
# The short X.Y version.
version = "0.7.8"
version = "0.7.9"
# The full version, including alpha/beta/rc tags.
release = "0.7.8"
release = "0.7.9"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Loading
Loading