Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
b49fc66
[DEVOPS-584] Create a package with pixi
Dec 12, 2024
07e6025
[DEVOPS-584] Update conda version
Dec 12, 2024
e91c36f
[DEVOPS-584] Setup setuptool
Dec 16, 2024
2c5ae61
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 18, 2024
323be77
[DEVOPS-584] Use hatch as build back-end
Dec 19, 2024
496fa5e
Merge branch 'DEVOPS-584-micromamba-conda-yaml' of https://github.com…
Dec 19, 2024
9242e35
[DEVOPS-598] Modify codespell pre-commit to disable it on pixi.lock
Dec 19, 2024
6b5f2a6
[DEVOPS-584] Use new pixi workflows
Dec 19, 2024
ed2c00c
[DEVOPS-584] Use pixi in workflows
Dec 19, 2024
4c7cf6a
[DEVOPS-584] Update pixi.lock
Dec 19, 2024
0782a99
Merge branch 'release/0.2.0' of https://github.com/MiraGeoscience/sim…
Dec 19, 2024
e77ed71
Revert "Merge branch 'release/0.2.0' of https://github.com/MiraGeosci…
Dec 19, 2024
3fbcb1b
Merge branch 'develop' of https://github.com/MiraGeoscience/simpeg-dr…
Dec 19, 2024
129d8da
[DEVOPS-584] Relock pixi
Dec 19, 2024
e8f0db7
[DEVOPS-584] Rerun test
Dec 19, 2024
613dd1e
[DEVOPS-584] Build simpeg-drivers with pixi and poetry 2.0
Jan 24, 2025
c7b1567
Merge branch 'develop' of https://github.com/MiraGeoscience/simpeg-dr…
Jan 24, 2025
b45ce27
[DEVOPS-584] Enable pypi dependencies from git
Jan 27, 2025
d0f5e7a
[DEVOPS-584] Delete useless file
Jan 27, 2025
7be6b48
[DEVOPS-584] Update pixi and poetry lock
Jan 27, 2025
482a3e8
[DEVOPS-584] Delete unrelated modifications
Jan 27, 2025
c96e9dc
[DEVOPS-584] Generate pixi and poetry lock
Jan 27, 2025
9ccefde
[DEVOPS-584] Update conda recipe with the good version
Jan 27, 2025
28a50d0
[DEVOPS-584] Config poetry versioning plugin to update conda recipe
Jan 27, 2025
be1e80e
Merge branch 'DEVOPS-635' of https://github.com/MiraGeoscience/simpeg…
Jan 27, 2025
feeb2d0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jan 27, 2025
1676e7f
[DEVOPS-584] Modify pyproject.toml and use only stirng inside patterns
Jan 27, 2025
bd2cd09
Merge branch 'DEVOPS-584-micromamba-conda-yaml' of https://github.com…
Jan 27, 2025
a7ee0fc
[DEVOPS-584] Use array of string inside patterns
Jan 28, 2025
bb8a7ed
[DEVOPS-584] Update conda dependencies
Jan 30, 2025
518a9c8
Merge branch 'develop' of https://github.com/MiraGeoscience/simpeg-dr…
Jan 30, 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: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
*.geoh5 filter=lfs diff=lfs merge=lfs -text
*.h5 filter=lfs diff=lfs merge=lfs -text
*.min.js filter=lfs diff=lfs merge=lfs -text
# SCM syntax highlighting
pixi.lock linguist-language=YAML linguist-generated=true
8 changes: 4 additions & 4 deletions .github/workflows/python_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ concurrency:
jobs:
call-workflow-static-analysis:
name: Static analysis
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-static_analysis.yml@DEVOPS-584
with:
package-manager: 'conda'
package-manager: 'pixi'
app-name: 'simpeg_drivers'
python-version: '3.10'
call-workflow-pytest:
name: Pytest
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@main
uses: MiraGeoscience/CI-tools/.github/workflows/reusable-python-pytest.yml@DEVOPS-584
with:
package-manager: 'conda'
package-manager: 'pixi'
python-versions: '["3.10", "3.11"]'
os: '["ubuntu-latest", "windows-latest"]'
cache-number: 1
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,9 @@ dmypy.json

# tempory generated files
pyproject-sha.toml

# pixi environments
.pixi
*.egg-info

/simpeg_drivers/_version.py
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
rev: v2.3.0
hooks:
- id: codespell
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst)$
exclude: (-lock\.ya?ml|\benvironments/.*\.ya?ml|\.ipynb|^THIRD_PARTY_SOFTWARE\.rst|pixi.lock)$
entry: codespell -I .codespellignore
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
Expand Down
3 changes: 0 additions & 3 deletions environments/env-python-3.10.yml

This file was deleted.

3 changes: 0 additions & 3 deletions environments/env-python-3.11.yml

This file was deleted.

306 changes: 0 additions & 306 deletions environments/py-3.10-linux-64-dev.conda.lock.yml

This file was deleted.

Loading
Loading