Skip to content

Tags: DougVaderJr/qgrid

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ENH: Support for JupyterLab 2 (quantopian#301)

* JupyterLab 2 compatebility

- Update the python package coupling to the JupyterLab extension to be
less strict, allowing for a coupling to `^1.1.2` instead of exactly
`^1.1.1`. This is very relevant if we make a small bump to the extension
but don't want to make a new release of qgrid, or if qgrid would be
installed by conda and it's availability was delayed so the newer npm
package was available but the python package was outdated and coupled to
the old versions specifically.
- Move various loaders that are only used by webpack to build the json
files from being dependencies to being devDependencies.
- Bump versions of various dependencies to avoid security issues found
in packages by npm.

* Use labextension link instead of install for local dev

A good rule of thumb according to this @vidartf.

ref: https://discourse.jupyter.org/t/about-jupyter-labextension-link-v-s-install/2201/2?u=consideratio

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
BLD/BUG: GH actions (quantopian#293)

* BLD: GH actions for tests

* BUG: Fix series comparison

* BUG: Fix tz old vs new conversion issues

* BLD: Automatic builds and publish

* BLD: Bump the version

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#275 from quantopian/update-dependencies

Update qgrid for jupyterlab

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#211 from quantopian/edit-cell-docs

Add doc string for the edit_cell method

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#210 from quantopian/fix-bold-index

Add 'toggle_editable' method, and fix the 'boldIndex' grid option

v1.0.6-beta.6

Toggle v1.0.6-beta.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#203 from quantopian/object-display

1.0.6 beta 6

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#199 from quantopian/fix-edit-unnamed-index

Fixing issue with editing a table with unnamed index columns, bumping version again

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#197 from quantopian/pandas-backward-compat

Make filters for categorical columns work on old versions of pandas, bump to 1.0.4

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#196 from quantopian/bump-version

Bump version to 1.0.3 (promote beta release to GA)

v1.0.3-beta.0

Toggle v1.0.3-beta.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request quantopian#194 from quantopian/events-api

Events API