5.0.0-b0
Pre-release
Pre-release
Breaking changes:
- Summary.pandas_daframe no longer raises ValueError on empty columns by @eivindjahren in #1002
Removed c code
Version 5.0.0 marks the removal of the c interface to resdata. The two supported ways of using resdata is through the command line utilities it provides and the python api. Because of that, a lot of c code previously only exported through c headers have been removed:
- Remove unused c code by @eivindjahren in #992
- Remove unused c hash functions by @eivindjahren in #995
- Remove unused node_data c functions by @eivindjahren in #997
- Remove unused basicparser c code by @eivindjahren in #998
- Remove unused rng c code by @eivindjahren in #999
- Remove deprecated .h headers by @eivindjahren in #994
- Make lookup_table_set_data static by @eivindjahren in #996
- Remove legacy install by @eivindjahren in #988
What's Changed
-
Add test for non-existing resdata file by @eivindjahren in #989
-
Fix segfault in rd_grav_add_survey_FIP by @eivindjahren in #990
-
Fix an issue where util_sscanf_int("") parsed as 0 by @eivindjahren in #991
-
Fix fortio examples in docs by @eivindjahren in #993
-
Fix issue with from_pandas by @eivindjahren in #1000
Full Changelog: 4.2.4...5.0.0-b0