We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f79845 commit f0f0bcfCopy full SHA for f0f0bcf
CHANGELOG
@@ -1,3 +1,5 @@
1
+1.0.3:
2
+ * fix: use ax.sharey instead of join method which is unsupported in recent mpl verions
3
1.0.2:
4
* enhance compatibility with SeismicHandler (see #37, #38)
5
* fix: replace np.asscalar
rf/__init__.py
@@ -268,7 +268,7 @@
268
.. _GitHub: https://github.com/trichter/rf/
269
"""
270
271
-__version__ = '1.0.3-dev'
+__version__ = '1.0.3'
272
273
from rf.profile import get_profile_boxes
274
from rf.rfstream import read_rf, RFStream, rfstats
0 commit comments