File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Python module for the Adaptable Seismic Data Format (ASDF).
4
4
5
- [ ![ Supported Python versions] ( https://img.shields.io/pypi/pyversions/pyasdf.svg )] ( https://pypi.python.org/pypi/pyasdf/ ) |
6
5
[ ![ PyPI Version] ( https://img.shields.io/pypi/v/pyasdf.svg )] ( https://pypi.python.org/pypi/pyasdf ) |
7
6
[ ![ Conda Version] ( https://img.shields.io/conda/vn/conda-forge/pyasdf.svg )] ( https://anaconda.org/conda-forge/pyasdf ) |
8
7
[ ![ Conda Platforms] ( https://img.shields.io/conda/pn/conda-forge/pyasdf.svg )] ( https://anaconda.org/conda-forge/pyasdf ) |
9
8
[ ![ License] ( https://img.shields.io/pypi/l/pyasdf.svg )] ( https://pypi.python.org/pypi/pyasdf/ ) |
10
-
11
- [ ![ Build Status] ( https://travis-ci.org/SeismicData/pyasdf.svg?branch=main )] ( https://travis-ci.org/SeismicData/pyasdf ) |
12
- [ ![ Build status] ( https://ci.appveyor.com/api/projects/status/1iditbggou59at6q/branch/main?svg=true )] ( https://ci.appveyor.com/project/krischer/pyasdf/branch/main ) |
13
- [ ![ Coverage Status] ( https://img.shields.io/coveralls/SeismicData/pyasdf.svg )] ( https://coveralls.io/r/SeismicData/pyasdf )
14
-
9
+ ![ Build Status] ( https://github.com/SeismicData/pyasdf/actions/workflows/pyasdf.yml/badge.svg )
15
10
16
11
----
17
12
@@ -29,6 +24,11 @@ Landing page for all things **ASDF**: https://seismic-data.org
29
24
30
25
### Changelog
31
26
27
+ #### Version 0.8.0 (August 3, 2023)
28
+ * Drop support for Python <= 3.8.
29
+ * Support for the latest versions of all dependencies including Python 3.11.
30
+ * Internal code modernization.
31
+
32
32
#### Version 0.7.5 (April 16, 2021)
33
33
* Fix an issue when appending waveforms of less than one second in length.
34
34
Original file line number Diff line number Diff line change 57
57
58
58
# General information about the project.
59
59
project = "pyasdf"
60
- copyright = "2014-2020 , Lion Krischer"
60
+ copyright = "2014-2023 , Lion Krischer"
61
61
62
62
# The version info for the project you're documenting, acts as replacement for
63
63
# |version| and |release|, also used in various other places throughout the
You can’t perform that action at this time.
0 commit comments