Skip to content

issues Search Results · repo:smlgit/fpbinary language:Python

Filter by

26 results
 (78 ms)

26 results

insmlgit/fpbinary (press backspace or delete to remove)

Using the invalid condition of a the total bits being negative for the FpBinary.resize method results in a dead kernel: # Creating a new FpBinary object properly creates a ValueError if integer_bits + ...
  • cdboschen
  • 1
  • Opened 
    on Apr 23, 2023
  • #27

(Minor clerical error). The doc string for RoundingEnum describes Python as using near_zero when converting floats to ints. I believe Python uses near_even (as given by round() as well as numpy np.round() ...
  • cdboschen
  • 1
  • Opened 
    on Apr 22, 2023
  • #26

The following results in a Dead kernel when executed in a Jupyter Notebook or the Spyder IDE (but appeared to work fine from a Python console directly). import numpy as np import fpbinary as fpb fp_mode= ...
  • cdboschen
  • 1
  • Opened 
    on Apr 12, 2023
  • #25

Hi! I am not sure if posting an issue to send this message is best practice (and if not I apologize). I would like to get in touch with the primary contributors for fpbinary. I have reviewed several options ...
  • cdboschen
  • 1
  • Opened 
    on Apr 8, 2023
  • #24

There are memory leaks in the following FpBinaryComplex functions: resize() conjugate() divide operation
  • smlgit
  • 1
  • Opened 
    on Mar 11, 2023
  • #23

Add support for create and resize of fixed point objects in lists and arrays without needing to use the map/vectorize functions. This is a quick way to speed up these operations (mainly) on numpy arrays ...
  • smlgit
  • 1
  • Opened 
    on Jan 4, 2023
  • #22

Add support for squaring fixed point numbers. I.e. support: fp_num ** 2 fp_num ** 2.0
  • smlgit
  • 1
  • Opened 
    on Nov 18, 2022
  • #21

Add support for casting FpBinaryComplex to complex.
  • smlgit
  • 1
  • Opened 
    on Nov 18, 2022
  • #20

Modify the build system to produce macOS binaries.
enhancement
  • smlgit
  • 1
  • Opened 
    on Jun 29, 2020
  • #19

Current OverflowEnum and RoundEnum are instances of classes. It makes more sense for these to be types with static fields. This will also make documentation easier.
  • smlgit
  • 1
  • Opened 
    on Jun 27, 2020
  • #18
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 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