Minor changes to support proper boolean PostGres columns on Foresta
0.2.24.2
- Fix 195 - Add `obfusimplify` to `PanDatFactory` - Added some additional tests that verified "correct all along".
0.2.24.1
Internal release to improve `xpress` support.
- `xpress` support updated for `ticdat.Model` - `progress.add_xpress_callback` added - `xpress_model` example directory added.
0.2.24
- clone_rename_a_column deletes the tooltip 189 - better docstring for `PanDatFactory.add_data_row_predicate`
Since this was such a quick release, please also review the 0.2.23 Release notes [here](https://github.com/ticdat/ticdat/releases/tag/0.2.23)
0.2.23
- PanDatFactory.xls.write_file creates "We found a problem with some content" 179 - example code has minor improvements - fixed minor bug in write_schema for PG so that default values are written to PG even when include_ancillary_info is False. (See [here](https://github.com/ticdat/ticdat/pull/175)) - changed write_schema so that a datetime data typed column with a string default and a text PG column type will retain the default. - write_data accepts table specific context manager (Foresta uses [here](https://github.com/decision-spot/roundoff_helper/issues/10)) - clone_add_a_column has a bad argument check 184 - replace roundoffconnect with dspotconnect and use the -f argument 181 - TypeError: '<' not supported between instances of 'str' and 'int' 173
0.2.22.2
Small release just fix
- PanDatFactory.xls.write_file creates "We found a problem with some content" 179