Releases: mamba-org/gator
Releases · mamba-org/gator
jupyterlab_conda@2.2.2
Bump jupyterlab_toastify
to 4.1.2
jupyterlab_conda@2.2.1
Delay tour by 1s before starting (and ensure the app is restored)
Allow using semver ^6||^7
jupyterlab_conda@2.2.0
Add a UI tour - if optional dependency jupyterlab-tour
is installed
jupyterlab_conda@2.1.3
Switch to SVG icons
Bump semver to ^7.0.0
v3.4.0
v3.3.1
-
Bugs
- Fix export always from history (settings ignored)
v3.3.0
- Features
- Add a settings
fromHistory
to export an environment using--from-history
(available for conda >= 4.7.12) #39
- Add a settings
- Bugs
- Documentation
- Start REST API description with Swagger
v3.2.0
Changes:
- Available package cache file is now writable for everybody to avoid trouble in multi-user context. #25
- Add update environment from file through REST endpoint PATCH /environments/ #26
- Switch to newer Python syntax
async
-await
- To improve UI reactivity in Jupyterlab:
- Long running task can now be cancelled #32
- The available packages list is used to find updatable package.
conda update --dry-run --all
is not used any longer. But it is still used if the user request updating all possible packages.
3.1.0
- Add ability to specify kernel companions; i.e. check that if some packages are installed in a
kernel, they must respect a certain version range. Companions can be specified through user
settings. IEnvironmentManager.getPackageManager()
returns always the sameConda.IPackageManager
otherwise signaling package operations would have been meaningless.- Request environment list access now
whitelist
=0 or 1 query arguments. If 1, the environment
list is filtered to respectKernelSpecManager.whitelist
. Default is 0, but it could be modified
in user settings. - Small UI tweaks
v3.0.0
- Rework the server/client API to be more REST
- Cache available packages list in temp directory
- Improve greatly the coverage for the server extension
- JupyterLab extension only:
- Allow the user to change the proposed environment when creating one from scratch
- Add signals to handle environnements and packages changes (see labextension\src_tests_\services.spec.ts)
- Improve the UI reactivity by using react-virtualized for the packages list
- Improve the look and feel
- Allow to choose the version to install
- Available packages truncation has been removed.