v0.10.0
What's Changed
This release includes both new features and a stable API in preparation for release 1.0. This will be the final minor release before 1.0. The only change between 0.10 and 1.0 is that deprecated features will be completely removed, whereas in 0.10.0 you are given warnings.
Added
- New step_every filter when loading Res1D files (e.g. load every 'i'th time step)
- New quantity filter when loading Res1D files (e.g. load only specific quantities)
- Update notebook on working with large files for the new filters.
- Support for Python 3.13
- Add Res1D.result_type property.
Changed
- Result plots now have gridlines by default.
- Names no longer show up on ResultLocations html repr (i.e. cleaner notebooks)
- Refactored Res1D.network and associated objects.
- Refactored Res1D static attributes.
- Xns11 is now a CrossSectionCollection (i.e. no longer needed to use Xns11.xsections)
- Refactored filters.
- Res1D.data is now an alias to the more explicit Res1D.result_data
- CrossSectionCollection.data is now an alias to the more explicit CrossSectionCollection.cross_section_data
- Updated documentation.
Full Changelog: v0.9.1...v0.10.0