File python-cauldron-notebook.changes of Package python-cauldron-notebook
-------------------------------------------------------------------
Mon May 6 06:43:51 UTC 2024 - pgajdos@suse.com
- remove superfluous sed
-------------------------------------------------------------------
Mon Mar 4 21:29:57 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Build PEP517 wheel
- Skip python39: no plotly anymore (due to xarray)
-------------------------------------------------------------------
Wed Jan 4 14:09:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v1.0.9:
* Add 3.10 support.
* Remove 3.6 support.
* Updates for major dependency changes.
-------------------------------------------------------------------
Thu Dec 9 08:15:32 UTC 2021 - pgajdos@suse.com
- version update to 1.0.7
* Improves handling of module reloading in shared libraries to avoid inter-dependencies from causing reload-order errors.
* Adds version display to the web UI home screen for all three components for clarity with style alerting when key versions mismatch.
* Also added hooks for APM to support API tuning and some backwards-compatible changes to the API for additional debugging clarity.
* Refactored build configuration into yaml files for greater extensibility.
* Updated web UI dependencies.
* Drop support for Python 3.5 now that is has passed its end-of-life date.
* Adds official support for Python 3.9 now that the DS stack libraries have released with 3.9 support as well.
* Adds handling of decimal.Decimal types in a number notebook rendering cases.
* Improved step test file matching for partial matches in cases where similar file names are found within the same project.
* Improved notebook loading within the UI application.
-------------------------------------------------------------------
Thu Dec 9 08:10:04 UTC 2021 - pgajdos@suse.com
- do not require pytest-runner for build, not required
-------------------------------------------------------------------
Wed Jan 27 22:48:12 UTC 2021 - Benjamin Greiner <code@bnavigator.de>
- Disable python36 build, because SciPy dropped support for
Python 3.6 and other NumPy related packages will drop it soon.
-------------------------------------------------------------------
Wed Jul 8 10:39:50 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 1.0.3
* Improve step test file name matching when similar file names exist within a project.
* Also improve the load process for project notebook displays in the UI application.
-------------------------------------------------------------------
Wed May 27 09:36:36 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Thu Jan 30 19:28:53 UTC 2020 - Todd R <toddrme2178@gmail.com>
- Update to 1.0.2
* Restores Python 3.5 compatibility for lower patches.
* Improves large file syncing between UI and kernels.
- Update to 1.0.1
* Expanded color palette management in the plotter module,
* Simplified step testing with partial step matching in run_set(STEP_NAME),
* Fixes packaging of the UI in the pypi and conda packages.
- Update to 1.0.0
* Major new release with a new web-based UI
-------------------------------------------------------------------
Tue Dec 3 20:56:47 UTC 2019 - Todd R <toddrme2178@gmail.com>
- initial version