Breaking changes:
* Summary.pandas_daframe no longer raises ValueError on empty columns by eivindjahren in https://github.com/equinor/resdata/pull/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 https://github.com/equinor/resdata/pull/992
* Remove unused c hash functions by eivindjahren in https://github.com/equinor/resdata/pull/995
* Remove unused node_data c functions by eivindjahren in https://github.com/equinor/resdata/pull/997
* Remove unused basicparser c code by eivindjahren in https://github.com/equinor/resdata/pull/998
* Remove unused rng c code by eivindjahren in https://github.com/equinor/resdata/pull/999
* Remove deprecated .h headers by eivindjahren in https://github.com/equinor/resdata/pull/994
* Make lookup_table_set_data static by eivindjahren in https://github.com/equinor/resdata/pull/996
* Remove legacy install by eivindjahren in https://github.com/equinor/resdata/pull/988
What's Changed
* Add test for non-existing resdata file by eivindjahren in https://github.com/equinor/resdata/pull/989
* Fix segfault in rd_grav_add_survey_FIP by eivindjahren in https://github.com/equinor/resdata/pull/990
* Fix an issue where util_sscanf_int("") parsed as 0 by eivindjahren in https://github.com/equinor/resdata/pull/991
* Fix fortio examples in docs by eivindjahren in https://github.com/equinor/resdata/pull/993
* Fix issue with from_pandas by eivindjahren in https://github.com/equinor/resdata/pull/1000
**Full Changelog**: https://github.com/equinor/resdata/compare/4.2.4...5.0.0-b0