dependabot[bot]
45456f3547
[ci]: Bump the actions group with 5 updates
...
Bumps the actions group with 5 updates:
| Package | From | To |
| --- | --- | --- |
| [actions/setup-python](https://github.com/actions/setup-python ) | `5` | `7` |
| [actions/checkout](https://github.com/actions/checkout ) | `6` | `7` |
| [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv ) | `5` | `7` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4` | `7` |
| [actions/download-artifact](https://github.com/actions/download-artifact ) | `4` | `8` |
Updates `actions/setup-python` from 5 to 7
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v5...v7 )
Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v6...v7 )
Updates `astral-sh/setup-uv` from 5 to 7
- [Release notes](https://github.com/astral-sh/setup-uv/releases )
- [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v7 )
Updates `actions/upload-artifact` from 4 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v7 )
Updates `actions/download-artifact` from 4 to 8
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v8 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: astral-sh/setup-uv
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
- dependency-name: actions/download-artifact
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: actions
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-07-27 20:18:20 +00:00
Fabian Joswig
22d2daba30
[ci] Update action versions, add permissions and dependebot, speed up examples ( #290 )
2026-07-27 22:17:19 +02:00
Fabian Joswig
e72949b69b
[chore] Stricter ruff rules ( #282 )
...
* [chore] Stricter ruff rules
* [chore] Furture lint rules and removal of flake8
* [ci] Bump github action versions
* [chore] Add additional test coverage
* Revert RNG switch to np.random.default_rng()
Restore use of the global np.random state in pseudo_Obs (misc.py) and the
prior id generation (fits.py), keeping seed behavior unchanged. The switch
to a module-local generator is out of scope for this lint-focused PR.
* Silence NPY002 on intentional legacy np.random calls
The RNG migration was reverted to keep np.random.seed() behavior, so add
per-line noqa: NPY002 on the three legacy np.random calls instead of the
Generator API.
* [Fix] Fix exception messages
2026-07-06 11:04:28 +02:00
Fabian Joswig
7eabd68c5f
[CI] Speed up test workflow install phase by using uv ( #254 )
...
* [CI] Speed up install phase by using uv
* [CI] Use uv in examples workflow
* [CI] Fix yml syntax
* [CI] Install uv into system env
* [CI] Add system install for examples workflow
2025-01-10 09:36:05 +01:00
Fabian Joswig
55cd782909
[Build] Remove python3.8 and add support for numpy 2 ( #239 )
...
* [build] Remove python 3.8 and bump dependency version.
* [Build] Remove python 3.8 from ci and update README python badge.
* [ci] Temporarily remove -Werror from pytest workflow.
* [ci] Remove python 3.8 from examples workflow.
* [Build] Bump further dependency versions.
2024-08-22 21:59:07 +02:00
Fabian Joswig
43383acead
[ci] Update actions to use Node.js 20 ( #228 )
2024-02-06 17:54:33 +01:00
Fabian Joswig
e032412ebd
[ci] Added python 3.12 to pytest and examples workflows. ( #212 )
2023-10-27 08:39:33 +02:00
Fabian Joswig
2017de0ec7
ci: workflow_dispatch added to pytest and examples workflow.
2023-09-15 09:02:08 +02:00
Fabian Joswig
a2ed2653c6
ci: examples workflow now avoids matplotlib v3.7.0 which breaks import
...
of local style files.
2023-02-19 18:42:38 +00:00
Fabian Joswig
a538be82d7
ci: example workflow fail fast false.
2023-02-19 18:30:33 +00:00
Fabian Joswig
5adf29eda9
build: github actions versions updated.
2022-11-30 17:49:01 +00:00
Fabian Joswig
67d157c156
ci: examples workflow build fixed.
2022-09-29 08:58:19 +01:00
Fabian Joswig
8ec65ee43d
ci: examples workflow added.
2022-05-14 12:06:37 +01:00