1.7.9
2023-05-15
- new module: lzma
- new keyboard shortcuts for forward one page / backward one page (shift-command-[ / shift-command-])
1.7.8
2023-03-25
- Carnets now works with plotly
1.7.7
2023-02-07
- fixed an issue with Dark mode and Notebooks or NbClassic
1.7.6
2022-12-11
- fixes issues with on-screen user interaction
- updated Python version to 3.11
- updated packages to their latest version
- fixed several issues with "Download as..."
- fixed issues with Matplotlib and fonts
- Notebook and NbClassic now share the same JavaScript code
- Many bug fixes, including a bug introduced with 1.7.4 and Pandas.
1.7.5
2022-12-10
- updated Python version to 3.11
- updated packages to their latest version
- fixed several issues with "Download as..."
- fixed issues with Matplotlib and fonts
- Notebook and NbClassic now share the same JavaScript code
- Many bug fixes, including a bug introduced with 1.7.4 and Pandas.
1.7.4
2022-12-09
- updated Python version to 3.11
- updated packages to their latest version
- fixed several issues with "Download as..."
- fixed issues with Matplotlib and fonts
- Notebook and NbClassic now share the same JavaScript code
- Many bug fixes
1.7.2
2022-07-01
- updated packages to their most recent version. This solves the issue with .describe() in pandas.
- numpy 1.24, matplotlib 3.5.2, pandas 1.4.2, astropy 5.1...
1.7.1
2022-04-10
- fixes the crash issue on iOS 14
- better contrast for the toolbar at the bottom when using external keyboard
- fixes an issue with "download as" for notebook and nbclassic (jupyterlab & retrolab were not affected)
- better information when using virtual environments
- always reset jupyterlab, to avoid issues
- updated jupyter-server to the latest version
- several fixes to make Carnets more robust
1.7.0
2022-03-22
- better at opening files in other apps directories, with explicit warning if Carnets does not have access to the directory.
- you can chose your notebook style: classical notebook, nbclassic or retrolab (soon to be notebook v7). Pick the style you want using the Settings app, it will be active at the next app restart.
- retrolab is better for small screens, has more translations available and lets you chose dark or light theme independently of the iOS dark or light mode.
- from retrolab, you can switch to jupyterlab if you want. Jupyterlab works better if you have an external mouse.
- fixes a bug with virtual environments
1.6.6
2022-02-19
- fixes an issue with virtual environments
1.6.5
2022-02-17
- fixes a bug with virtual environments.
1.6.4
2022-02-16
- fixes a bug with "%pip install" that affected some pure Python packages.
1.6.3
2022-02-06
- virtual environments for Python. Create with "!python -m venv newEnvironment", activate with "%run newEnvironment/bin/activate.py", deactivate with "%run newEnvironment/bin/deactivate.py". Virtual environments are limited to user-installed packages, and are only activated for the current notebook.
- added ffmpeg as an external command, for use with OpenCV.
- Command + return on external keyboards now executes the current cell without moving the insertion point (as opposed to Option + return, which executes the current cell and create a new cell below).
1.6.2
2021-12-10
- fixed a bug with astropy
- updated Python version to 3.9.8
- improved file management, display an alert when we can't save a file
- updated packages to their latest version: matplotlib 3.4.0, numpy 1.22, pandas 1.3.4, astropy 5.0...
1.6.1
2021-11-04
- new python modules: OpenCV, geopandas, shapely...
- adds several keyboard shortcuts
1.6.0
2021-10-14
Fixes the issue with carriage return on external keyboards and iOS 15.
1.5.8
2021-05-24
New Python modules: nltk, regex, wordcloud, cvxopt, pyFFTW.
1.5.7
2021-03-17
- fixed an issue with the cell_filter nbextension.
- fixed a crash that happened if the kernel was restarted too many times.
1.5.6
2021-03-07
- new "Find" tool in Edit menu
- bug fixes
- packages updated to latest version
1.5.5
2021-02-05
- fixed a major issue that prevented opening notebooks in some cases
- fixed the issue that caused PEP517 errors
- better management of environment variables in subprocess
- first build with gfortran and OpenBLAS. numpy.linalg operations are 4x faster.
- added shell commands "export" and "alias"
1.5.4
2020-12-21
- Carnets remains active in the background for longer, reducing the number of kernel restarts.
- fixed an issue with automatic resizing on small iPhones
- fixed an issue with opening Python files
- Added the TZ environment variable for packages such as babel and pytz.
1.5.3
2020-12-16
- bug fixes for improved stability especially at startup
1.5.2
2020-12-11
- bookmarks are now permanent. If you gave permission on a folder, it remains authorised on the next launch.
- fixed multiple issues with reopening the last opened notebook.
- when Carnets goes in the background, the server remains open longer.
1.5.1
2020-12-09
- updated to Python 3.9. Your previously installed packages are kept. If there is an incompatibility between the latest version and user-installed packages, then the user-installed packages are moved to a directory, and the server is restarted.
- bug fixes
1.5.0
2020-12-02
- updated to Python 3.9. Your previously installed packages are kept.
- updated all Python packages to their latest version (as of Dec. 1, 2020): numpy 1.20, pandas 1.1.4...
- clean separation between application packages and user-installed packages: type "pip list --user" for a list of user-installed packages.
- faster startup time on updates.
- multiple bug fixes.