Skip to content
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

Misc fixes and updates #80

Merged
merged 32 commits into from
Jul 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
405dd11
Add jupterlab
meghdadFar Jun 30, 2023
923354d
Add jupterlab
meghdadFar Jun 30, 2023
5fe1db4
Fall back to jupyter
meghdadFar Jun 30, 2023
446ed80
Make create_pos_plots and create_dist_plots private
meghdadFar Jul 3, 2023
24e6e2f
Update docstring by moving it to the right place
meghdadFar Jul 3, 2023
062870d
Minor
meghdadFar Jul 4, 2023
6eefd66
Minor
meghdadFar Jul 4, 2023
7e413b5
Move go_plot_settings to kwargs
meghdadFar Jul 5, 2023
80036d4
Move wc_settings to kwargs
meghdadFar Jul 5, 2023
02aad71
Update word_cloud calls
meghdadFar Jul 5, 2023
1a5d288
Optimize figure creation and return values
meghdadFar Jul 5, 2023
06783f1
Fix missing argument issue
meghdadFar Jul 5, 2023
9582964
Rm prints
meghdadFar Jul 5, 2023
ba6dc70
Test word clouds
meghdadFar Jul 5, 2023
c7d71eb
Improve arg names and usage
meghdadFar Jul 6, 2023
3b21866
Rename arg for better readability
meghdadFar Jul 6, 2023
3883411
Better docs
meghdadFar Jul 6, 2023
0152b7b
Add kwargs to for dist plot settings
meghdadFar Jul 6, 2023
ee44143
Fix and manually test changed args
meghdadFar Jul 6, 2023
5de98c4
Minor
meghdadFar Jul 7, 2023
774b770
Add kwargs to for label plots' settings
meghdadFar Jul 7, 2023
dce63e2
Test various coloraxis
meghdadFar Jul 7, 2023
09ceaa8
Change cover
meghdadFar Jul 7, 2023
ce9b0b1
Change cover
meghdadFar Jul 7, 2023
34fe3a5
Rm unused links
meghdadFar Jul 7, 2023
0587481
Minor
meghdadFar Jul 7, 2023
55ad863
Improve docstring
meghdadFar Jul 7, 2023
0a12839
Typo
meghdadFar Jul 9, 2023
9d0e26d
Rm deprecated show_plot()
meghdadFar Jul 9, 2023
bbb40fe
Rm deprecated anomaly stuff and clean up
meghdadFar Jul 9, 2023
241d97f
Add missing info
meghdadFar Jul 13, 2023
1c2b4d5
Bump version
meghdadFar Jul 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
Version 0.4.2
-------------
- Better encapsulation.
- Overall improvement and fix of several inconsistencies in docstring.
- Allow quite a few plot configurations via kwargs.
- Rm old code from the demo notebook.
- Change cover.
- Optimize figure creation.

Version 0.4.1
-------------
- Update precommit hooks mypy and black versions
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ environment:
# Disable Poetry's environment creation, since we already have created one
poetry config virtualenvs.create false

Use Poetry to install dev (and main) dependencies:
Use Poetry to install dev (and main) dependencies and download NLTK data:

.. code:: bash

Expand Down
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ license <https://en.wikipedia.org/wiki/MIT_License>`__. We, however,
offer a framework on top of Wordview for enterprise use under a commercial license. See this page for
more information about this framework.

|text_analysis_cover|
|cover|


Usage
Expand Down Expand Up @@ -99,8 +99,4 @@ Contributing
Thank you for contributing to wordview! We and the users of this repo
appreciate your efforts! You can visit the `contributing page <CONTRIBUTING.rst>`__ for detailed instructions about how you can contribute to Wordview.

.. |cover| image:: docs/figs/abstract_cover_2.png
.. |clustering_cover| image:: docs/figs/clustering_cover.png
.. |text_analysis_cover| image:: docs/figs/text_analysis.png


.. |cover| image:: docs/figs/cover.png
Binary file added docs/figs/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading