Skip to content

Tags: SciML/SciMLStructures.jl

Tags

v1.7.0

Toggle v1.7.0's commit message
[Diff since v1.6.1](v1.6.1...v1.7.0)

**Merged pull requests:**
- CompatHelper: bump compat for Zygote to 0.7 for package docs, (keep existing compat) (#33) (@github-actions[bot])
- feat: add `Initials` portion (#34) (@AayushSabharwal)

v1.6.1

Toggle v1.6.1's commit message
[Diff since v1.6.0](v1.6.0...v1.6.1)

**Merged pull requests:**
- Solve newprob so that output actually depends on input (#32) (@moble)

v1.6.0

Toggle v1.6.0's commit message
[Diff since v1.5.0](v1.5.0...v1.6.0)

**Merged pull requests:**
- feat: add doc example for implementing the interface (#28) (@AayushSabharwal)
- ci: test with `1`, `lts` and `pre` versions of julia (#29) (@thazhemadam)
- build(deps): bump codecov/codecov-action from 3 to 5 (#31) (@dependabot[bot])

**Closed issues:**
- Gradient on a custom struct doesn't work (#30)

v1.5.0

Toggle v1.5.0's commit message
[Diff since v1.4.2](v1.4.2...v1.5.0)

**Merged pull requests:**
- CompatHelper: add new compat entry for SciMLStructures at version 1 for package docs, (keep existing compat) (#7) (@github-actions[bot])
- Restructure in replace AbstractArray fallback (#27) (@ChrisRackauckas)

v1.4.2

Toggle v1.4.2's commit message
[Diff since v1.4.1](v1.4.1...v1.4.2)

**Merged pull requests:**
- chore: mark only dense arrays as SciMLStructure (#26) (@DhairyaLGandhi)

v1.4.1

Toggle v1.4.1's commit message
[Diff since v1.4.0](v1.4.0...v1.4.1)

**Merged pull requests:**
- HOTFIX: correctly pick the type for ArrayRepack (#25) (@DhairyaLGandhi)

v1.4.0

Toggle v1.4.0's commit message
[Diff since v1.3.0](v1.3.0...v1.4.0)

**Merged pull requests:**
- chore: replace `convert` with `ArrayInterface.restructure` (#24) (@DhairyaLGandhi)

v1.3.0

Toggle v1.3.0's commit message
[Diff since v1.2.0](v1.2.0...v1.3.0)

**Merged pull requests:**
- Check for existing constructor when dealing with Arrays (#20) (@DhairyaLGandhi)
- Add `replace(::Array)` (#21) (@DhairyaLGandhi)

v1.2.0

Toggle v1.2.0's commit message
[Diff since v1.1.0](v1.1.0...v1.2.0)

**Merged pull requests:**
- [skip ci] reapply formatting (#13) (@ArnoStrouwen)
- feat: add Input portion (#14) (@AayushSabharwal)
- Bump julia-actions/setup-julia from 1 to 2 (#15) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#16) (@thazhemadam)
- Bump julia-actions/cache from 1 to 2 (#17) (@dependabot[bot])
- fix: Mark Arrays as `isscimlstructure` (#18) (@DhairyaLGandhi)

v1.1.0

Toggle v1.1.0's commit message
[Diff since v1.0.0](v1.0.0...v1.1.0)

**Merged pull requests:**
- various CI improvements (#9) (@ArnoStrouwen)
- Bump actions/checkout from 3 to 4 (#11) (@dependabot[bot])
- Fix docstrings (#12) (@ChrisRackauckas)

**Closed issues:**
- The docs badge on readme is broken (#10)