Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-qgrid | Distribution: SUSE Linux Enterprise 15 SP5 |
Version: 1.3.0 | Vendor: openSUSE |
Release: bp155.2.11 | Build date: Mon May 22 12:32:03 2023 |
Group: Development/Languages/Python | Build host: cloud102 |
Size: 3826024 | Source RPM: python-qgrid-1.3.0-bp155.2.11.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/quantopian/qgrid | |
Summary: Grid for sorting and filtering DataFrames in Jupyter notebooks |
An Interactive Grid for Sorting and Filtering DataFrames in Jupyter Notebook. This package provides the python interface.
Apache-2.0
* Wed Apr 08 2020 Todd R <toddrme2178@gmail.com> - Don't use post and preun scriptlets to avoid dependency issues. - Fix broken extension enabling. * Mon Mar 23 2020 Benjamin Greiner <code@bnavigator.de> - resolve the broken python2 dependency - update to 1.3.0 * Add license to setup.py (#292) @sergiuser1 * MAINT: Push qgrid to a new npm home (#288) @gerrymanoim * README item on installing lab extension from source (#289) @itcarroll * update grid.py for changes in pandas 1.0.1 (#290) @richdevboston * Wed Jan 15 2020 Todd R <toddrme2178@gmail.com> - Update to 1.2.0 * Readme tweaks * Compatibility with Jupyter Lab >=1.0.0 * Wed Nov 13 2019 Todd R <toddrme2178@gmail.com> - Drop python2 support due to python-notebook dropping python2 support - Fix notebook dependency * Mon Aug 05 2019 Todd R <toddrme2178@gmail.com> - Fix dependencies. * Thu Apr 25 2019 Todd R <toddrme2178@gmail.com> - Rename to to match python package naming guidelines. - Split jupyter components into own subpackage. * Thu Aug 02 2018 toddrme2178@gmail.com - Update to 1.1.1 * Fixes an issue where the grid widget would flash noticeably when the df attribute or any other attributes were changed. This issue has existed since 1.0. (#186) * Make the SlickGrid object available via $('.q-grid').data('slickgrid') as suggested here: [#178] (comment). This allows you to work with a particular SlickGrid instance from the js console. - Update to 1.1.0 * Column options can be provided via the show_grid method. Options can be provided for all columns via the column_options parameter, and for individual columns via the column_definitions parameter. * Added edit_cell, change_selection, toggle_editable methods for updating the state of an existing grid widget without having to call show_grid. * Updated the add_row method so that the caller can specify the values for the new row via the row parameter. This will allow people to add rows to a qgrid instance even if it's showing a DataFrame that doesn't have an integer index. * Updated the remove_row method so that the indices of the rows to remove can optionally be provided via the rows parameter. * Fixed issue where moving the scroll bar around a bunch of times quickly can cause a series of grid refreshes to occur. * Thanks to Abigail Hahn (vardaofthevalier) for adding many of the features in the following PR: #191 * Sun Jun 10 2018 jengelh@inai.de - Avoid bashism in scriptlet. * Thu Jun 07 2018 jengelh@inai.de - Use noun phrase in summary. * Thu Jun 07 2018 toddrme2178@gmail.com - Update to 1.0.5 * Fixes issue where editing cells in a DataFrame with an unnamed index results in an error pop up * Make categorical column filtering work with old versions of pandas, like 0.18 * Adds new on and off methods at both the module-level (for listening to events on all qgrid instances) and at the instance-level (for listening to events on individual qgrid instances) * The on and off methods mentioned above should now be used to listen for events instead of listening for the on_value_change event of the _df attribute. In other words using qgrid_widget.observe(on_value_change, names=['_df']) for being notified about changes to the state of the grid (i.e. editing, sorting, filtering) will no longer work. - Use || true syntax instead of exit 0 * Thu May 03 2018 toddrme2178@gmail.com - Use %license tag * Thu Apr 19 2018 toddrme2178@gmail.com - Update to 1.0.2 * Fixes issue that made it impossible to set the value of a float cell to zero #174 * Updated tests to be python 2 compatible by removing usages of nonlocal. This change will help us to simplify the coda build process. * Thu Feb 15 2018 toddrme2178@gmail.com - Update to 1.0.1b1 * Fix handling of grid_options in set_defaults * Wed May 06 2015 toddrme2178@gmail.com - Initial version
/usr/lib/python3.6/site-packages/qgrid /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/qgrid-1.3.0-py3.6.egg-info/top_level.txt /usr/lib/python3.6/site-packages/qgrid/__init__.py /usr/lib/python3.6/site-packages/qgrid/__pycache__ /usr/lib/python3.6/site-packages/qgrid/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/__pycache__/_version.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/__pycache__/_version.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/__pycache__/grid.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/__pycache__/grid.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/_version.py /usr/lib/python3.6/site-packages/qgrid/grid.py /usr/lib/python3.6/site-packages/qgrid/pd_json /usr/lib/python3.6/site-packages/qgrid/pd_json/__init__.py /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__ /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/json.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/json.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/normalize.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/normalize.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/table_schema.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/__pycache__/table_schema.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/pd_json/json.py /usr/lib/python3.6/site-packages/qgrid/pd_json/normalize.py /usr/lib/python3.6/site-packages/qgrid/pd_json/table_schema.py /usr/lib/python3.6/site-packages/qgrid/static /usr/lib/python3.6/site-packages/qgrid/static/00dd0ec0a16a1085e714c7906ff8fb06.png /usr/lib/python3.6/site-packages/qgrid/static/093a819138276b446611d1d2a45b98a2.png /usr/lib/python3.6/site-packages/qgrid/static/2352874b5f636ca331fe9509a2f9bdd7.gif /usr/lib/python3.6/site-packages/qgrid/static/3e4484ea8db10af1320808c8477346ea.gif /usr/lib/python3.6/site-packages/qgrid/static/40bf25799e4fec8079c7775083de09df.png /usr/lib/python3.6/site-packages/qgrid/static/4e7e3e142f3939883cd0a7e00cabdaef.png /usr/lib/python3.6/site-packages/qgrid/static/6ccc1ed85229f7c88b07bbbeefe5214d.gif /usr/lib/python3.6/site-packages/qgrid/static/a92d8f6c106943995720f2884634670e.gif /usr/lib/python3.6/site-packages/qgrid/static/b2c868bfc2cab12122861c8214e38724.gif /usr/lib/python3.6/site-packages/qgrid/static/d104fcf119d40c51554ddb8b377142e5.gif /usr/lib/python3.6/site-packages/qgrid/static/d10bc07005bb2d604f4905183690ac04.png /usr/lib/python3.6/site-packages/qgrid/static/ea4ebe072be75fbbea002631916836de.png /usr/lib/python3.6/site-packages/qgrid/static/extension.js /usr/lib/python3.6/site-packages/qgrid/static/index.js /usr/lib/python3.6/site-packages/qgrid/static/index.js.map /usr/lib/python3.6/site-packages/qgrid/tests /usr/lib/python3.6/site-packages/qgrid/tests/__init__.py /usr/lib/python3.6/site-packages/qgrid/tests/__pycache__ /usr/lib/python3.6/site-packages/qgrid/tests/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/tests/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/tests/__pycache__/test_grid.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/qgrid/tests/__pycache__/test_grid.cpython-36.pyc /usr/lib/python3.6/site-packages/qgrid/tests/test_grid.py /usr/share/doc/packages/python3-qgrid /usr/share/doc/packages/python3-qgrid/README.rst /usr/share/licenses/python3-qgrid /usr/share/licenses/python3-qgrid/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 18:05:00 2024