• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

JuliaArrays / StaticArrays.jl / 403
82%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2017 04:47AM UTC
Jobs 1
Files 29
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
403

cron

travis-ci

web-flow
Julia 0.6 rewrite (#121)

Rewritten for compatibility with Julia v0.6.

Improvements:

* Full multidimensional APL indexing should now be implemented.
* Similarly, broadcast, broadcast!, map and map! now support arbitrary many static array inputs.
* Universal use of the Size trait for dispatch
* A Length trait and related pure functions
* Reorganized files a little, tried to upgrade most code to the new v0.6 syntax and be more consistent with formatting and expression munging.
* Started some work on static ranges - the eventual goal here is to upgrade from talking about sizes to talking about indices, so we can have static arrays with index ranges other than 1:n. (However, this wasn't exported.)

We have this breaking change:

* similar_type defaults to SVector, etc - it does not preserve immutability. This helps e.g. with things like m[i, SVector(1,2,3)] where m::Matrix, and should generally be beneficial for speed.

We have this regression

* Mixed static array - standard array operations like SMatrix * Vector have been removed. We can add these back in, if they are popular, but until we have inlined non-isbits immutables, we shouldn't do the simple thing here and wrap them in a SizedArray (well, we could, but it might cost more to allocate a pointer to the heap + gc, than to perform the actual operation).

1449 of 2069 relevant lines covered (70.03%)

226.07 hits per line

Jobs
ID Job ID Ran Files Coverage
1 403.1 25 Mar 2017 04:47AM UTC 0
70.03
Travis Job 403.1
Source Files on build 403
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #403
  • b9353267 on github
  • Prev Build on master (#402)
  • Next Build on master (#404)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc