Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / anz-bank/decimal issues and pull requests

#71 - database/sql support

Issue - State: open - Opened by vtolstov about 4 years ago

#70 - Update README.md

Pull Request - State: closed - Opened by joshcarp over 4 years ago

#69 - Ci update

Pull Request - State: closed - Opened by joshcarp almost 5 years ago

#68 - Fix decimal for 32 bit compilers

Pull Request - State: closed - Opened by joshcarp almost 5 years ago

#67 - Replace "Decimal64" with just "64"

Pull Request - State: closed - Opened by joshcarp almost 5 years ago

#66 - Optimisations

Pull Request - State: closed - Opened by joshcarp almost 5 years ago

#65 - Add apache 2 license

Pull Request - State: closed - Opened by joshcarp almost 5 years ago

#64 - change int constants to uint64/int64 constants

Issue - State: closed - Opened by joshcarp almost 5 years ago

#63 - Clean up error messages and shadowed types/vars

Pull Request - State: closed - Opened by shaneHowearth about 5 years ago

#62 - (Un)marshal JSON

Pull Request - State: closed - Opened by anzdaddy about 5 years ago

#61 - Fix go mod

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#60 - Update readme document

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#59 - dd abs

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#58 - Fix Abs on nans

Issue - State: closed - Opened by joshcarp over 5 years ago

#57 - Fix compare function

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#56 - Fixups

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#55 - Clean up rounding

Issue - State: open - Opened by joshcarp over 5 years ago

#54 - Fix div function

Issue - State: closed - Opened by joshcarp over 5 years ago - 1 comment

#53 - Reuse math/bits package

Issue - State: closed - Opened by anzdaddy over 5 years ago - 1 comment

#52 - Add guide for new contributors

Pull Request - State: closed - Opened by MichaelDao over 5 years ago - 1 comment

#51 - Cleanup decimal64const.go

Issue - State: open - Opened by MichaelDao over 5 years ago

#50 - Fix Quotient function to pass dectests

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#49 - Ci update

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#48 - Fix PropagateNan function

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#47 - Implement the class function

Pull Request - State: closed - Opened by MichaelDao over 5 years ago - 4 comments

#46 - Use uint128T for add function in FMA and Add

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#45 - Add uint128 div function

Issue - State: open - Opened by joshcarp over 5 years ago - 1 comment

#44 - Add Zero and Subnormal flavours:

Issue - State: open - Opened by joshcarp over 5 years ago - 1 comment

#43 - Update readme documentation for new starters

Pull Request - State: closed - Opened by MichaelDao over 5 years ago

#42 - Fix Non-normalised Decimal numbers

Issue - State: open - Opened by joshcarp over 5 years ago - 1 comment

#41 - Add Class function

Issue - State: closed - Opened by joshcarp over 5 years ago - 2 comments
Labels: enhancement

#40 - Reoptimise decimal test suite test

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#39 - Use uint128T data type for all arithmetic operations

Issue - State: closed - Opened by joshcarp over 5 years ago - 1 comment

#38 - Fix Decimal64 suite to pass following cases:

Issue - State: open - Opened by joshcarp over 5 years ago - 1 comment
Labels: enhancement

#37 - Complete debugging to pass following funcitons

Issue - State: closed - Opened by joshcarp over 5 years ago

#36 - Fix rounding issues with subtracting

Issue - State: closed - Opened by joshcarp over 5 years ago
Labels: :bug: bug

#35 - Edit Readme and update Documentation

Issue - State: closed - Opened by joshcarp over 5 years ago - 1 comment
Labels: :question: question

#34 - Implement error returns in Context struct

Issue - State: closed - Opened by joshcarp over 5 years ago
Labels: enhancement

#33 - Add context oriented methods and line by line test suite parser

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#32 - Change function syntax to be rounding context oriented

Issue - State: closed - Opened by joshcarp over 5 years ago
Labels: enhancement

#31 - Add Fused Multiply Add function (FMA)

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#30 - Optimise rounding and rounding types

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#29 - Consider removing roundContext

Issue - State: closed - Opened by anzdaddy over 5 years ago
Labels: good first issue

#28 - Tighten up rounding logic

Issue - State: closed - Opened by anzdaddy over 5 years ago - 2 comments
Labels: good first issue

#27 - Fix Mul function to pass ddMultiply

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#26 - Add support for payload Nans

Pull Request - State: closed - Opened by joshcarp over 5 years ago - 1 comment

#25 - Remove SNan panics?

Issue - State: closed - Opened by joshcarp over 5 years ago - 1 comment

#24 - Make Size function O(1) time complexity

Issue - State: closed - Opened by joshcarp over 5 years ago - 2 comments

#23 - Fix add arithmetic to pass dectest ddAdd.dectest

Pull Request - State: closed - Opened by joshcarp over 5 years ago

#22 - Should Neg… constants be removed?

Issue - State: open - Opened by anzdaddy over 5 years ago
Labels: πŸ”Œ api design

#21 - s/ParseDecimal/Parse/

Issue - State: open - Opened by anzdaddy over 5 years ago
Labels: πŸ”Œ api design

#20 - Consider a package each for Decimal64 and Decimal128

Issue - State: open - Opened by anzdaddy over 5 years ago
Labels: πŸ”Œ api design

#19 - Equality behaviour of Nans

Issue - State: closed - Opened by joshcarp over 5 years ago - 2 comments
Labels: πŸ”Œ api design

#18 - Add dectest suite and regex parser

Pull Request - State: closed - Opened by joshcarp over 5 years ago - 3 comments

#17 - Test against a reference IEEE754 decimal implementation

Issue - State: open - Opened by anzdaddy over 5 years ago - 4 comments

#16 - Convert to/from other types

Issue - State: open - Opened by anzdaddy over 5 years ago
Labels: πŸ”Œ api design

#15 - Add IsZero() method to Decimal64

Issue - State: closed - Opened by juliaogris over 5 years ago
Labels: enhancement, good first issue

#14 - Overflow protection and rounding to +- inf for Add function

Pull Request - State: closed - Opened by joshcarp over 5 years ago - 3 comments

#13 - Use prec parameter in (Decimal64).Append

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: :bug: bug

#12 - Avoid dynamic memory allocation where practical

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: :zap: performance

#11 - Exponent overflow in decimal64

Issue - State: closed - Opened by joshcarp almost 6 years ago - 1 comment
Labels: :bug: bug

#10 - Skip long running tests for -short flag

Pull Request - State: closed - Opened by juliaogris almost 6 years ago

#9 - added travis config and gometalinter config

Pull Request - State: closed - Opened by joshcarp almost 6 years ago

#8 - Travisci continuous integration

Pull Request - State: closed - Opened by joshcarp almost 6 years ago

#7 - Security audit

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: help wanted, :exclamation: anz approval prereq

#6 - Builtin decimal types PoC

Issue - State: closed - Opened by anzdaddy almost 6 years ago
Labels: enhancement

#5 - Verify implementation of gob

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: help wanted

#4 - Performance analysis

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: help wanted, :zap: performance

#3 - Implement decimal32

Issue - State: open - Opened by anzdaddy almost 6 years ago
Labels: enhancement, low priority

#2 - Implement decimal128

Issue - State: closed - Opened by anzdaddy almost 6 years ago
Labels: enhancement

#1 - Review and round out decimal64 testing

Issue - State: open - Opened by anzdaddy almost 6 years ago - 5 comments
Labels: :exclamation: anz approval prereq