83 Commits

Author SHA1 Message Date
Kilian Lieret ee55ae3b0c CI: Queue up doc pushes (#1220)
This action fails if more than 1 is running at the same time (which
happens if you merge multiple PRs in quick succession). Fix is by
disabling concurrency, so they just queue up.
2025-06-24 17:30:07 -04:00
dependabot[bot] 7662c48eac Chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3 (#1141)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.2 to 5.4.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 16:53:47 -04:00
dependabot[bot] 432ce741ab Chore(deps): Bump codecov/codecov-action from 5.4.0 to 5.4.2 (#1079)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.4.0 to 5.4.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-version: 5.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-23 05:21:24 -04:00
Katia a229e3ba67 CI: add test analytics (#1070) 2025-04-15 00:28:28 -04:00
Kilian Lieret 5a455b28cb Dev: Add cursor rules (#1063)
* Dev: Add cursor rules

* Dev: Add project overview to cursorrules

* exclude from pytest
2025-04-07 15:35:43 -04:00
dependabot[bot] 45cc90f575 Chore(deps): Bump codecov/codecov-action from 5.3.1 to 5.4.0 (#1003)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 10:40:05 -05:00
Kilian Lieret 9b43290efc Remove docker folder; add docs (#907) 2025-02-12 17:06:14 -05:00
Kilian Lieret 4f3128acfb CI: Fix pytest gha (#902)
* CI: Fix GHA pytest

* Only run codecov on 3.11
2025-02-12 16:22:52 -05:00
Yu Ishikawa 35a25e172e Enh: Align supported python versions (#881)
* Enh: Align supported python versions

Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>

* Drop py 3.10

---------

Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
Co-authored-by: Kilian Lieret <kilian.lieret@posteo.de>
2025-02-11 20:47:43 -05:00
dependabot[bot] 5e67c7c061 Bump codecov/codecov-action from 5.1.1 to 5.3.1 (#885)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.1.1 to 5.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v5.1.1...v5.3.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-11 20:18:42 -05:00
dependabot[bot] 0b36c14b50 Bump codecov/codecov-action from 4.6.0 to 5.1.1 (#848)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.6.0 to 5.1.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.1.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-07 18:47:50 -05:00
Kilian Lieret e04ed365a9 CI: Fix swe-agent installation (#847)
* CI: Fix swe-agent installation

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* CI: No longer pull docker containers

* Fix platform dependent tests

* Temporarily reveal pytest outputs

* Ensure editable install

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-07 18:47:35 -05:00
Kilian Lieret 73d42cf4cd Doc: Fix dead links (#846)
* Doc: Fix dead links

* Update more links

* More dead links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* dead links

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-07 18:03:03 -05:00
Kilian Lieret f320ca5c79 Doc: Update github repo links 2024-12-07 17:06:54 -05:00
Kilian Lieret 96046fb9aa Doc: Fix documentation build 2024-12-07 16:49:38 -05:00
Kilian Lieret 3fa782a381 CI: Remove test build containers script 2024-12-07 16:46:42 -05:00
Kilian Lieret fe3773196f Merge v1.0.0 branch 2024-12-07 16:41:21 -05:00
Kilian Lieret 7c8b4ba521 Doc: Set up for versioning 2024-12-05 21:05:40 -05:00
Kilian Lieret 7438e4875b Doc: Move CoC and changelog 2024-11-15 21:22:13 -05:00
dependabot[bot] 3100cd2d38 Bump actions/checkout from 2 to 4 (#818)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [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/v2...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 16:30:14 -04:00
dependabot[bot] a38f4647ae Bump codecov/codecov-action from 4.0.1 to 4.6.0 (#817)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.6.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v4.0.1...v4.6.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-21 16:30:08 -04:00
Kilian Lieret dfc437aa67 CI: Fix dependabot location (#815) 2024-10-21 16:01:50 -04:00
Kilian Lieret e365b2a2c0 CI: Add dependabot (#814) 2024-10-21 14:27:35 -04:00
Kilian Lieret c9b482f4ee CI: Upload trajs even if tests fail 2024-09-25 06:38:35 +07:00
Kilian Lieret 57fc573fd1 CI: Add network interface; tighten testing for enigma 2024-09-25 06:38:35 +07:00
Kilian Lieret f618f1bab2 CI: Upload trajectories from test runs (#777) 2024-09-24 14:44:33 -04:00
Kilian Lieret 518c71db55 CI: GHA pytest: show output; don't exit on first failure 2024-09-23 23:34:16 -04:00
Kilian Lieret 529cad8a3c CI: Update tested branches 2024-09-22 22:08:49 -04:00
Talor Abramovich 0700c2c3f8 pull enigma image 2024-09-22 11:34:53 -04:00
Kilian Lieret b7b1264e00 Merge branch 'talor-branch' into reviewer 2024-08-20 20:51:19 +02:00
Kilian Lieret d6f477b396 Merge branch 'main' into reviewer 2024-07-20 21:19:45 -04:00
Kilian Lieret bbf78bfee3 CI: Do not try to run release script from fork (#685)
Closes #680
2024-07-20 13:00:34 -04:00
Kilian Lieret 27b574eaaa Merge branch 'main' into reviewer 2024-07-19 13:59:23 -04:00
Kilian Lieret 38576c2420 Doc: Disable announcement about formatting conflicts (#657) 2024-07-15 20:01:58 +03:00
Kilian Lieret 970e94bbaf Doc: Disable announcement about formatting conflicts (#657) 2024-07-12 16:32:19 -04:00
Kilian Lieret 2ee37c2b44 Enable tests for talor-branch
Disable codecov upload; enable for different branches
2024-07-11 11:25:05 -04:00
Kilian Lieret 51162dad89 TEMPORARY COMMIT: Enable pytest CI on reviewer branch 2024-06-26 17:48:23 -04:00
Kilian Lieret 11458b6149 Doc: Improve bug report guidelines 2024-06-24 16:29:20 -04:00
Kilian Lieret 6f3c309049 CI: pytest --last-fail and -x support (#559) 2024-06-05 11:31:55 -04:00
Kilian Lieret c634cac75d CI fix: Strip leading v for version number (#557)
Fixes #555
2024-06-05 10:56:30 -04:00
Kilian Lieret 43e8c5d494 CI: Release to dockerhub on release (#531) 2024-06-04 12:45:50 -04:00
Kilian Lieret abd47c7db6 CI: Don't attempt to deploy doc on PR (#474)
Closes #473
2024-05-31 15:39:47 -04:00
Kilian Lieret 9ee0794b1f Docs/CI: Fix docs build & run for PRs (#461)
* CI: Always run mkdocs for testing

* Actually build

* Need to install complete dev

* Specify python root

* Fix link
2024-05-29 14:14:47 -04:00
Kilian Lieret 6ce3b3e8d8 CI: Only run test build containers if changed (#462) 2024-05-29 14:14:00 -04:00
Kilian Lieret 161e009cb8 CI/Docs: Add mkdocstrings to dependencies 2024-05-29 13:46:17 -04:00
Kilian Lieret 875ef12a83 CI: Release to dockerhub via github actions (#440)
* CI: Release to dockerhub via github actions

* Checkout code

* Fix name

[skip ci]

* Run daily by midnight

* Doc: remove notice about later docker images
2024-05-28 13:45:56 -04:00
Kilian Lieret 2a119df2ba Doc: Add notes about merge-conflicts after formatting changes (#439)
[skip CI]
2024-05-28 12:51:06 -04:00
Kilian Lieret 70ba97190a Strip trailing whitespace & black formatting 2024-05-28 10:41:05 -04:00
Kilian Lieret 8e0f7517f6 Do not use select if running on Windows (#429)
* Do not use select if running on Windows

* Test on windows
2024-05-27 20:29:19 -04:00
Kilian Lieret 03f52abf5b Make use case for discord clearer 2024-05-24 20:23:35 -04:00