We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afc2a1 commit 6792a5aCopy full SHA for 6792a5a
sfsimodels/__about__.py
@@ -1 +1 @@
1
-__version__ = "0.9.5"
+__version__ = "0.9.6"
sfsimodels/files.py
@@ -289,6 +289,7 @@ def to_dict(self):
289
290
291
def migrate_ecp(in_ffp, out_ffp):
292
+ """Migrates and ECP file to the current version of sfsimodels"""
293
objs, meta_data = load_json_and_meta(in_ffp)
294
ecp_output = Output()
295
for m_type in objs:
0 commit comments