Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
5d62a99
first changes
damskii9992 Mar 5, 2025
8b319d5
Merge branch '10-dependent-parameters' into issue111_Dependent_Parame…
damskii9992 Apr 1, 2025
e27d595
Add Observer pattern to DescriptorNumber
damskii9992 Apr 1, 2025
df1d138
rename and move observer methods
damskii9992 Apr 2, 2025
7b61c5c
Add the dependency_interpreter to the global_object
damskii9992 Apr 2, 2025
6fd5d7a
implement the _update method
damskii9992 Apr 2, 2025
2d41091
Update constructor to accept strings as values
damskii9992 Apr 3, 2025
78532cd
Disable setters when parameter is dependent
damskii9992 Apr 7, 2025
5ec44a5
Allow unique_names in dependency expression
damskii9992 Apr 8, 2025
cb4d2c3
Allow symbols from the global scope in the dependency expression
damskii9992 Apr 10, 2025
addac0c
Change symbol names to come from a dependency_map dict input rather t…
damskii9992 Apr 15, 2025
047568c
Allow dependencies of dependent parameters. Check for cyclic dependen…
damskii9992 Apr 16, 2025
878293c
Make method for making a parameter dependent after initialization. Mo…
damskii9992 Apr 23, 2025
51bd9c4
Add make_dependent method
damskii9992 Apr 23, 2025
b285ef1
Add dependency property getters
damskii9992 Apr 23, 2025
e3fad22
Remove old constraints and fix failing unit tests. Also fix small bug…
damskii9992 Apr 25, 2025
9a770fe
Fix integration tests
damskii9992 Apr 25, 2025
30f19e3
rename property_stack_deco and make_dependent
damskii9992 Apr 25, 2025
0115eb7
Pr comments
damskii9992 Apr 25, 2025
b94ad0c
First batch of tests with related fixes
damskii9992 Apr 30, 2025
0801ce2
Fix logical dependencies and remaining unittests
damskii9992 Apr 30, 2025
705c865
Small PR reviews
damskii9992 May 12, 2025
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
6 changes: 0 additions & 6 deletions Examples/fitting/README.rst

This file was deleted.

22 changes: 0 additions & 22 deletions Examples/fitting/plot_constraints.py

This file was deleted.

75 changes: 0 additions & 75 deletions docs/src/fitting/constraints.rst

This file was deleted.

1 change: 0 additions & 1 deletion docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Documentation
:maxdepth: 3

fitting/introduction
fitting/constraints

.. toctree::
:maxdepth: 2
Expand Down
Loading
Loading