17
0
Files
python-ipyscales/python-ipyscales.changes

101 lines
3.3 KiB
Plaintext

-------------------------------------------------------------------
Thu May 30 12:37:38 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Build from source using obs-service-node_modules
-------------------------------------------------------------------
Thu Mar 7 10:54:34 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19 (through
ipywidgets)
-------------------------------------------------------------------
Sat Aug 26 14:32:27 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Avoid notebook 7: use nbclassic or notebook 6 for extension
-------------------------------------------------------------------
Sat Aug 26 13:37:53 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Refine jupyter requirement and recommendation chain
-------------------------------------------------------------------
Sun Jan 8 16:08:54 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 0.7.0 with jupyter-scale 3.3.0
* no release notes
- Fix gh#vidartf/ipyscales#29
- Cleanup jupyter-* packages
-------------------------------------------------------------------
Wed May 11 08:56:49 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.6.0 with jupyter-scales 3.2.0
* no release notes
- fix fdupes errors
-------------------------------------------------------------------
Thu Apr 22 03:59:17 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Do not build for Python 3.6, due to no NumPy.
-------------------------------------------------------------------
Fri Aug 16 17:17:14 UTC 2019 - Todd R <toddrme2178@gmail.com>
- The full jupyterlab isn't needed for install
-------------------------------------------------------------------
Wed May 15 14:52:32 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fixed typo
-------------------------------------------------------------------
Thu Apr 25 01:59:57 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.4.0
* Regenerate examples with new frontend version
* Tweak RTD env
* Update chromabar/d3 deps
* Fix change notification for value's scale
* Scaled value initial implementation
* Ensure we update listens on scale for data
* Add ArrayColorScale
* Add color map notebook
* Add ordinal color maps
* Add scaled data example (also add to docs)
- Rename to to match python package naming guidelines.
- Split jupyter components into own subpackage.
-------------------------------------------------------------------
Fri Jan 4 16:35:02 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.3.0
* Clean up dist config
* Check in package lock
* Do not include coverage in JS package
* Fix docs requirements
* Fix syncToModel
* Rename widgets (remove Widget postfix)
* Add log scale
* Add more advanced color trait
-------------------------------------------------------------------
Thu Aug 2 19:38:44 UTC 2018 - toddrme2178@gmail.com
- Update to 0.2.2
* Fix nbextension dist again
* Fix datafiles spec
* Sync npm deps
* Cleanup setup and distribution
* Add dash to lab package keyword
-------------------------------------------------------------------
Tue May 29 14:59:34 UTC 2018 - toddrme2178@gmail.com
- Use || true syntax instead of exit 0
-------------------------------------------------------------------
Sun Apr 22 02:13:10 UTC 2018 - toddrme2178@gmail.com
- Initial version