Skip to content

version 0.4.3

Compare
Choose a tag to compare
@francof2a francof2a released this 21 Sep 11:08
· 46 commits to master since this release

version 0.4.3

  • Fxp adds config as optional init parameter (kwarg).
  • Functions (operators) over one and two variables copy first operator configuration by default.
  • Changes above fixed wrap overflowing bug after operation (issue #42 solved).
  • Wrap function of utils fix bug when data has more than n_word_max (64 bits in the most of cases) (issue #41 soved).
  • Config new methods: copy, deepcopy.
  • Fix warning about internal complex check (issue #39).
  • Add link implementation between functions.truediv with numpy.divide.
  • Add axes parameter to transpose method.