Skip to content

Commit 8c2c719

Browse files
committed
Bump version to 2.0.0-alpha.1
1 parent b65e3e3 commit 8c2c719

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

changelog.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# 2.0.0-alpha.1
2+
* Support for SEG-Y revision 2.1:
3+
* support for int64, uint64 and floating point types in trace headers.
4+
* support for trace header extension 1 and proprietary trace headers via
5+
`f.traceheader`.
6+
* support for XML defined trace header layouts (see Sec. D8 in SEG-Y standard)
7+
via `f.tracefield`.
8+
* Added support to accessing files from various sources, e.g. in-memory files
9+
and custom datasources like cloud storages, via self-defined Python streams.
10+
* Added automatic discovery of encoding (EBCDIC/ASCII) and endianness
11+
(big-endian file or little-endian).
12+
* Added `f.stanza` interface to read extended text headers as stanzas.
13+
* Distribution of wheels for Python 3.14.
14+
* Support for python 3.9 has been dropped, as it is EOL.
15+
* Support for Intel macOS has been dropped as EOL is approaching.
16+
117
# 1.9.13
218
* Distribute wheels for Python 3.13
319
* Support for python 3.6, 3.7, 3.8 has been dropped, as it is end-of-life

python/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
# built documents.
100100
#
101101
# The short X.Y version.
102-
version = "1.9.13"
102+
version = "2.0.0-alpha.1"
103103

104104
# The full version, including alpha/beta/rc tags.
105105
release = version

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "scikit_build_core.build"
66

77
[project]
88
name = "segyio"
9-
version = "1.9.13"
9+
version = "2.0.0-alpha.1"
1010
description = "Simple & fast IO for SEG-Y files"
1111
authors = [
1212
{ name = "Equinor ASA" },

0 commit comments

Comments
 (0)