Skip to content

Releases: mamba-org/gator

jupyterlab_conda@2.2.2

09 Aug 14:03
Compare
Choose a tag to compare

Bump jupyterlab_toastify to 4.1.2

jupyterlab_conda@2.2.1

08 Aug 17:29
85ff63b
Compare
Choose a tag to compare

Delay tour by 1s before starting (and ensure the app is restored)
Allow using semver ^6||^7

jupyterlab_conda@2.2.0

02 Aug 17:22
acf4c6d
Compare
Choose a tag to compare

Add a UI tour - if optional dependency jupyterlab-tour is installed

jupyterlab_conda@2.1.3

02 Aug 12:53
Compare
Choose a tag to compare

Switch to SVG icons
Bump semver to ^7.0.0

v3.4.0

01 Aug 20:07
9ee4ddd
Compare
Choose a tag to compare
  • Features
    • Use mamba if available. Otherwise use conda #48
    • Move to GitHub workflow (extend coverage to JupyterLab code)
  • Bugs
    • Fix wrong redirection url in classic notebook #46
    • Fix channel given by full URL not properly handle #55

v3.3.1

20 May 10:17
3d984d0
Compare
Choose a tag to compare
  • Bugs

    • Fix export always from history (settings ignored)

v3.3.0

20 May 08:45
Compare
Choose a tag to compare
  • Features
    • Add a settings fromHistory to export an environment using --from-history (available for conda >= 4.7.12) #39
  • Bugs
    • Fixes absent channeldata.json file #36
    • Fixes environment update absent from public API #37
  • Documentation
    • Start REST API description with Swagger

v3.2.0

03 Apr 16:17
Compare
Choose a tag to compare

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

14 Oct 10:25
ff92155
Compare
Choose a tag to compare
  • 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 same Conda.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 respect KernelSpecManager.whitelist. Default is 0, but it could be modified
    in user settings.
  • Small UI tweaks

v3.0.0

26 Aug 16:17
Compare
Choose a tag to compare
  • 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.