Recent Releases of MultiScaleArrays
MultiScaleArrays - v1.14.0
MultiScaleArrays v1.14.0
Merged pull requests: - fix Vararg docs (#97) (@oscardssmith) - Move sparsedifftools dep to an extension (#98) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] 8 months ago
MultiScaleArrays - v1.13.0
MultiScaleArrays v1.13.0
Merged pull requests:
- Bump actions/cache from 3 to 4 (#86) (@dependabot[bot])
- Bump codecov/codecov-action from 3 to 4 (#87) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#89) (@dependabot[bot])
- ci: standardise workflows using SciML's reusable workflows (#90) (@thazhemadam)
- Added two newlines to display correctly the code blocks (#91) (@pitsianis)
- ci: test with 1, lts and pre versions of julia (#94) (@thazhemadam)
- remove deprecated Vararg versions (#96) (@oscardssmith)
- Julia
Published by github-actions[bot] over 1 year ago
MultiScaleArrays - v1.12.0
MultiScaleArrays v1.12.0
Merged pull requests: - chore: bump RecursiveArrayTools compat (#82) (@AayushSabharwal)
- Julia
Published by github-actions[bot] about 2 years ago
MultiScaleArrays - v1.11.0
MultiScaleArrays v1.11.0
Merged pull requests: - Bump actions/checkout from 3 to 4 (#76) (@dependabot[bot]) - Documenter 1.0 upgrade (#78) (@ArnoStrouwen) - CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#80) (@github-actions[bot]) - Change typeof(x) <: y to x isa y (#81) (@pepijndevos) - Remove TreeViews (#84) (@sathvikbhagavan)
- Julia
Published by github-actions[bot] about 2 years ago
MultiScaleArrays - v1.10.1
MultiScaleArrays v1.10.1
Closed issues: - no stable docs (#58)
Merged pull requests: - reproducible docs (#63) (@ArnoStrouwen) - spelling (#64) (@ArnoStrouwen) - [skip ci] doc compat (#65) (@ArnoStrouwen) - various doc and style improvements (#66) (@ArnoStrouwen) - enable dependabot for GitHub actions (#67) (@ranocha) - Bump actions/checkout from 1 to 3 (#68) (@dependabot[bot]) - Bump codecov/codecov-action from 1 to 3 (#69) (@dependabot[bot]) - Bump actions/cache from 1 to 3 (#70) (@dependabot[bot]) - CompatHelper: bump compat for SparseDiffTools to 2, (keep existing compat) (#71) (@github-actions[bot]) - bump version (#75) (@oscardssmith)
- Julia
Published by github-actions[bot] over 2 years ago
MultiScaleArrays - v1.10.0
MultiScaleArrays v1.10.0
Merged pull requests: - format SciML Style (#57) (@ChrisRackauckas) - [ci skip] badges (#59) (@ArnoStrouwen) - doc cov (#60) (@ArnoStrouwen) - MassInstallAction: Install the Invalidations workflow on this repository (#61) (@devmotion) - canonize docs (#62) (@ArnoStrouwen)
- Julia
Published by github-actions[bot] over 3 years ago
MultiScaleArrays - v1.9.1
MultiScaleArrays v1.9.1
Merged pull requests: - add docs (#55) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] over 3 years ago
MultiScaleArrays - v1.9.0
MultiScaleArrays v1.9.0
Merged pull requests: - MassInstallAction: Install the TagBot workflow on this repository (#51) (@christopher-dG) - MassInstallAction: Install the GitHubActionsCI workflow on this repository (#52) (@christopher-dG)
- Julia
Published by github-actions[bot] about 4 years ago
MultiScaleArrays - v1.8.1
MultiScaleArrays v1.8.1
- Julia
Published by github-actions[bot] almost 6 years ago
MultiScaleArrays - v1.8.0
MultiScaleArrays v1.8.0
Closed issues: - add_node! not outputting expected result with integrator input (#48)
Merged pull requests: - Fix addnode (#49) (@ChrisRackauckas) - Rebased human_readable (#50) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
MultiScaleArrays - v1.7.1
MultiScaleArrays v1.7.1
- Julia
Published by github-actions[bot] almost 6 years ago
MultiScaleArrays - v1.7.0
MultiScaleArrays v1.7.0
Merged pull requests: - Install TagBot as a GitHub Action (#42) (@JuliaTagBot) - giant compatibility update (#47) (@ChrisRackauckas)
- Julia
Published by github-actions[bot] almost 6 years ago
MultiScaleArrays - v1.6.0
v1.6.0 (2020-01-09)
Merged pull requests:
- CompatHelper: add new compat entry for "DiffEqBase" at version "6.5" (#41) (github-actions[bot])
- CompatHelper: add new compat entry for "TreeViews" at version "0.3" (#40) (github-actions[bot])
- CompatHelper: add new compat entry for "StochasticDiffEq" at version "6.13" (#39) (github-actions[bot])
- Julia
Published by julia-tagbot[bot] about 6 years ago
MultiScaleArrays - v1.5.0
v1.5.0 (2019-07-29)
Closed issues:
- Register (#38)
- Indexing Issues with MultiScaleArrays.jl on v0.7 (#35)
Merged pull requests:
- Add CITATION.bib (#37) (asinghvi17)
- Julia
Published by julia-tagbot[bot] over 6 years ago
MultiScaleArrays - No broadcast_getindex warnings
- Julia
Published by ChrisRackauckas over 7 years ago
MultiScaleArrays - Remove upper bound of syntax change
- Julia
Published by ChrisRackauckas about 8 years ago
MultiScaleArrays - Broadcast overloads and handling of extra fields
- Julia
Published by ChrisRackauckas about 8 years ago
MultiScaleArrays - General updates + v0.6 depwarn fix
- Julia
Published by ChrisRackauckas almost 9 years ago
MultiScaleArrays - Full DiffEq Compatibility and Improved Performance
There were some performance improvements, the tests are greatly expanded, and full diffeq compatibility. In order to get diffeq compatibility, a dependency on DiffEqBase.jl was needed, but that's lightweight enough (and the compatibility code is really small, just diffeq.jl, and only pertains to size changing and nothing else) that it doesn't deserve a separate package. I think I will take the same approach with whatever NLSolverBase comes up for full compatibility with NLSolve/Optim if necessary. Oh an ForwardDiff.jl works on these now, so that will probably solve the last of the "linking" problems.
- Julia
Published by ChrisRackauckas about 9 years ago
MultiScaleArrays - Initial Release
This is the initial release of MultiScaleModels.jl. It is a package designed to make modeling at multiple scales easy by allowing the model to be an abstraction of an array, and making this array compatible with standard scientific computing tools like DifferentialEquations.jl and Optim.jl. The indexing structure is very performant for large systems, making it a low-overhead abstraction for building complex models.
- Julia
Published by ChrisRackauckas about 9 years ago