Results 30 comments of brubsby

Thanks for the response! I'll definitely consider giving it a shot if you don't have plans to any time soon, although I'm unsure how/if the backwards compatibility would be able...

also getting this, CUTS doesn't seem to want to output anything when fed white noise, i could be misunderstanding though. ![image](https://user-images.githubusercontent.com/57653502/83338202-7bd40a80-a287-11ea-8694-282251dd37e0.png) edit: vcv crashed and reloaded, and the cuts module...

Might not be appropriate for this issue, but since it seemed related to the ongoing tasks mentioned in here, I figured I'd comment here rather than make a new one....

> But there are binary wheels, which you could install with pip install gmpy2==2.2.0a1 Ah that worked! I didn't realize prereleases were distributed on pip as well.

The documentation changes look like they would fix my issue if my guesses are correct, but I don't think I can fully test this with just the documentation artifacts alone...

``` Found 681 cards... Removed overlap between rated cards and due cards: 6 cards removed. Keeping 675 cards. Asking Anki for information about 687 cards... (Large number of cards to...

Seems fixed with this change at AnnA.py:772 ```py self.df = pd.DataFrame(list_cardInfo) self.df["cardId"] = self.df["cardId"].astype('int64') self.df = self.df.set_index("cardId").sort_index() self.df["interval"] = self.df["interval"].astype(float) return True ``` My card ids were very large for...

Found it, I think it's better at cross platform than signal, but I could be wrong, maybe I'll try to give you a pr with it to see if it...

Seems to work now after fixing some int overflow errors with either the new pandas version, or my specific deck, but I'm not as well versed in the usual functioning...

#23 realized I had done the changes on main, and most of the work is on dev, went ahead and made the changes on dev too (as well as a...