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.
1.4.6
2020-09-21
- fixes an issue with switching keyboards on iOS 14.
1.4.5
2020-09-19
- In-app web browser. Need to look for information on a function, find a code example? You don't need to leave the App anymore. Click on the browser icon, enter the search terms or the URL, and get your information. The search engine can be configured in Settings.
- open other Apps from Carnets, using the shell escape "!openurl". For example, "!openurl shortcuts://" will open Shortcuts.
1.4.4
2020-05-15
- fixed a bug with saving notebooks
1.4.3
2020-03-19
- small bug fixes
- name change
- changed for the new "Developer Tools" category
1.4.2
2020-03-09
- fixed an issue with input in Korean language.
- fixed multiple issues with dark mode
1.4.1
2020-03-04
- astropy
- bug fixes when creating files in distant directories.
- restored the cut/copy/paste menu in code cells on iPads with iOS 13.
1.4.0
2020-02-21
- Dark mode
- Download your notebooks as LaTeX, markdown, HTML...
- Visualize images, PDF, HTML files... directly in Carnets
- Request access to directory from the notebook page
- multiple bug fixes and improvements
1.3.10
2020-02-06
- added the bokeh package, for nice plots and figures.
- more progressive output from shell commands.
- user interface internationalization (French, Chinese): set up your language in "Settings".
- bug fixes
1.3.9
2020-01-31
- updated Sympy to 1.5.1
1.3.8
2020-01-10
- added the lxml package, a prerequisite for many packages.
1.3.7
2020-01-04
- minor bug fixes
- ability to add any kind of files to the "Carnets" folders. Useful for data and images.
1.3.6
2019-09-25
- iOS 13 compatibility, dark mode, fixed several issues that caused crashes