Peter Hill
Peter Hill
- [x] Add separatix points to equilibrium and make sure output to geqdsk - [ ] Add new file format (pickle?)
Looking at how to convert to/from IMAS, there are two relevant data structures: [`pf_active`](https://gafusion.github.io/omas/schema/schema_pf%20active.html) and [`pf_passive`](https://gafusion.github.io/omas/schema/schema_pf%20passive.html). Note that the schemas on the website are not the most recent versions, so...
@arthuradriaens-code That's my immediate worry too! @jhillairet Could you also try version 0.7 and see whether that works or not?
Are you able to upload your eqdsk file? If not, could you see if there are any differences in the output of `geqdsk.read()` between the two versions?
Thanks! Sorry, I had forgotten there was an extra layer under `geqdsk.read()` for just reading the geqsk file. I can confirm that that is identical between 0.7.0 and 0.8.0 (using...
Oh, I perhaps should've thought about this on that other PR, it would be good to have this set of metadata as attributes: - title - software_name - software_version -...
Yes :) Personally, I'm a big fan of [setuptools_scm](https://github.com/pypa/setuptools_scm#default-versioning-scheme)'s scheme, which is SemVer compatible. It's basically: - no distance and clean: `{tag}` - distance and clean: `{next_version}`.dev`{distance}`+`{scm letter}{revision hash}` So...
Good catch, yes. I think there's some setting to make it bump the minor version instead too.
I can rustle up some RSE effort to look at this, but it might not be for a little while.