This repository has been archived by the owner on May 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates for Julia 0.6 Rewrite broadcast as generated function to avoid world age problems. Use some of the broadcast functionality in Base. Update getindex and setindex to Base changes. Use generated functions instead of @nsplat. Use some of the Base machinery for getindex Fix many syntax deprecations * Remove Compat code * Fix broadcast warnings and remove unused operator groups form operators.jl * Use iteration instead of indexing into indices in setindex to avoid deprecation warning * Adjust CI * Reenable precompilation Add SpecialFunctions as dependency Use new type keywords * Use @inline instead of @generate when possible * Now, erf, erfc, and digamma are in SpecialFunctions instead of Base * Intialize arrays with all NAs. Flip bits _unsafe_getindex. * Define linearindexing for Type{T} instead of T * Update ! -> .! and remove commented out tests * Reenable Compat. Necessary for old @nsplat and @ngenerate macros * Make broadcast work for scalar Strings * Update syntax for indexing traits
- Loading branch information
1 parent
2f235b4
commit 2a83487
Showing
28 changed files
with
631 additions
and
1,133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
language: julia | ||
julia: | ||
- 0.4 | ||
- 0.5 | ||
# - 0.6 | ||
- nightly | ||
os: | ||
- linux | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
julia 0.4 | ||
StatsBase 0.3 | ||
julia 0.6- | ||
Compat 0.8.6 | ||
StatsBase 0.3 | ||
Reexport | ||
SpecialFunctions |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.