OpenFisca-Core 45.0.1__tar.gz → 45.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/CHANGELOG.md +6 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2/OpenFisca_Core.egg-info}/PKG-INFO +1 -1
- {openfisca_core-45.0.1/OpenFisca_Core.egg-info → openfisca_core-45.0.2}/PKG-INFO +1 -1
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/setup.py +1 -1
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/LICENSE +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/MANIFEST.in +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/SOURCES.txt +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/dependency_links.txt +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/entry_points.txt +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/requires.txt +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/top_level.txt +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/README.md +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/dummy.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/formulas.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/misc.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/py.typed +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/rates.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/tests/test_dummy.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/tests/test_formulas.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/tests/test_rates.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/in_memory_storage.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/on_disk_storage.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/_core_entity.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/_description.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/entity.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/group_entity.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/py.typed +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/role.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/test_entity.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/test_group_entity.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/test_role.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/cycle_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/empty_argument_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/nan_creation_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/parameter_not_found_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/parameter_parsing_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/period_mismatch_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/situation_parsing_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/spiral_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/variable_name_config_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/variable_not_found_error.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/experimental/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/experimental/_errors.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/experimental/_memory_config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/formula_helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/holder.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/tests/test_helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/_enum_type.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/_errors.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/_guards.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/_utils.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/enum.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/enum_array.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/py.typed +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/tests/test_enum.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/tests/test_enum_array.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/memory_config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/model_api.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/at_instant_like.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_at_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_node.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_node_at_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_scale_bracket.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/values_history.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/vectorial_parameter_node_at_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/_errors.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/_parsers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/date_unit.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/instant_.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/period_.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/py.typed +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_period.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/test_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/test_parsers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/test_period.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/_core_population.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/_errors.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/group_population.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/population.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/tests/test_members_position.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/entity_to_person_projector.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/first_person_to_entity_projector.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/projector.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/typing.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/projectors/unique_role_to_entity_projector.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/rates.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/reforms/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/reforms/in_yaml_test_reform.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/reforms/reform.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/assets/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/assets/index.html +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/find_placeholders.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/measure_numpy_condition_notations.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/measure_performances.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/measure_performances_fancy_indexing.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v16_2_to_v17/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v16_2_to_v17/legislation.xsd +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v16_2_to_v17/xml_to_yaml_country_template.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v16_2_to_v17/xml_to_yaml_extension_template.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v24_to_25.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/openfisca_command.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/remove_fuzzy.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/run_test.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/simulation_generator.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulation_builder.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/_build_default_simulation.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/_build_from_variables.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/_type_guards.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/simulation.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/simulation_builder.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/typing.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxbenefitsystems/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxbenefitsystems/tax_benefit_system.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/abstract_rate_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/abstract_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/amount_tax_scale_like.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/linear_average_rate_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/marginal_amount_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/marginal_rate_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/rate_tax_scale_like.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/single_amount_tax_scale.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/tax_scale_like.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tools/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tools/parallel_plugin.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tools/simulation_dumper.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tools/test_runner.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/computation_log.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/flat_trace.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/full_tracer.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/performance_log.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/simple_tracer.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/trace_node.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/tracers/tracing_parameter_node_at_instant.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/types.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/config.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/helpers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/tests/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/tests/test_definition_period.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/variables/variable.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/warnings/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/warnings/libyaml_warning.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/warnings/tempfile_warning.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/app.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/errors.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/handlers.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/entities.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/parameters.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/spec.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/tax_benefit_system.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/variables.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/openAPI.yml +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/scripts/__init__.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/scripts/serve.py +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/pyproject.toml +0 -0
- {openfisca_core-45.0.1 → openfisca_core-45.0.2}/setup.cfg +0 -0
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 45.0.2 [#1394](https://github.com/openfisca/openfisca-core/pull/1394)
|
|
4
|
+
|
|
5
|
+
#### Technical changes
|
|
6
|
+
|
|
7
|
+
- Fix git tag push and in cascade missing Windows test on published version
|
|
8
|
+
|
|
3
9
|
### 45.0.1 [#1393](https://github.com/openfisca/openfisca-core/pull/1393)
|
|
4
10
|
|
|
5
11
|
#### Technical changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/OpenFisca_Core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/commons/tests/test_formulas.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/in_memory_storage.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/data_storage/on_disk_storage.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/test_entity.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/entities/tests/test_group_entity.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/empty_argument_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/parameter_not_found_error.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/parameter_parsing_error.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/period_mismatch_error.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/situation_parsing_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/variable_name_config_error.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/errors/variable_not_found_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/experimental/_memory_config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/holders/tests/test_helpers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/tests/__init__.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/indexed_enums/tests/test_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/at_instant_like.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_at_instant.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_scale.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/parameters/parameter_scale_bracket.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/__init__.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_helpers.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_instant.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/helpers/test_period.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/test_instant.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/periods/tests/test_parsers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/_core_population.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/group_population.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/populations/tests/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/reforms/in_yaml_test_reform.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/measure_performances.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/migrations/v24_to_25.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/scripts/simulation_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/_build_from_variables.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/simulations/simulation_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxbenefitsystems/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/abstract_rate_tax_scale.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/abstract_tax_scale.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/amount_tax_scale_like.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/marginal_rate_tax_scale.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/rate_tax_scale_like.py
RENAMED
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_core/taxscales/single_amount_tax_scale.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{openfisca_core-45.0.1 → openfisca_core-45.0.2}/openfisca_web_api/loader/tax_benefit_system.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|