Skip to content

Conversation

Maximilian-Stefan-Ernst
Copy link
Collaborator

No description provided.

alyst and others added 30 commits April 23, 2024 13:42
replace comm_matrix helper functions with a CommutationMatrix and overloaded linalg ops
Cleanup Special Matrices code
* identifier() -> param_indices() (Dict{Symbol, Int})
* get_identifier_indices() -> param_to_indices() (Vector{Int})
* parameters -> params (Vector{Symbol})
convert() is a proper method to call to avoid unnecessary construction,
ctor semantics requires that a new object is constructed
* use graph as a main parameter
* simplify rows processing
* don't reallocate table.columns

Co-authored-by: Maximilian-Stefan-Ernst <[email protected]>
because the ParTable contains rows and columns, it is not clear,
what sort() actually sorts.

Co-authored-by: Maximilian-Stefan-Ernst <[email protected]>
* use named tuples
* reduce code duplication
* use colnames vector instead of position_names Dict
* declare RAMConstant field types
* refactor constants collection to avoid code duplication
Maximilian-Stefan-Ernst and others added 29 commits February 2, 2025 12:20
Rename SemImply to SemImplied
Switch to ProximalAlgorithms v0.7
suppress uninformative warnings during package testing
…ptional

turn simplification of symbolic terms by default off
* first sweep of renaming

* fix destroyed types

* parameter table column renamed to label

* param and param_labels, params!, seem to work

* allow partial execution of unit tests

* remove non existing tests

* fix model unittests

* remove unnessary test layer

* finish replacing

* all unit tests passed

* rename param_values -> params

* add StatsAPI as dep

* add coef and coefnames

* rename df => dof (#254)

* rename df => dof

* import dof from StatsAPI

* rename dof file

* rename sem_fit => fit

* typo

* add nobs and fix testsw

* add coeftable

* fix proximal tests

* fix exports and StatsAPI docstrings

* fix tests

* fix tests

* thx evie for the typo :)

* fix coeftable

---------

Co-authored-by: Maximilian Ernst <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants