Exca

Latest version: v0.3.1

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

Scan your dependencies

0.3.0

What's Changed
* Fix memmap array shape for old numpy by jrapin in https://github.com/facebookresearch/exca/pull/25
* Avoid reloading jsonl/key files repeatedly if key already present by jrapin in https://github.com/facebookresearch/exca/pull/26
* Update version to 0.2.2 by jrapin in https://github.com/facebookresearch/exca/pull/27
* Fix partial write by jrapin in https://github.com/facebookresearch/exca/pull/28
* Avoid instantiating executor if unnecessary by jrapin in https://github.com/facebookresearch/exca/pull/30
* Add description for pypi, update to 0.2.3 by jrapin in https://github.com/facebookresearch/exca/pull/29
* Fix fail on metadata line reread by jrapin in https://github.com/facebookresearch/exca/pull/31
* Remove useless tests with UID_VERSION=1 by jrapin in https://github.com/facebookresearch/exca/pull/32
* Add replace parameter for temporary_save_path by jrapin in https://github.com/facebookresearch/exca/pull/33
* Add test for open files by jrapin in https://github.com/facebookresearch/exca/pull/34
* Optimize key look-up in MapInfra by jrapin in https://github.com/facebookresearch/exca/pull/35
* Fix workdir subfolder creation from file by jrapin in https://github.com/facebookresearch/exca/pull/39
* Update README.md by CharlesCNorton in https://github.com/facebookresearch/exca/pull/38
* Add a wrapper function for flexibility by jrapin in https://github.com/facebookresearch/exca/pull/40
* Fix recomputation force with repetitions by jrapin in https://github.com/facebookresearch/exca/pull/41
* Fix doc on cache and class uid exclusion by jrapin in https://github.com/facebookresearch/exca/pull/42
* Fix Ignore class in workdir by sdascoli in https://github.com/facebookresearch/exca/pull/44
* Fix message for non-neccessarily cached computation by jrapin in https://github.com/facebookresearch/exca/pull/45
* Fix conda env's python by jrapin in https://github.com/facebookresearch/exca/pull/43
* Print job_id in task infra by jrapin in https://github.com/facebookresearch/exca/pull/47
* Override pickle with conda_env to allow for different python version by jrapin in https://github.com/facebookresearch/exca/pull/46
* Add test with importlib.reload by jrapin in https://github.com/facebookresearch/exca/pull/49
* Add more cache tests by jrapin in https://github.com/facebookresearch/exca/pull/50
* Avoid opening file again and again for MemmapArrayFile (v2) by jrapin in https://github.com/facebookresearch/exca/pull/51
* Make MemmapArrayFile default for numpy - Bump version to 0.3.0 by jrapin in https://github.com/facebookresearch/exca/pull/52

New Contributors
* CharlesCNorton made their first contribution in https://github.com/facebookresearch/exca/pull/38
* sdascoli made their first contribution in https://github.com/facebookresearch/exca/pull/44

**Full Changelog**: https://github.com/facebookresearch/exca/compare/0.2.0...0.3.0

0.2.0

What's Changed
* Update doc (minor) by jrapin in https://github.com/facebookresearch/exca/pull/1
* Fix typos - retrigger documentation site by jrapin in https://github.com/facebookresearch/exca/pull/2
* Clean up doc by jrapin in https://github.com/facebookresearch/exca/pull/3
* Update README.md by kingjr in https://github.com/facebookresearch/exca/pull/4
* Update howto.md with turm instructions by jrapin in https://github.com/facebookresearch/exca/pull/7
* Add an argument parser for ease of use by jrapin in https://github.com/facebookresearch/exca/pull/8
* Fix recursive find sub models by jrapin in https://github.com/facebookresearch/exca/pull/9
* Fix numpy float to yaml by jrapin in https://github.com/facebookresearch/exca/pull/10
* Only test md files in docs by jrapin in https://github.com/facebookresearch/exca/pull/11
* Provide a hack for backward compatibility by jrapin in https://github.com/facebookresearch/exca/pull/13
* Fix typo in error message by jrapin in https://github.com/facebookresearch/exca/pull/19
* Add tests for key file compatibility by jrapin in https://github.com/facebookresearch/exca/pull/22
* Adding support for brainvision format by hubertjb in https://github.com/facebookresearch/exca/pull/21
* Enable fast_unlink for folders by jrapin in https://github.com/facebookresearch/exca/pull/23
* Improve cache efficiency through info files instead of keys + multi array memory map by jrapin in https://github.com/facebookresearch/exca/pull/18
* Add a SubmitInfra with parameters, but no caching by jrapin in https://github.com/facebookresearch/exca/pull/20
* Add __version__ and update it by jrapin in https://github.com/facebookresearch/exca/pull/24

New Contributors
* jrapin made their first contribution in https://github.com/facebookresearch/exca/pull/1
* kingjr made their first contribution in https://github.com/facebookresearch/exca/pull/4
* hubertjb made their first contribution in https://github.com/facebookresearch/exca/pull/21

**Full Changelog**: https://github.com/facebookresearch/exca/commits/0.2.0

What's Changed
* Update doc (minor) by jrapin in https://github.com/facebookresearch/exca/pull/1
* Fix typos - retrigger documentation site by jrapin in https://github.com/facebookresearch/exca/pull/2
* Clean up doc by jrapin in https://github.com/facebookresearch/exca/pull/3
* Update README.md by kingjr in https://github.com/facebookresearch/exca/pull/4
* Update howto.md with turm instructions by jrapin in https://github.com/facebookresearch/exca/pull/7
* Add an argument parser for ease of use by jrapin in https://github.com/facebookresearch/exca/pull/8
* Fix recursive find sub models by jrapin in https://github.com/facebookresearch/exca/pull/9
* Fix numpy float to yaml by jrapin in https://github.com/facebookresearch/exca/pull/10
* Only test md files in docs by jrapin in https://github.com/facebookresearch/exca/pull/11
* Provide a hack for backward compatibility by jrapin in https://github.com/facebookresearch/exca/pull/13
* Fix typo in error message by jrapin in https://github.com/facebookresearch/exca/pull/19
* Add tests for key file compatibility by jrapin in https://github.com/facebookresearch/exca/pull/22
* Adding support for brainvision format by hubertjb in https://github.com/facebookresearch/exca/pull/21
* Enable fast_unlink for folders by jrapin in https://github.com/facebookresearch/exca/pull/23
* Improve cache efficiency through info files instead of keys + multi array memory map by jrapin in https://github.com/facebookresearch/exca/pull/18
* Add a SubmitInfra with parameters, but no caching by jrapin in https://github.com/facebookresearch/exca/pull/20
* Add __version__ and update it by jrapin in https://github.com/facebookresearch/exca/pull/24

New Contributors
* jrapin made their first contribution in https://github.com/facebookresearch/exca/pull/1
* kingjr made their first contribution in https://github.com/facebookresearch/exca/pull/4
* hubertjb made their first contribution in https://github.com/facebookresearch/exca/pull/21

**Full Changelog**: https://github.com/facebookresearch/exca/commits/0.2.0

Links

Releases

Has known vulnerabilities

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.