Executorlib

Latest version: v0.0.5

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

Scan your dependencies

0.0.5

What's Changed
* Bump networkx from 3.4 to 3.4.1 by dependabot in https://github.com/pyiron/executorlib/pull/427
* Bump h5py from 3.11.0 to 3.12.1 by dependabot in https://github.com/pyiron/executorlib/pull/413
* Bump networkx from 3.4.1 to 3.4.2 by dependabot in https://github.com/pyiron/executorlib/pull/431
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/432
* Automatically set hostname_localhost by jan-janssen in https://github.com/pyiron/executorlib/pull/433
* Move cache functionality to shared by jan-janssen in https://github.com/pyiron/executorlib/pull/434
* Bump ipython from 8.28.0 to 8.29.0 by dependabot in https://github.com/pyiron/executorlib/pull/436
* Move serialize to separate module by jan-janssen in https://github.com/pyiron/executorlib/pull/437
* Add type hints for communication module by jan-janssen in https://github.com/pyiron/executorlib/pull/439
* Move get_command_path() to separate module by jan-janssen in https://github.com/pyiron/executorlib/pull/438
* Implement Caching by jan-janssen in https://github.com/pyiron/executorlib/pull/435
* Delete SubprocessExecutor and ShellExecutor by jan-janssen in https://github.com/pyiron/executorlib/pull/440
* Version - use absolute import rather than relative by jan-janssen in https://github.com/pyiron/executorlib/pull/442
* Split shared cache in backend and frontend by jan-janssen in https://github.com/pyiron/executorlib/pull/443
* Refactor classes - highlight standalone modules by jan-janssen in https://github.com/pyiron/executorlib/pull/444
* Use os.makedirs() instead of os.mkdir() by jan-janssen in https://github.com/pyiron/executorlib/pull/445
* Cache: Add working directory parameter by jan-janssen in https://github.com/pyiron/executorlib/pull/446
* Cache: Terminate processes when closing executor by jan-janssen in https://github.com/pyiron/executorlib/pull/447
* Cache fix test by jan-janssen in https://github.com/pyiron/executorlib/pull/449
* Update shutdown() function by jan-janssen in https://github.com/pyiron/executorlib/pull/450
* Cache: Use explicit arguments for serialize_funct_h5() by jan-janssen in https://github.com/pyiron/executorlib/pull/448
* Cache: Implement resource dict for submit() by jan-janssen in https://github.com/pyiron/executorlib/pull/451
* Cache: Add queue test by jan-janssen in https://github.com/pyiron/executorlib/pull/452
* Use resource dict for internal communication by jan-janssen in https://github.com/pyiron/executorlib/pull/455
* Implement resource_dict for file executor by jan-janssen in https://github.com/pyiron/executorlib/pull/456
* Cache: create method by jan-janssen in https://github.com/pyiron/executorlib/pull/459
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/461
* Cache: Use absolute path for working directory by jan-janssen in https://github.com/pyiron/executorlib/pull/462
* Add additional input checks by jan-janssen in https://github.com/pyiron/executorlib/pull/463
* Add additional tests to improve coverage by jan-janssen in https://github.com/pyiron/executorlib/pull/464
* Add pysqa command which raises an exception by jan-janssen in https://github.com/pyiron/executorlib/pull/465
* Use same cache directory by jan-janssen in https://github.com/pyiron/executorlib/pull/466
* Test with Python 3.13 by jan-janssen in https://github.com/pyiron/executorlib/pull/468
* Enforce python 3.12 for documentation by jan-janssen in https://github.com/pyiron/executorlib/pull/469
* Update remaining tests to Python 3.13 by jan-janssen in https://github.com/pyiron/executorlib/pull/470
* Bump pysqa from 0.2.0 to 0.2.1 by dependabot in https://github.com/pyiron/executorlib/pull/472
* Disable Block Allocation by default by jan-janssen in https://github.com/pyiron/executorlib/pull/473
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/475
* Add option to disable_dependencies for cache by jan-janssen in https://github.com/pyiron/executorlib/pull/477
* Set max_cores and max_workers to None by jan-janssen in https://github.com/pyiron/executorlib/pull/478
* Limit notebook timeout-minutes by jan-janssen in https://github.com/pyiron/executorlib/pull/480
* Add flux executor shutdown by jan-janssen in https://github.com/pyiron/executorlib/pull/479
* Fix resource dict in interactive jobs by jan-janssen in https://github.com/pyiron/executorlib/pull/482
* Fix working directory by jan-janssen in https://github.com/pyiron/executorlib/pull/481
* pysqa: set default jobname to pysqa by jan-janssen in https://github.com/pyiron/executorlib/pull/483
* Fix interference bug by jan-janssen in https://github.com/pyiron/executorlib/pull/485
* cloudpickle isinstance() by jan-janssen in https://github.com/pyiron/executorlib/pull/487
* Raise ValueError when requesting more cores than available by jan-janssen in https://github.com/pyiron/executorlib/pull/489
* Update validate_number_of_cores() by jan-janssen in https://github.com/pyiron/executorlib/pull/488
* Bump pysqa from 0.2.1 to 0.2.2 by dependabot in https://github.com/pyiron/executorlib/pull/493
* Write cache first by jan-janssen in https://github.com/pyiron/executorlib/pull/492
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/494
* remove unused future object by jan-janssen in https://github.com/pyiron/executorlib/pull/497
* Queuing system submission: check if the job is already waiting in the queue or currently running. by jan-janssen in https://github.com/pyiron/executorlib/pull/499
* Change Backend Names by jan-janssen in https://github.com/pyiron/executorlib/pull/500
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/502
* Test openmpi 5.0.6 by jan-janssen in https://github.com/pyiron/executorlib/pull/503
* Support threads on local backend by jan-janssen in https://github.com/pyiron/executorlib/pull/504
* New examples for the updated documentation by jan-janssen in https://github.com/pyiron/executorlib/pull/495
* Update readme by jan-janssen in https://github.com/pyiron/executorlib/pull/506


**Full Changelog**: https://github.com/pyiron/executorlib/compare/executorlib-0.0.4...executorlib-0.0.5

0.0.4

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/420
* Bump networkx from 3.3 to 3.4 by dependabot in https://github.com/pyiron/executorlib/pull/424
* Bump ipython from 8.27.0 to 8.28.0 by dependabot in https://github.com/pyiron/executorlib/pull/419
* Bump mpi4py from 4.0.0 to 4.0.1 by dependabot in https://github.com/pyiron/executorlib/pull/423
* Update cloudpickle to 3.1.0 by jan-janssen in https://github.com/pyiron/executorlib/pull/425
* Update dependabot to also update `binder/environment.yml` by jan-janssen in https://github.com/pyiron/executorlib/pull/426


**Full Changelog**: https://github.com/pyiron/executorlib/compare/executorlib-0.0.3...executorlib-0.0.4

0.0.3

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/395
* Remove conda default channel by jan-janssen in https://github.com/pyiron/executorlib/pull/396
* Rename Interface to Spawner by jan-janssen in https://github.com/pyiron/executorlib/pull/398
* Refactor Interface by jan-janssen in https://github.com/pyiron/executorlib/pull/400
* Enforce manual backend selection by jan-janssen in https://github.com/pyiron/executorlib/pull/399
* Bump ipython from 8.26.0 to 8.27.0 by dependabot in https://github.com/pyiron/executorlib/pull/401
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/402
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/405
* Remove hidden function by jan-janssen in https://github.com/pyiron/executorlib/pull/406
* Bump conda-subprocess from 0.0.4 to 0.0.5 by dependabot in https://github.com/pyiron/executorlib/pull/408
* Add trouble shooting by samwaseda in https://github.com/pyiron/executorlib/pull/404
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/409
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/410
* Bump pygraphviz from 1.13 to 1.14 by dependabot in https://github.com/pyiron/executorlib/pull/414
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/416
* Remove h5io from dependencies by jan-janssen in https://github.com/pyiron/executorlib/pull/417
* Remove conda support in executorlib by jan-janssen in https://github.com/pyiron/executorlib/pull/418

New Contributors
* samwaseda made their first contribution in https://github.com/pyiron/executorlib/pull/404

**Full Changelog**: https://github.com/pyiron/executorlib/compare/executorlib-0.0.2...executorlib-0.0.3

0.0.2

What's Changed
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/376
* Bump h5io from 0.2.3 to 0.2.4 by dependabot in https://github.com/pyiron/executorlib/pull/379
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/380
* Add support for nested flux executors by jan-janssen in https://github.com/pyiron/executorlib/pull/382
* Bump mpi4py from 3.1.6 to 4.0.0 by dependabot in https://github.com/pyiron/executorlib/pull/383
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/384
* Add docstrings and typehints with Github copilot by jan-janssen in https://github.com/pyiron/executorlib/pull/385
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/387
* Bump pyzmq from 26.0.3 to 26.1.0 by dependabot in https://github.com/pyiron/executorlib/pull/386
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/390
* Bump matplotlib from 3.9.1 to 3.9.2 by dependabot in https://github.com/pyiron/executorlib/pull/391
* Bump pyzmq from 26.1.0 to 26.1.1 by dependabot in https://github.com/pyiron/executorlib/pull/392
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/pyiron/executorlib/pull/393
* Bump pyzmq from 26.1.1 to 26.2.0 by dependabot in https://github.com/pyiron/executorlib/pull/394


**Full Changelog**: https://github.com/pyiron/executorlib/compare/executorlib-0.0.1...executorlib-0.0.2

0.0.1

**Full Changelog**: https://github.com/pyiron/executorlib/compare/pympipool-0.9.0...executorlib-0.0.1

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.