-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update released version? #184
Comments
Hi apologies, I am working on version 6 by rewriting the code from scratch, and hopefully working on issue later. The code needs refreshing (especially in the _build.py file which is mysterious to read by me even), It is not going particularly fast. Anything you need particular updates on? |
Thanks! I'm using the recent textual wrapper to plotext - this uses the pypi version which doesn't include the option to label stacked bar plots. It would be cool if it did in future! |
Ok, thanks for replying. I will try to work on labelled bar plots. For now the way to do it, is 'manually', as shown here. I hope it helps in the meantime. |
It also would be awesome to have a released version with heatmap support... |
Hi @piccolomo, First, thanks for this great library ❤️ and sorry for bumping this issue. Cheers, |
Hi @ap-- yes sorry you and others if waiting for version 6. I got derailed into rewriting the kernel of the program and it is taking more time then expected. But I am working on it (in spare time). You are welcomed to contribute. You could write me by email (piccolomo@gmail.com) and see how you could help. Thanks for the message, |
Just to update and apologise: I have been quite busy rewriting the package from ground up and will update. |
I discovered this package last week and it has been a lifesaver for my hobby project. Thank you! I'd love to use the |
Hi @luxedo and all, so basically I have been working not stop (when I got the time) to build the project from ground up. Reason is: I was not happy with Again apologies and thank you for patience! Here is the progress:
It is going to take a while, especially cause I want to do it properly! I have added a rough estimate of delivery times. The estimate is pessimistic (I hope!). I have lost memory of the state of Once you happy with it I can publish it on pypi. Would you be available? You would have to test the package. Would that work? I would appreciate it cause I am focused on new version. Thank you! |
Yes I can take a look. I see there's a few tests in https://github.com/piccolomo/plotext/blob/master/tests.sh and it could be a start |
Plotext 5.3.1 tests
InstallingTo install the package I had to add
Running test commandRunning the test script for the first time freezes the script in both YouTube Plot tests: echo -en "Command Line Tool: YouTube Plot"
fork
if test $out -eq 1
then
plotext youtube --url test
fi
# And
echo -en "YouTube Plot"
fork
if test $out -eq 1
then
python3 -c "import plotext as plt; plt.play_youtube(plt.test_youtube_url)"
fi Freezes here with the following message:
The version |
I see : I am going to publish it regardless on pypi and deal with this video streaming issue for next version, as it is not central to the package. Let me know if you or anyone else does not agree. Thank you for the tests! |
Published on pypi! :-) |
Unfortunately the new release is breaking textual-plotext, a wrapper library to use plotext plots in textual, the actual code changes are not in github yet correct? Best regards, and thanks for this awesome library and the work you put into it |
Hi,
This is a great library - do you have plans to push an update to pypi soon supporting some of the recent changes? Other libraries building on this would benefit!
Thanks!
The text was updated successfully, but these errors were encountered: