Changelog for
python3-jupyter_qgrid-1.0.5-lp150.6.1.noarch.rpm :
* Sun Jun 10 2018 jengelhAATTinai.de- Avoid bashism in scriptlet.
* Thu Jun 07 2018 jengelhAATTinai.de- Use noun phrase in summary.
* Thu Jun 07 2018 toddrme2178AATTgmail.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 toddrme2178AATTgmail.com- Use %license tag
* Thu Apr 19 2018 toddrme2178AATTgmail.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 toddrme2178AATTgmail.com- Update to 1.0.1b1
* Fix handling of grid_options in set_defaults
* Wed May 06 2015 toddrme2178AATTgmail.com- Initial version