Releases: equinor/resfo
Releases · equinor/resfo
v4.2.0
What's Changed
- Update python versions and add test instructions by @eivindjahren in #54
- Switch to trusted publishing by @eivindjahren in #55
- Unpin numpy by @larsevj in #56
New Contributors
Full Changelog: v4.1.0...v4.2.0
v4.1.1-b0
What's Changed
- Update python versions and add test instructions by @eivindjahren in #54
- Switch to trusted publishing by @eivindjahren in #55
Full Changelog: v4.1.0...v4.1.1-b0
Version 4.1.0
What's Changed
Improved performance when reading unformatted files with large amounts of keys, by @eivindjahren in #52 .
New Contributors
Full Changelog: v4.0.1...v4.1.0
Version 4.0.1
Version 4.0.0 aka resfo rename
ecl-data-io has been renamed to resfo!
Full Changelog: v3.1.1...v4.0.0
Version 3.1.3
Fix resfo link
v3.1.2
Full Changelog: v3.1.1...v3.1.2
Version 3.1.1
What's Changed
Following numpy/numpy#24300 , the version bound for numpy is set to be pessimistic about compatability with numpy 2.0. This should have no effect until the release of that version.
Full Changelog: v3.1.0...v3.1.1
Version 3.1.0
What's Changed
- make return types of reading methods more specific by @mariuswinger in #45
- update developer_guide.rst instructions by @mariuswinger in #44
Full Changelog: v3.0.0...v3.1.0
version 3.0
Version 3.0 marks the end of support for python 3.7 which is the only breaking change.
Additions
- Add typing to public API by @eivindjahren in #39
- Make error handling part of the public interface by @eivindjahren in #25
What's Changed
- Remove is_eof and parse from EclArray doc by @eivindjahren in #24
- Fixed issue with too strict unformatted keyword by @eivindjahren in #29
- Fix code block formatting of developer guide by @eivindjahren in #37
- Remove deprecated usage of pkg_resources by @eivindjahren in #42
Breaking changes
- Drop support for python 3.7 by @eivindjahren in #41
Full Changelog: v2.1.0...v3.0.0