Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / yalishanda42/py-polynomial issues and pull requests
#56 - Use `numpy` under the hood to speed things up
Issue -
State: open - Opened by yalishanda42 4 months ago
#55 - Add `ScarcePolynomial`
Issue -
State: open - Opened by yalishanda42 about 1 year ago
Labels: hacktoberfest
#54 - Add cubic polynomials
Issue -
State: open - Opened by yalishanda42 about 1 year ago
Labels: hacktoberfest
#53 - Increase Python versions range
Pull Request -
State: closed - Opened by yalishanda42 almost 2 years ago
#52 - add Polynomial.calculate_horner
Pull Request -
State: closed - Opened by Deric-W almost 2 years ago
- 1 comment
#51 - Gredey
Pull Request -
State: closed - Opened by DDTIC almost 3 years ago
#50 - Configure Renovate
Pull Request -
State: closed - Opened by renovate[bot] over 3 years ago
- 1 comment
#49 - Definite integral only
Pull Request -
State: closed - Opened by jwg4 almost 4 years ago
- 2 comments
#48 - Autogenerate docs and deploy them on release
Pull Request -
State: closed - Opened by yalishanda42 almost 4 years ago
- 1 comment
#47 - Create pydocstyle.yml
Pull Request -
State: closed - Opened by yalishanda42 about 4 years ago
- 1 comment
#46 - Migrate to Github Actions
Pull Request -
State: closed - Opened by yalishanda42 about 4 years ago
- 1 comment
#45 - Optimize Monomial, Constant to run in constant time,
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#44 - Optimize QuadraticTrinomial methods by 4-100x
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#43 - Add cubic polynomials and quadrinomials
Pull Request -
State: open - Opened by yalishanda42 over 4 years ago
#42 - Release a new version?
Issue -
State: closed - Opened by jakobkogler over 4 years ago
- 1 comment
#41 - Optimizations for FixedPolynomials and multiplication
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#40 - Add FixedTermPolynomial to maintain number of terms.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#39 - Implement FixedDegreePolynomial
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#38 - Fix repr for Binomial, Trinomial
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#37 - Add Codecov
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#36 - Implement a class for allowing combined string / number variables.
Pull Request -
State: open - Opened by philippeitis over 4 years ago
- 1 comment
#35 - Add a zero_instance method to avoid casting math operations
Issue -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#34 - Simplify multiplication, make Constant Constant multiplies return Constant
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#33 - Make ZeroPolynomial immodifiable, add FrozenPolynomial class.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 4 comments
#32 - Implement __pow__, __ipow__, fix bugs when multiplying ZeroPolynomial with Monomials.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#31 - Implement >>, >>=, <<, <<= methods for changing degree.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
#30 - Implement integral, indefinite integral.
Pull Request -
State: open - Opened by philippeitis over 4 years ago
#29 - Implement __mod__ and __imod__
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#28 - Use slicing on _vector more directly.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
#27 - Implement __contains__ for tuples, lists, sets, and Polynomials.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#26 - Simplify code, utilize terms in addition methods.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
#25 - Implement nth_derivative for calculating arbitrary derivatives efficiently.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 3 comments
#24 - Implement divmod, floordiv
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#23 - Fix #22 - split into different submodules
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#22 - Fix 'Complex Code' issue in polynomial\__init__.py
Issue -
State: closed - Opened by codefactor-io[bot] over 4 years ago
#21 - Correctly trim when setting terms
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
#20 - Trim Polynomial where necessary, fix zero-polynomial checks.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#19 - [Issue found by unit tests]: Test that the properties change when the leading term is zeroed.
Issue -
State: closed - Opened by yalishanda42 over 4 years ago
Labels: bug, good first issue
#18 - [Issue found by unit tests]: Test that multiplying by zero equals zero.
Issue -
State: closed - Opened by yalishanda42 over 4 years ago
Labels: bug, good first issue
#17 - [Issue found by unit tests]: Test that the derivative of the zero polynomial is the zero poly.
Issue -
State: closed - Opened by yalishanda42 over 4 years ago
Labels: bug, good first issue
#16 - [Issue found by unit tests]: Test Constant(number) == number where type(number) is {int|float|complex}.
Issue -
State: closed - Opened by yalishanda42 over 4 years ago
Labels: bug, good first issue
#15 - [Issue found by unit tests]: Test that the default Monomial is 'x'.
Issue -
State: closed - Opened by yalishanda42 over 4 years ago
Labels: bug
#14 - Fix __str__ for polynomials containing powers starting in 1, degree for Polynomials with leading 0 terms.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 2 comments
#13 - Implement copy, deepcopy, use self iterator
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#12 - Add __repr__ for all simple polynomials, add const property to Constant.
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#11 - Implement __neg__, __sub__, __rsub__, __isub__, __pos__
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#10 - Implement __iadd__ and __imul__
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#9 - Create `pydocstyle` job on CircleCI
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#8 - Test pep8 speaks
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
- 1 comment
#7 - Test pep8 speaks
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
- 1 comment
#6 - Add bad test commit
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
- 1 comment
#5 - Fix issue #4
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#4 - Fix 10 Maintainability issues in multiple files
Issue -
State: closed - Opened by codefactor-io[bot] over 4 years ago
#3 - Add PEP-8 speaks YAML config
Pull Request -
State: closed - Opened by yalishanda42 over 4 years ago
#2 - Fix multiplying polynomials, addition bug, simplify / optimize code
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment
#1 - Incorrect implementation of repr
Pull Request -
State: closed - Opened by philippeitis over 4 years ago
- 1 comment