Releases: TGSAI/segy
Releases · TGSAI/segy
v0.1.2
v0.1.1
v0.1.0
Changes
🚀 Features
- Rename and reorganize schemas. (#121) @tasansal
- Improve field management for
StructuredDataTypeDescriptor
(add/remove) (#86) @tasansal - Headers: Change interface to use byte location instead of offset (#117) @tasansal
📚 Documentation
📦 Dependencies
- Update dependency versions in
pyproject.toml
(#120) @tasansal - Bump sphinxcontrib-typer from 0.2.1 to 0.3.0 in /docs (#118) @dependabot
- Bump virtualenv from 20.26.1 to 20.26.2 in /.github/workflows (#110) @dependabot
- Bump codecov/codecov-action from 4.3.1 to 4.4.1 (#106) @dependabot
- Bump sphinx-design from 0.5.0 to 0.6.0 in /docs (#109) @dependabot
- Bump furo from 2024.4.27 to 2024.5.6 in /docs (#108) @dependabot
- Bump poetry from 1.8.2 to 1.8.3 in /.github/workflows (#111) @dependabot
- Update
typer
dependency (#104) @tasansal
v0.0.16
Changes
🚀 Features
🔨 Refactoring
- Decoupled transformation logic from
SegyFile
(#84) @ta-hill - Update canonical SEG-Y header field names in SEGY standards revisions 0 and 1 (#82) @tasansal
📦 Dependencies
- Bump furo from 2024.1.29 to 2024.4.27 in /docs (#89) @dependabot
- Bump sphinxcontrib-typer from 0.1.12 to 0.2.1 in /docs (#90) @dependabot
- Bump myst-nb from 1.0.0 to 1.1.0 in /docs (#91) @dependabot
- Bump sphinx from 7.2.6 to 7.3.7 in /docs (#92) @dependabot
- Bump autodoc-pydantic from 2.1.0 to 2.2.0 in /docs (#93) @dependabot
- Bump nox from 2024.3.2 to 2024.4.15 in /.github/workflows (#95) @dependabot
- Bump virtualenv from 20.25.1 to 20.26.1 in /.github/workflows (#94) @dependabot
- Bump codecov/codecov-action from 4.1.1 to 4.3.1 (#96) @dependabot
- Bump sphinx from 7.2.6 to 7.3.7 (#98) @dependabot
- Update dependencies to latest versions (#102) @tasansal
v0.0.15
Changes
🚀 Features
- Make transforms in-place and remove unnecessary transforms to simplify logic (#80) @tasansal
- Make fetched raw bytes mutable for downstream transforms (#79) @tasansal
🪲 Fixes
- Override Numpy's copy method to
SegyArray
to ensure uninterpreted bytes are preserved. (#78) @tasansal
👷 Continuous Integration
v0.0.14
Changes
🚀 Features
🪲 Fixes
🚨 Testing
📚 Documentation
📦 Dependencies
- Update
typer
andnumba
to latest. (#75) @tasansal - Bump codecov/codecov-action from 4.1.0 to 4.1.1 (#72) @dependabot
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#70) @dependabot
- Bump actions/setup-python from 5.0.0 to 5.1.0 (#71) @dependabot
- Bump minimum
typer
andpoetry
versions (#61) @tasansal