Ticket #5737 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

[with patch, with positive review] pynac interface improvements

Reported by: burcin Owned by: burcin
Priority: trivial Milestone: sage-3.4.1
Component: symbolics Keywords:
Cc: wstein, mhansen, ncalexan Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

Attached patches fix some bugs in the pynac interface and add .find() and .is_polynomial() functions.

Attachments

trac_5737-01-find.patch Download (2.8 KB) - added by burcin 4 years ago.
add .find() method
trac_5737-02-real_imag.patch Download (2.9 KB) - added by burcin 4 years ago.
fix py_real() and py_imag()
trac_5737-03-is_polynomial.patch Download (2.3 KB) - added by burcin 4 years ago.
add .is_polynomial()

Change History

Changed 4 years ago by burcin

add .find() method

Changed 4 years ago by burcin

fix py_real() and py_imag()

Changed 4 years ago by burcin

add .is_polynomial()

comment:1 Changed 4 years ago by burcin

  • Status changed from new to assigned
  • Summary changed from pynac interface improvements to [with patch, needs review] pynac interface improvements

comment:2 Changed 4 years ago by ncalexan

  • Summary changed from [with patch, needs review] pynac interface improvements to [with patch, with positive review] pynac interface improvements

It's not clear that defaulting all objects to be "real" is a good choice, but it'll do for now. Apply!

comment:3 Changed 4 years ago by mabshoff

  • Status changed from assigned to closed
  • Resolution set to fixed
  • Milestone changed from sage-3.4.2 to sage-3.4.1

Merged all three patches in Sage 3.4.1.rc3.

Cheers,

Michael

Note: See TracTickets for help on using tickets.