Skip to content

issues Search Results · repo:zoj613/polyagamma language:C

Filter by

27 results
 (65 ms)

27 results

inzoj613/polyagamma (press backspace or delete to remove)

I ve tried to install polyagamma from pip with numpy = 2.0.0 (I ve tried a few versions), in a virtual environment. However, upon import of polyagamma in such an environment: Traceback (most recent call ...
bug
CI/CD
random_polyagamma
  • manilasoldier
  • 2
  • Opened 
    4 days ago
  • #129

I recently discovered that the perfplot package introduced breaking changes since version 0.9.8 that truncate to int any values to perfplot.bench s n_range argument (see: https://github.com/nschloe/perfplot/issues/153). ...
documentation
good first issue
performance
  • zoj613
  • Opened 
    on Jun 22, 2022
  • #115

Currently, the behavior of random_polyagamma when called with the disable_checks=True flag is anything goes ; meaning that it might return a 0.0, crash your program or hang forever if the shape parameter ...
documentation
good first issue
maintainance
random_polyagamma
  • zoj613
  • 4
  • Opened 
    on Jun 22, 2022
  • #114

Now that this project is fairly stable, I find that using poetry given that its only dependency is numpy.....is maybe overkill? This project s packaging can be managed solely via setuptools. With the ...
CI/CD
maintainance
  • zoj613
  • Opened 
    on Jun 19, 2022
  • #112

A numpy issue showed that numpy s formula for generating 32bit random uniform values was waiting bits. There is a PR that fixes this which was merge in https://github.com/numpy/numpy/pull/20314. It states ...
good first issue
maintainance
random_polyagamma
  • zoj613
  • Opened 
    on Jun 17, 2022
  • #111

ppg = pypolyagamma.PyPolyaGamma() ppg.pgdrawv(b, c, ret) can I use polyagamma to Implement these two lines of code?
question
random_polyagamma
  • 943fansi
  • 2
  • Opened 
    on Jan 1, 2022
  • #105

I have a package that includes a dependency which has a transitive dependency on numpy==1.18.5. Since polyagamma requires numpy==1.19.*, this leads to a conflict when installing the two in the same environment. ...
question
  • macks22
  • 3
  • Opened 
    on Sep 29, 2021
  • #104

Description of issue The random_polyagamma function hangs without accepting a KeyboardInterrupt with some inputs in version 1.3.1. Steps to reproduce: Environment setup On both OSX and Linux: conda ...
random_polyagamma
  • macks22
  • 5
  • Opened 
    on Aug 30, 2021
  • #102

I realize you ve chosen poetry as your primary package manager, but I d propose it would also be beneficial to have polyagamma available on a common conda mirror like conda-forge. I believe the necessary ...
CI/CD
feature request
help wanted
question
  • macks22
  • 4
  • Opened 
    on Jul 14, 2021
  • #97

Currently, the size argument is ignored if one of h and z are not scalars. This means that something like: random_polyagamma([2, 3], size=(4, 3, 2)) simply returns a 2-element 1-d array since the broadcasting ...
enhancement
random_polyagamma
  • zoj613
  • Opened 
    on Jun 21, 2021
  • #89
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub