Skip to content

Commit

Permalink
Merge pull request #80 from meghdadFar/meghdadFar/misc-fixes-updates
Browse files Browse the repository at this point in the history
Misc fixes and updates
  • Loading branch information
meghdadFar committed Jul 13, 2023
2 parents 2d68e09 + 1c2b4d5 commit 608962a
Show file tree
Hide file tree
Showing 11 changed files with 34,836 additions and 3,507 deletions.
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

0 comments on commit 608962a

Please sign in to comment.