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

JuliaArrays / StaticArrays.jl / 403 / 1
82%
master: 82%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2017 04:47AM UTC
Files 29
Run time 1s
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

24 Mar 2017 07:03AM UTC coverage: 70.034%. Remained the same
403.1

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

Source Files on job 403.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 403
  • Travis Job 403.1
  • b9353267 on github
  • Prev Job for on master (#402.1)
  • Next Job for on master (#404.1)
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