Releases: SciML/SymbolicIndexingInterface.jl
Releases · SciML/SymbolicIndexingInterface.jl
v0.3.6
SymbolicIndexingInterface v0.3.6
Merged pull requests:
- refactor: make getp generic of the parameter container (#42) (@AayushSabharwal)
- [skip ci] Update dependabot.yml (#45) (@ArnoStrouwen)
- build(deps): bump crate-ci/typos from 1.17.2 to 1.18.2 (#46) (@dependabot[bot])
v0.3.5
SymbolicIndexingInterface v0.3.5
Merged pull requests:
- refactor: improve getu performance for vectors involving observed quantities (#41) (@AayushSabharwal)
Closed issues:
- Why does
parameters(::Any)not returnSciMLBase.NullParameters()? (#10) - provide a simplified interface for users directly using ODEProblem and such (#20)
- Non-intutive behaviour for
getpandsetp(#24) - Performance of
getuvsSymbolicIndexingInterface.observed(#39) getuis slower thanobservedfor arrays of observed quantities (#40)
v0.3.4
SymbolicIndexingInterface v0.3.4
Merged pull requests:
- feat: improve getu/setu/getp/setp handling of nested variables (#33) (@AayushSabharwal)
- build(deps): bump actions/cache from 3 to 4 (#37) (@dependabot[bot])
- build(deps): bump crate-ci/typos from 1.16.23 to 1.17.2 (#38) (@dependabot[bot])
Closed issues:
- Allow
getuto be used directly on the state vector? (#35)
v0.3.3
SymbolicIndexingInterface v0.3.3
Merged pull requests:
- feat: add
ParameterIndexingProxy(#26) (@AayushSabharwal) - docs: write
SymbolCachetutorial (#28) (@AayushSabharwal)
v0.3.2
SymbolicIndexingInterface v0.3.2
Merged pull requests:
- build(deps): bump codecov/codecov-action from 1 to 3 (#14) (@dependabot[bot])
- build(deps): bump actions/checkout from 1 to 4 (#15) (@dependabot[bot])
- build(deps): bump actions/cache from 1 to 3 (#16) (@dependabot[bot])
- Various upgrades (#19) (@ArnoStrouwen)
- Improve documentation structure (#22) (@ChrisRackauckas)
- feat: add
getu/setu, update docs, add tests (#23) (@AayushSabharwal) - feat: add
IsTimeseriesTrait, support timeseries objects ingetu(#25) (@AayushSabharwal)
v0.3.1
SymbolicIndexingInterface v0.3.1
Merged pull requests:
- typos CI (#13) (@ArnoStrouwen)
- docs: update
getp,setpdocstring, add tutorial (#17) (@AayushSabharwal) - feat: add
all_solvable_symbolsandall_symbols(#18) (@AayushSabharwal)
v0.3.0
SymbolicIndexingInterface v0.3.0
Merged pull requests:
- feat!: indexing rework (#12) (@AayushSabharwal)
v0.2.2
SymbolicIndexingInterface v0.2.2
Merged pull requests:
v0.2.1
SymbolicIndexingInterface v0.2.1
Merged pull requests:
- Add default methods for interface functions (#6) (@AayushSabharwal)
v0.2.0
SymbolicIndexingInterface v0.2.0
Merged pull requests:
- Default
is_*_symto false, update docstrings (#5) (@AayushSabharwal)