v2025.11.2-alpha
Pre-release
Pre-release
·
501 commits
to main
since this release
What's Changed
- 36 build visualization and gis tools by @profminton in #67
- Major reoganization of the examples
- Fixed some issue with resetting with the hireslocal surface time and modified the Mars surface example to be a hireslocal example
- Overhauled the export system. Exporting is now much simpler, with one export method that can export all saved data (default) or a specific time interval of data with an argument. You now pass a driver argument that is either VTK or one of the pyogrio drivers. The export of Counting is currently disabled until it can be fixed up to conform to the new system.
- Added new test_export. Fixed bug that was causing the test_export to fail on the second pass through the main loop due to some cached attributes in the uxgrid.
- Fixed bug that causes an error if an old surface file of a different resolution is already on the path when it is saved.
- Removed rasterio from dependencies because the linux arm64 version is incompatible. Now just raise a warning if using the plot_hillshade
Full Changelog: v2025.11.1-alpha...v2025.11.2-alpha