Funix

Latest version: v0.5.9

Safety actively analyzes 725174 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

0.4.7

[0.4.7](https://github.com/TexteaInc/funix/commit/ce00bc26c348e8f3578cfcbaff998130eeef5596) (2023-08-24)

Highlights & Breaking Changes

- The conditional visible `all_if` and `then` were renamed to `when` and `show`;
- Big change to the `theme` system: now uses JSON instead of Python Dict, documentation will be updated soon;
- For the session feature, session variables now do not need to be labeled in the decorator and all global variables will be transformed into session variables (to use this feature, turn on the `-t` option).

Bug Fixes

- `ConditionalVisible` key (https://github.com/TexteaInc/funix/commit/b2102b77d3a99e8a44b1185e87dccf6c30fe4108, yazawazi) <!-- 1692345983.0 -->
- with the `repo_dir` parameter, use `chdir` (https://github.com/TexteaInc/funix/commit/0c833c2e5a6fbec0ac68a88d963a19a18e5696d7, yazawazi) <!-- 1692420038.0 -->
- theme import and hokusai prop name (https://github.com/TexteaInc/funix/commit/219f55f9c41ba78363ef9d0f940e6f5128081bdb, yazawazi) <!-- 1692462102.0 -->

Features

- update keywords for conditional visible to 'when' and 'show' (https://github.com/TexteaInc/funix/commit/24599f72ebe2c66596b1af9c549a56aa22f0814f, forrestbao) <!-- 1692345404.0 -->
- change `import_theme` arguments name (https://github.com/TexteaInc/funix/commit/5f063e2de51cae0586c52c2f634fcaeec0f73e4b, yazawazi) <!-- 1692417948.0 -->
- support tuple widgets in theme (https://github.com/TexteaInc/funix/commit/28ed81eff9326f6d56f19e8988663d75a9a96256, yazawazi) <!-- 1692504860.0 -->
- change `import_theme` argument name again (https://github.com/TexteaInc/funix/commit/1b213e665cb53beeb0b7dd2cc950594ea26d0cb6, yazawazi) <!-- 1692522076.0 -->
- convert global directly to session variables (https://github.com/TexteaInc/funix/commit/84571ccb41279deb8f4df4a49ed6f9c15f8d4a4f, yazawazi) <!-- 1692530094.0 -->
- back to using theme styles in json format (https://github.com/TexteaInc/funix/commit/d446eafa5f6eddd559f81cee2283ebc007fde85e, yazawazi) <!-- 1692607972.0 -->
- remove tuple and list support in theme key (https://github.com/TexteaInc/funix/commit/498df036007434a0926ecac5524a8cc68682734b, yazawazi) <!-- 1692616424.0 -->

Documents

- link docs to a submodule repo (https://github.com/TexteaInc/funix/commit/2bd25b6f83dfc1f112a09c2e54cfd4f1510f581f, forrestbao) <!-- 1691654605.0 -->
- Update ReadMe (https://github.com/TexteaInc/funix/commit/a494b0a451d1b0808a3ac1eba56380aa59fe6fcc, forrestbao) <!-- 1691661039.0 -->
- advance docs commit (https://github.com/TexteaInc/funix/commit/b8f9041a7d6b42ef7509063ecfb7152d23a9aca4, forrestbao) <!-- 1691835525.0 -->
- make `pre_fill` example back (https://github.com/TexteaInc/funix/commit/591b48106a606a582fe899af791306693d95a283, yazawazi) <!-- 1691887408.0 -->

0.4.6

[0.4.6](https://github.com/TexteaInc/funix/commit/3c9d15c1d1e95a9b57942f6370306a294cf69e8b) (2023-08-03)

Highlights

- Fixed an issue where history was not working because of `window.crypto.randomUUID` is not for HTTP environments;
- Fixed funix not importing in directory mode due to incorrect `yield`;
- Fixed an issue where the function tree could not support multi-level modules.

Bug Fixes

- replace `window.crypto.randomUUID` with `uuid` module (https://github.com/TexteaInc/funix/commit/26f1afa99beefd9db8fc4eb6b57cf464bc6ccf2a, yazawazi) <!-- 1691071077.0 -->
- wrong `yield` (https://github.com/TexteaInc/funix/commit/16ff56f050385ffa7b814e9961432bfdb526695f, yazawazi) <!-- 1691071077.0 -->
- function tree render (https://github.com/TexteaInc/funix/commit/f61ccc665dc07749176946dfe07b8d16a56463ab, yazawazi) <!-- 1691071077.0 -->
- existing function disappears after `updateTree` (https://github.com/TexteaInc/funix/commit/b275eec08271dc3f13fd8930c090e62451a8b21c, yazawazi) <!-- 1691071077.0 -->

Chores

- auto build frontend (https://github.com/TexteaInc/funix/commit/82881fc349e8419a01aeea8a9d2b6fe370764cf5, workflow) <!-- 1691071343.0 -->

0.4.5

[0.4.5](https://github.com/TexteaInc/funix/commit/df11a75520df42dc2f7b73542936b68c83270abd) (2023-07-04)

*Quick fix for 0.4.4 misjudgment. Shame (sigh) 😔*

Bug Fixes

- wrong `__use_git` (https://github.com/TexteaInc/funix/commit/ca564211870212bcb60ea5c091e315563a96b85e, yazawazi) <!-- 1688484483.0 -->

Code Style

- use isort and black to format code (https://github.com/TexteaInc/funix/commit/da1d51c1e8d00536b438f01d3c757968aacfe6b2, yazawazi) <!-- 1688484589.0 -->

0.4.4

[0.4.4](https://github.com/TexteaInc/funix/commit/4d4168c732d2947d3dd3d558323073534272b072) (2023-07-04)

*Just a quick fix for the kumo not deployable issue, no feature improvements/additions or fixes.*

- Deployment from remote git repositories is now available as an option.

0.4.3

[0.4.3](https://github.com/TexteaInc/funix/commit/bbc60df2399513e53759391181bf2235497a8537) (2023-07-03)

Highlights

*Just because `kumo` requires the `get_flask_application` method, upload version 0.4.3.*

- Support pre-fill: the output of a function will be used as an input parameter to another function and bound to the session. You can read and try the `pre_fill.py` instance in the examples folder;
- You can now export the Flask app for funix via `from funix import get_flask_application`, which is convenient for you to modify externally.

Bug Fixes

- pdfjs-dist webpack and import (https://github.com/TexteaInc/funix/commit/93e3693a9130585d1459e4aef4fdd0fd893e17d6, yazawazi) <!-- 1685177888.0 -->

Features

- support `pre_fill` argument (https://github.com/TexteaInc/funix/commit/1dc4e5d6f2c8934dae2fe23099a09972aa4007f7, yazawazi) <!-- 1685663505.0 -->
- support `get_flask_application` (https://github.com/TexteaInc/funix/commit/312807e89c87a80e6bf9ec8e664dc50627239fc1, yazawazi) <!-- 1688361631.0 -->

0.4.2

[0.4.2](https://github.com/TexteaInc/funix/commit/3b9e5efc4e4f0021fa81b7794c568beb0f0bc2f1) (2023-05-27)

Highlights

- Now we use paths instead of module names, please read the first note of breaking changes;
- In the past sheet was not available because of rollback, this time it is fixed, but there may be performance issues;
- Now there is no need to build the frontend manually, commit changes to the `frontend` folder in the main branch and workflow will automatically build the frontend and commit it. For PR, workflow will automatically run unit tests for changes to the backend;
- For plot support as an additional requirement, please use `pip install funix[plot]` to install the dependencies;
- Now that Funix supports session, variables can no longer be shared by all users! You can simply implement this with a global statement and `session_variables` configuration, and start funix with the `-t` flag (Uses AST, but still not enough, so if you find it doesn't work, try using the functions provided in `funix.session`, and read `global_hand.py` and `global_test.py` in `examples`);
- The decorator provides a new parameter: `direction`, which supports `column`, `row`, `column-reverse` and `row-reverse` to indicate the input/output arrangement;
- The backend code was cleaned up, added comments and several unit tests.


Breaking Changes

- You now need to start funix using the path instead of the module name. In the past, starting it like `funix test` would cause funix to import `test` (in Python) instead of `test.py` in the directory, now please start it with `funix test.py`;
- The past YAML and JSON support (theme and decorator configuration) is no longer supported, and Python configuration for themes will be documented in the future.

Bug Fixes

- sheet unusable due to history rollback feature (68) (https://github.com/TexteaInc/funix/commit/a48dedb13074d2b31aef30983a4f98cfba81c489, yazawazi) <!-- 1683433197.0 -->
- wrong `mkstemp`, use `mkdtemp` instead (https://github.com/TexteaInc/funix/commit/b38e3d0ee8e15749374651c0932831a4c5982d66, yazawazi) <!-- 1684561047.0 -->
- add `options.extras_require` in `pyproject.toml` (https://github.com/TexteaInc/funix/commit/b2a4eafb5cf6f716b5da51d607a65c5e8c747ce7, yazawazi) <!-- 1684561047.0 -->
- wrong `matplotlib.use` and miss workflow push branches (https://github.com/TexteaInc/funix/commit/1912959bf15be08d9b0ce99b6a7f6ae8c61cfd6b, yazawazi) <!-- 1684561047.0 -->
- remove `prep/__init__.py` (https://github.com/TexteaInc/funix/commit/ed34558750ce4d934d8c23a5705da32807c9eb24, yazawazi) <!-- 1684834790.0 -->

Features

- no module name by default (https://github.com/TexteaInc/funix/commit/dae4c44f7dde84360f0b2db47fd7a407c749e9e9, yazawazi) <!-- 1683381391.0 -->
- new theme system with FEP4 (https://github.com/TexteaInc/funix/commit/a70a08c2e938cd22de2858257db16ea9226e6799, yazawazi) <!-- 1684561047.0 -->
- add `build-and-push` workflow (https://github.com/TexteaInc/funix/commit/fd9bfa7312beae2c580153864f1ce74c05de48f5, yazawazi) <!-- 1684561047.0 -->
- add test for magic and fix type error (https://github.com/TexteaInc/funix/commit/3f23c7ed81d40f2c6ff8e1c0ef8674c0cf5d60dc, yazawazi) <!-- 1684561047.0 -->
- add workflow to run backend test (https://github.com/TexteaInc/funix/commit/33e49a132b92d6301d6d49aa9d6f791e2628957d, yazawazi) <!-- 1684561047.0 -->
- support session (https://github.com/TexteaInc/funix/commit/1754930032d8823cf4320ce101a7e2cd42d02f62, yazawazi) <!-- 1684834722.0 -->
- support `direction` argument in decorator (https://github.com/TexteaInc/funix/commit/bac3b19b7a84ab8ab7eff5c4d352f6816fa0949c, yazawazi) <!-- 1685103161.0 -->

Refactors

- Clean up the backend code (https://github.com/TexteaInc/funix/commit/cf6235de3d527b7711ff6b32ca1e52b8f30cf606, yazawazi) <!-- 1684561047.0 -->
- make the decorator looks better (https://github.com/TexteaInc/funix/commit/7e80040b1fa9ca79727584c38ff38f08c46953ec, yazawazi) <!-- 1684561047.0 -->

Documents

- update readme (https://github.com/TexteaInc/funix/commit/b92c705160ad4d73e96afb5d5efd742f5c40056c, forrestbao) <!-- 1683406922.0 -->
- Update Readme.md with embedded video (https://github.com/TexteaInc/funix/commit/ab2b99bde9f65ad269e1bbe13104841095381ecc, forrestbao) <!-- 1683408067.0 -->
- Update Readme.md with reorged examples (https://github.com/TexteaInc/funix/commit/7570965952c9ad74458c06545353e1449d894a6e, forrestbao) <!-- 1683409310.0 -->

Code Style

- use isort and black to format code & PR review changing (https://github.com/TexteaInc/funix/commit/9856c8d894222175f89ab25d5291d2a7260c2961, yazawazi) <!-- 1684561047.0 -->

Chores

- auto build frontend (https://github.com/TexteaInc/funix/commit/0e9016b84244f571876d63a7a8747f2458a579c7, workflow) <!-- 1684562041.0 -->
- auto build frontend (https://github.com/TexteaInc/funix/commit/be6f3f86600bbe20b969aee4974767f697cc8a2b, workflow) <!-- 1685103453.0 -->

Page 3 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.