- Support for PyTables 3.7+
- Tested against Python 3.9 and 3.10
- Removes server module
- New functionality to clear cache and update cache scope: https://udst.github.io/orca/core.html#caching
- Server module deprecated
- Support for PyToolz 0.11+
- Updated requirements to streamline installation.
- Never released.
- Update required version of toolz.
- Remove zbox from dependencies.
- Modify merge_tables behavior in case of identical column names in multiple
tables * Add cast option to update_col_from_series to handle type mismatches * Updated logic for outputting HDF5 files * Add file compression to run and write_tables * Fix base year output for iter_var dependencies * Add iter_step injectable to track current simulation step * Change default behavior to output only local tables to out_run_tables * Use sets instead of lists in to_frame
- Add temporary_tables context manager
- Add Orca server and supporting functionality
- Rename
clear_sim
function toclear_all