Skip to content
Open
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
2c0dffa
Introduces measure config dataclasses
spjuhel Apr 7, 2026
e9f4831
Cleans-up, Docstringfies
spjuhel Apr 7, 2026
bcf6811
Better to_dict, color parser, and post_inits
spjuhel Apr 7, 2026
2718c84
Unit tests
spjuhel Apr 7, 2026
c5345fb
Removes duplicate docstring
spjuhel Apr 7, 2026
4551e3c
Forgotten places
spjuhel Apr 2, 2026
78c4968
tests again
spjuhel Apr 7, 2026
3cae5d7
Merge branch 'feature/option-appraisal-dataclasses' of github.com:CLI…
spjuhel Apr 7, 2026
c96a061
Adds freq modifiers
spjuhel Apr 8, 2026
4e416bc
Improves __repr__
spjuhel Apr 8, 2026
30bdce6
Tutorial first draft
spjuhel Apr 8, 2026
5c80864
Merge branch 'feature/option-appraisal-split-make-legacy' into featur…
spjuhel Apr 9, 2026
cc70476
Includes guide in documentation index
spjuhel Apr 9, 2026
44a36d4
Updates changelog
spjuhel Apr 10, 2026
5634482
Merge branch 'feature/option-appraisal-split-make-legacy' into featur…
spjuhel Apr 10, 2026
8a09101
Adds new class to API ref
spjuhel Apr 10, 2026
775c621
Fixes wrong filename
spjuhel Apr 10, 2026
3ddf2b4
Revert "Fixes wrong filename"
spjuhel Apr 10, 2026
5b11b68
Correct rename
spjuhel Apr 10, 2026
891497f
Apply suggestions from code review from Lukas
spjuhel Apr 20, 2026
48ed8ac
Cleans up tests
spjuhel Apr 20, 2026
d335ca0
Applies additional comments from Lukas
spjuhel Apr 20, 2026
0423a6f
Merge branch 'feature/option-appraisal-split-make-legacy' into featur…
spjuhel Apr 21, 2026
7803112
Merge remote-tracking branch 'origin/develop' into feature/option-app…
spjuhel May 13, 2026
991562d
some typos and rephrasing
ValentinGebhart May 22, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Code freeze date: YYYY-MM-DD
### Added

- Better type hints and overloads signatures for ImpactFuncSet [#1250](https://github.com/CLIMADA-project/climada_python/pull/1250)
- Adds `MeasureConfig` and related dataclasses for new `Measure` object retrocompatibility and (de)serialization capabilities [#1276](https://github.com/CLIMADA-project/climada_python/pull/1276)

### Changed
- Updated Impact Calculation Tutorial (`doc.climada_engine_Impact.ipynb`) [#1095](https://github.com/CLIMADA-project/climada_python/pull/1095).
Expand Down
Loading
Loading