Skip to content

Commit 6be54e9

Browse files
authored
Merge pull request #661 from achaikou/after_release_updates
After release updates
2 parents 50ed155 + bb05dae commit 6be54e9

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,15 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Install cibuildwheel
24-
# old ref is incompatible with cmake 4.0.0, which is used in cbuildwheel > 2.23.2
25-
# once default ref is updated, restriction can be removed
26-
run: python3 -m pip install cibuildwheel==2.23.2
24+
run: python3 -m pip install cibuildwheel
2725

2826
- name: Install build/test dependencies
2927
working-directory: python
3028
run: |
3129
python3 -m pip install -r requirements-dev.txt
3230
3331
- name: Set default benchmark reference
34-
run: echo "BENCHMARK_REF=142e45a2b941a1b603723c38882b193db1c1d968" >> $GITHUB_ENV
32+
run: echo "BENCHMARK_REF=88ffaa6c3f33e3085948127740b2eb1e797fa73f" >> $GITHUB_ENV
3533

3634
- name: Set benchmark reference if defined by workflow_dispatch
3735
if: github.event.inputs.commit_ref != ''

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
[![PyPI - Version](https://img.shields.io/pypi/v/segyio)](https://pypi.org/project/segyio/)
44
[![Read the Docs](https://img.shields.io/readthedocs/segyio)](https://segyio.readthedocs.io/)
55

6-
> [!NOTE]
7-
> 🚧 *segyio 2.0* is under construction in the `main` branch. 🚧
8-
>
9-
> New major release is intended to have better support for SEG-Y 2.1 revision.
10-
>
11-
> ⚠️ Users should be prepared for possible breaking changes.
6+
7+
Development of segyio 2.0 (which improves support for SEG-Y 2.1 revision)
8+
happens in the `main` branch. `2.0.0-alpha.1` pre-release is published, but
9+
further development and support are, for the moment, put on hold.
10+
11+
Support for segyio 1.0 releases happens in `segyio-1.x` branch, mostly via
12+
backporting of relevant commits from `main`.
1213

1314
## Documentation ##
1415

@@ -366,6 +367,11 @@ publications by SEG:
366367

367368
We welcome all kinds of contributions; please see [CONTRIBUTING.md](CONTRIBUTING.md).
368369

370+
### Maintainers ###
371+
372+
Pointers about segyio future are kept in the Readme of Github Projects - `segyio
373+
version 2.0`.
374+
369375
## `xarray` integration ##
370376

371377
[Alan Richardson](https://github.com/ar4) has written a great little tool for

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
* Support for python 3.9 has been dropped, as it is EOL.
1515
* Support for Intel macOS has been dropped as EOL is approaching.
1616

17+
# 1.9.14
18+
* Distribute wheels for Python 3.14
19+
* Support for Python 3.9 has been dropped, as it is end-of-life
20+
1721
# 1.9.13
1822
* Distribute wheels for Python 3.13
1923
* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life

0 commit comments

Comments
 (0)