* New features - Introduce compute_marginal_tax_rate.
0.28.0
- Fix _set_used_as_input_variables_by_entity - Add missing custom_input_data_frame before initializing the data - Fix entity ids setting
0.27.0
* Technical changes - Fix create_data_frame_by_entity - Fix some deprecations
0.26.0
* New features - Neutralized variables are now correctly handled by summarize_variable - Extend testing to doctest
0.25.0
* New features - create_data_frame_by_entity is able to handle expressions for filtering (filter_by can be an expression) - This allow compute_aggregate and compute_pivot_table to handle expressions as well for filter_by.