Releases: cgevans/rgrow
Releases · cgevans/rgrow
v0.17.0
- Significant change in Python organization: there are now model-specific System class, rather than one System class. Tileset definitions will return a specific class, and classes should eventually be able to be created directly. This should make it much easier to add ways to view and manipulate system objects in model-dependent ways.
- Improvements to Python docstrings and type stubs.
- Numerous code rearrangements for Python.
v0.16.0
- Improvements to FFS code organization.
- Support for writing FFS results to files.
- Improved FFS polars dataframe output creation:
- configs now include tracking information, if present.
- configs no longer breaks if keep_configs is false (shows last configurations)
- Fix Python mismatch display code (some mismatches were not shown).
v0.14.1
v0.14.0
- Allow state references to be cloned into normal states (useful for FFS results).
- Add Python typing for FFS results.
- Distinguish stored states and number of configurations for FFS surfaces.
- Make FFS state references more useful.
- Fix rayon use in Python (parallel execution).