|
|
|
|
Changelog for python3-jupyter_jupyterlab-0.35.4-lp150.11.11.noarch.rpm :
* Fri Jan 04 2019 Todd R - Update to 0.35.4 + Features * A notebook cell can now be readonly, reflecting its ``enabled`` metadata. (`#5401 `__, `#1312 `__) * Add \"Go To Line\" in the Edit menu for text editors. (`#5377 `__) * Sidebar panels can now be switched between left and right sidebars. Right-click on a sidebar tab to move it to the other sidebar. (`#5347 `__, `#5054 `__, `#3707 `__) * Make the sidebar a bit narrower, and make the minimum width adjustable from a theme. (`#5245 `__) * Populate the File, Export Notebook As... submenu from the server nbconvert capabilities. (`#5217 `__) * Server contents managers can now tell JupyterLab to open files as notebooks. For example, several custom contents managers save and open notebooks as Markdown files. (`#5247 `__, `#4924 `__) * Add a command-line interface for managing workspaces. (`#5166 `__) * Allow safe inline CSS styles in Markdown. (`#5012 `__, `#1812 `__) * Add Quit to File menu when appropriate. (`#5226 `__, `#5252 `__, `#5246 `__, `#5280 `__) * Rework extension manager user experience. (`#5147 `__, `#5042 `__) + Dark theme * Show a dark splash screen when using a dark theme. (`#5339 `__, `#5338 `__, `#5403 `__) * Fix code completion menu for a dark theme. (`#5364 `__, `#5349 `__) * Style CSV viewer for a dark theme. (`#5304 `__, `#3456 `__) * Make Matplotlib figures legible in a dark theme. (`#5232 `__) * Fix notebook cell dropdown legibility in a dark theme. (`#5168 `__) + Bug fixes * Various save options in the file menu and toolbar are now disabled when a file is not writable. (`#5376 `__, `#5391 `__) * Kernel selector dialog no longer cuts off kernel names. (`#5260 `__, `#5181 `__) * Fix focus issues with the toolbar. (`#5344 `__, `#5324 `__, `#2995 `__, `#5328 `__) * Fix toolbar button enabled/disabled status. (`#5278 `__) * Table alignment is now respected in Markdown. (`#5301 `__, `#3180 `__) * Fix syntax highlighting for Markdown lists. (`#5297 `__, `#2741 `__) * Use the current filebrowser instead of the default one for various commands. (`#5390 `__) * Fix escaping in link handling to conform to Markdown syntax. This means that spaces in link references now need to be encoded as ``%20``. (`#5383 `__, `#5340 `__, `#5153 `__) + Build system * Use Typescript 3.1. (`#5360 `__) * Use Lerna 3.2.1. (`#5262 `__) * Node >=6.11.5 is now required. (`#5227 `__) * Pin vega-embed version to 3.18.2. (`#5342 `__) * Use Jest for services tests. (`#5251 `__, `#5282 `__) * Make it easier for third party extensions to use the JupyterLab test app and testing utilities. (`#5415 `__) * Fix ``jupyter lab clean`` on Windows. (`#5400 `__, `#5397 `__) * Fix ``jupyter lab build`` on NFS. (`#5237 `__, `#5233 `__) * Build wheels for Python 3 only. (`#5287 `__) * Migrate to using ``jupyterlab_server`` instead of ``jupyterlab_launcher`` and fix the app example. (`#5316 `__) * Move Mathjax 2 typesetter to a library package. (`#5259 `__, `#5257 `__) + For Developers * Default toolbar buttons can be overridden, and mime renderers can now specify toolbar buttons. (`#5398 `__, `#5370 `__, `#5363 `__) * A JupyterLab application instance can now be given a document registry, service manager, and command linker. (`#5291 `__) * Fri Sep 28 2018 Todd R - Update to 0.34.12 * add sidebar min-width css variable * use encodeURI instead of encodeURIComponent for shareable links * expand JupyterLab.IOptions to allow for custom DocumentRegistry * Rename package.json to package.json.orig when copying it to build folder * fix python versions of build wheels by removing the universal flag * Hide quit entry for older notebook versions * Notebook 4.3 Shim * Fri Sep 07 2018 toddrme2178AATTgmail.com- Update to 0.34.7 * Notebooks, consoles, and text files now have access to completions for local tokens. * Python 3.5+ is now required to use JupyterLab. Python 2 kernels can still be run within JupyterLab. * Added the pipe (``|``) character as a CSV delimiter option. * Added \"Open From Path...\"\" to top level ``File`` menu. * Added \"Copy Download Link\" to context menu for files. * Thu Aug 02 2018 toddrme2178AATTgmail.com- Update to 0.33.4 + Key Features: * No longer in beta * Workspaces * Menu items * Keyboard shortcuts * Command palette items * Settings * Larger file uploads * Extension management and installation * Interface changes * Renderers * Changes for developers * Other fixes * Wed May 02 2018 jengelhAATTinai.de- Trim filler wording from description.- Replace bashisms in %install. * Thu Apr 19 2018 toddrme2178AATTgmail.com- Update to version 0.32.0 * Better handling of a corrupted or invalid state database ([#3619](https://github.com/jupyterlab/jupyterlab/issues/3619), [#3622](https://github.com/jupyterlab/jupyterlab/issues/3622), [#3687](https://github.com/jupyterlab/jupyterlab/issues/3687), [#4114](https://github.com/jupyterlab/jupyterlab/issues/4114)). * Fixing file dirty status indicator ([#3652](https://github.com/jupyterlab/jupyterlab/issues/3652)). * New option for whether to autosave documents ([#3734](https://github.com/jupyterlab/jupyterlab/issues/3734)). * More commands in the notebook context menu ([#3770](https://github.com/jupyterlab/jupyterlab/issues/3770), [#3909](https://github.com/jupyterlab/jupyterlab/issues/3909)) * Defensively checking for completion metadata from kernels ([#3888](https://github.com/jupyterlab/jupyterlab/issues/3888)) * New \"Shutdown all\" button in the Running panel ([#3764](https://github.com/jupyterlab/jupyterlab/issues/3764)) * Performance improvements wherein non-focused documents poll the server less ([#3931](https://github.com/jupyterlab/jupyterlab/issues/3931)) * Changing the keyboard shortcut for singled-document-mode to something less easy to trigger ([#3889](https://github.com/jupyterlab/jupyterlab/issues/3889)) * Performance improvements for rendering text streams, especially around progress bars ([#4045](https://github.com/jupyterlab/jupyterlab/issues/4045)). * Canceling a \"Restart Kernel\" now functions correctly ([#3703](https://github.com/jupyterlab/jupyterlab/issues/3703)). * Defer loading file contents until after the application has been restored ([#4087](https://github.com/jupyterlab/jupyterlab/issues/4087)). * Ability to rotate, flip, and invert images in the image viewer ([#4000](https://github.com/jupyterlab/jupyterlab/issues/4000)) * Major performance improvements for large CSV viewing ([#3997](https://github.com/jupyterlab/jupyterlab/issues/3997)). * Always show the context menu in the file browser, even for an empty directory ([#4264](https://github.com/jupyterlab/jupyterlab/issues/4264)). * Handle asynchronous comm messages in the services library more correctly (Note: this means `AATTjupyterlab/services` is now at version 2.0!) ([[#4115](https://github.com/jupyterlab/jupyterlab/issues/4115)](https://github.com/jupyterlab/jupyterlab/pull/4115)). * Display the kernel banner in the console when a kernel is restarted to mark the restart ([[#3663](https://github.com/jupyterlab/jupyterlab/issues/3663)](https://github.com/jupyterlab/jupyterlab/pull/3663)). * Many tweaks to the UI, as well as better error handling. * Mon Mar 12 2018 toddrme2178AATTgmail.com- Bugfixes.- Update summary and description- Package other version of extensions directory. * Wed Feb 28 2018 toddrme2178AATTgmail.com- Package extensions directory. * Thu Nov 16 2017 toddrme2178AATTgmail.com- Initial version
|
|
|