Skip to content

orbital 0.5.1

Latest

Choose a tag to compare

@EmilHvitfeldt EmilHvitfeldt released this 15 Jul 00:33

Improvements

  • estimate_orbital_size() is a new function that quickly estimates the character count of the orbital expression for a model without generating it. (#144)

Bug fixes

  • step_dummy() and step_indicate_na() now generate SQL compatible with Snowflake and other databases that don't support casting booleans directly to numeric types. (#145)