Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / gonum/floats issues and pull requests
#70 - floats: add deprecation notice
Pull Request -
State: closed - Opened by vladimir-ch about 6 years ago
#69 - README: document archiving and direct issues to gonum/gonum
Pull Request -
State: closed - Opened by kortschak about 7 years ago
#68 - github,README: add issue/pr templates and README explaining closure
Pull Request -
State: closed - Opened by kortschak over 7 years ago
#67 - floats: use f64 functions where available
Pull Request -
State: closed - Opened by kortschak almost 8 years ago
- 1 comment
#66 - Using cumsum from internal/asm
Issue -
State: closed - Opened by Succo almost 8 years ago
- 3 comments
#65 - floats: use new internal/asm API
Pull Request -
State: closed - Opened by kortschak about 8 years ago
- 1 comment
#64 - Update go 1.6.3 to 1.6.4, 1.7.3 to 1.7.4, and add go 1.8beta1 and remove 1.5.4 in the testing matrix
Pull Request -
State: closed - Opened by jonlawlor about 8 years ago
#63 - doesn't compile with go1.8 beta 1
Issue -
State: closed - Opened by idavydov about 8 years ago
- 2 comments
#62 - changes based on comments in gonum/integrate#33
Pull Request -
State: closed - Opened by evertlammerts about 8 years ago
#61 - Adding IsDecreasing and IsIncreasing
Pull Request -
State: closed - Opened by zeroviscosity about 8 years ago
- 13 comments
#60 - Cleaned up coverage script and fixed travis.yml bug. See gonum/integrate#33.
Pull Request -
State: closed - Opened by evertlammerts about 8 years ago
- 1 comment
#59 - go 1.7 -> go 1.7.3
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 2 comments
#58 - go 1.7rc3 -> go 1.7, drop go 1.4.2
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 2 comments
#57 - go 1.7rc2 -> go 1.7rc3
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#56 - go 1.7beta2 -> go 1.7rc2, go 1.6.2 -> go 1.6.3
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#55 - go 1.7beta1 -> go 1.7beta2
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#54 - travis: go1.7beta1
Pull Request -
State: closed - Opened by jonlawlor over 8 years ago
- 1 comment
#53 - travis: go 1.6.1 -> 1.6.2
Pull Request -
State: closed - Opened by jonlawlor almost 9 years ago
- 1 comment
#52 - go 1.5.3 -> 1.5.4, 1.6 -> 1.6.1
Pull Request -
State: closed - Opened by jonlawlor almost 9 years ago
- 1 comment
#51 - Build difficulties, missing function
Issue -
State: closed - Opened by kshedden almost 9 years ago
- 2 comments
#49 - Remove AddConst
Issue -
State: closed - Opened by vladimir-ch almost 9 years ago
- 5 comments
#48 - API behavior congruity
Issue -
State: closed - Opened by btracey almost 9 years ago
- 3 comments
#47 - floats: add Reverse function
Pull Request -
State: closed - Opened by kortschak almost 9 years ago
- 1 comment
#46 - travis: go1.6
Pull Request -
State: closed - Opened by kortschak almost 9 years ago
- 1 comment
#45 - travis: go1.6rc1 -> go1.6rc2
Pull Request -
State: closed - Opened by jonlawlor almost 9 years ago
- 1 comment
#44 - travis: update test matrix
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 1 comment
#43 - Avoid overflow in Scale benchmarks
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 2 comments
#42 - doc: add godoc badge
Pull Request -
State: closed - Opened by sbinet about 9 years ago
- 1 comment
#41 - travis: go1.6beta1 -> go1.6beta2
Pull Request -
State: closed - Opened by kortschak about 9 years ago
- 1 comment
#40 - Use asm.DscalUnitary in Scale
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#39 - Use asm.Daxpy* functions
Pull Request -
State: closed - Opened by vladimir-ch about 9 years ago
- 1 comment
#38 - Update Coveralls badge link
Pull Request -
State: closed - Opened by vladimir-ch over 9 years ago
- 1 comment
#37 - travis: run noasm builds and tests
Pull Request -
State: closed - Opened by kortschak over 9 years ago
- 1 comment
#36 - cleanup .travis.yml and associated files
Pull Request -
State: closed - Opened by jonlawlor over 9 years ago
- 2 comments
#35 - floats: add half even rounding function
Pull Request -
State: closed - Opened by kortschak over 9 years ago
- 3 comments
#34 - floats: add round to precision function
Pull Request -
State: closed - Opened by kortschak over 9 years ago
- 2 comments
#33 - Change go version 1.4.1 -> 1.4.2 in build matrix
Pull Request -
State: closed - Opened by jonlawlor almost 10 years ago
#32 - Add explicit go version 1.4.1 to build matrix
Pull Request -
State: closed - Opened by jonlawlor almost 10 years ago
#31 - Fixbenchmarks
Pull Request -
State: closed - Opened by btracey about 10 years ago
- 2 comments
#30 - Use assembly routines for Dot and AddScaled*. Add benchmark for AddScale...
Pull Request -
State: closed - Opened by btracey about 10 years ago
- 9 comments
#29 - Useinternal
Pull Request -
State: closed - Opened by btracey about 10 years ago
- 1 comment
#28 - Split Max and Min functions in two.
Pull Request -
State: closed - Opened by btracey about 10 years ago
- 3 comments
#27 - Add frequently used operations Log, Exp, Sq, Sqrt, Abs
Pull Request -
State: closed - Opened by leoneu about 10 years ago
- 13 comments
#26 - Consider having a Reverse that swaps the elements
Issue -
State: closed - Opened by btracey about 10 years ago
#25 - Add a few higher order functions
Pull Request -
State: closed - Opened by UserAB1236872 about 10 years ago
- 9 comments
#24 - fix bash conditional statement
Pull Request -
State: closed - Opened by jonlawlor about 10 years ago
- 1 comment
#23 - only do coveralls when possible
Pull Request -
State: closed - Opened by jonlawlor about 10 years ago
- 3 comments
#22 - Infinity norm should take absolute value of elements
Pull Request -
State: closed - Opened by jvlmdr about 10 years ago
- 9 comments
#21 - add coveralls integration
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 2 comments
#20 - Fix formatting, add flair to readme
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
#19 - Use range instead of traditional for loop
Pull Request -
State: closed - Opened by kortschak over 10 years ago
- 2 comments
#18 - Bug nearestinspan
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 1 comment
#17 - Fixed behavior of within to remove special case.
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 1 comment
#16 - Added Within function.
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 8 comments
#15 - Added Same function for comparing if floats slices contain identical ele...
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 3 comments
#14 - Intentional error
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 3 comments
#13 - Add travis ci
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 31 comments
#12 - Simplify interfaces retry
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 11 comments
#11 - Minor code improvements
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 6 comments
#10 - Improve docs, and make the variable names consistent
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 3 comments
#9 - Improve test coverage
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 2 comments
#8 - Simplify interfaces
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 6 comments
#7 - Fix documentation comment for Norm()
Pull Request -
State: closed - Opened by vladimir-ch over 10 years ago
- 1 comment
#6 - Add text to readme
Pull Request -
State: closed - Opened by jonlawlor over 10 years ago
- 1 comment
#5 - Fix bad Errorf format strings
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 2 comments
#4 - Add Distance function and tests. Fix behavior of Norm for zero-length sl...
Pull Request -
State: closed - Opened by btracey over 10 years ago
- 5 comments
#3 - Fix function comment names
Pull Request -
State: closed - Opened by btracey over 10 years ago
#2 - Added HasNaN function and test
Pull Request -
State: closed - Opened by btracey over 10 years ago
#1 - Sub and SubTo have confusing doc
Issue -
State: closed - Opened by jvlmdr over 10 years ago
- 1 comment