Aiidalab

Latest version: v24.9.0

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

Scan your dependencies

Page 4 of 10

2022.1002

What's Changed
* Remove obsolete start-notebook.sh file. by csadorf in https://github.com/aiidalab/aiidalab-docker-stack/pull/300
* Fix: Use 'core.direct' instead of 'direct' to setup scheduler. by csadorf in https://github.com/aiidalab/aiidalab-docker-stack/pull/303
* Fix: Permissions of the erlang cookie before start of the RMQ server. by csadorf in https://github.com/aiidalab/aiidalab-docker-stack/pull/299
* Build with AiiDA version 2.0.3. by csadorf in https://github.com/aiidalab/aiidalab-docker-stack/pull/301
* Fix: Set correct home directory for `localhost` `workdir` by mbercx in https://github.com/aiidalab/aiidalab-docker-stack/pull/309


**Full Changelog**: https://github.com/aiidalab/aiidalab-docker-stack/compare/v2022.1001...v2022.1002

2022.1001

What's Changed

- The stack now contains different image variants and the tag schema was slightly adjusted. Please see the README for details.
- All image variants are based on the [jupyter/minimal-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-minimal-notebook) image.
- Support for AiiDA 2.0
- Support for Python 3.9.2
- Adopt new version schema for regular releases (YYYY.BUILD, example: 2022.1001).

**Full Changelog**: https://github.com/aiidalab/aiidalab-docker-stack/compare/v22.08.0...2022.1001

24.09.0

<!-- Release notes generated using configuration in .github/release.yml at v24.09.0 -->

What's Changed
Bug fixes 🐛
* Fix segfault from requests_cache by danielhollas in https://github.com/aiidalab/aiidalab/pull/447
* Skip invalid python requirements by danielhollas in https://github.com/aiidalab/aiidalab/pull/449
* Skip invalid app versions by danielhollas in https://github.com/aiidalab/aiidalab/pull/451
Other Changes
* Support python 3.12 by danielhollas in https://github.com/aiidalab/aiidalab/pull/438
* Drop support for old docker stack and Python-3.8 by danielhollas in https://github.com/aiidalab/aiidalab/pull/439
* Remove jupyter-config/ by danielhollas in https://github.com/aiidalab/aiidalab/pull/430
* Add `aiidalab install` test by danielhollas in https://github.com/aiidalab/aiidalab/pull/440
* Make auto-generated release notes nicer by danielhollas in https://github.com/aiidalab/aiidalab/pull/443
* Add more types to aiidalab.app by danielhollas in https://github.com/aiidalab/aiidalab/pull/450
* Finish typing of aiidalab.app and aiidalab.__main__ modules by danielhollas in https://github.com/aiidalab/aiidalab/pull/453


**Full Changelog**: https://github.com/aiidalab/aiidalab/compare/v24.07.0...v24.09.0

24.07.0

What's Changed

Bug fixes / enhancements
* Do a full Daemon restart after app installation by superstar54 in https://github.com/aiidalab/aiidalab/pull/424
* Separate aiidalab registry dependencies to extras by danielhollas in https://github.com/aiidalab/aiidalab/pull/429

Documentation
* Move developer guide to Wiki by unkcpz in https://github.com/aiidalab/aiidalab/pull/395
* Pre-commit update + fix docs build by danielhollas in https://github.com/aiidalab/aiidalab/pull/402

Devops

* Add minimum Dependabot config to autoupdate GHA config by danielhollas in https://github.com/aiidalab/aiidalab/pull/407
* Group Dependabot PRs by danielhollas in https://github.com/aiidalab/aiidalab/pull/414
* Bump the gha-dependencies group with 4 updates by dependabot in https://github.com/aiidalab/aiidalab/pull/415
* CI: Add Codecov token by danielhollas in https://github.com/aiidalab/aiidalab/pull/416
* Switch to ruff linter and formatter by danielhollas in https://github.com/aiidalab/aiidalab/pull/422
* Use uv to install dependencies in CI by danielhollas in https://github.com/aiidalab/aiidalab/pull/419
* Remove ipython as a direct dependency by danielhollas in https://github.com/aiidalab/aiidalab/pull/428
* CI: Don't track coverage of tests/ by danielhollas in https://github.com/aiidalab/aiidalab/pull/433
* Add basic CLI tests by danielhollas in https://github.com/aiidalab/aiidalab/pull/431

New Contributors
* superstar54 made their first contribution in https://github.com/aiidalab/aiidalab/pull/424

**Full Changelog**: https://github.com/aiidalab/aiidalab/compare/v23.03.2...v24.07.0

23.03.2

What's Changed
* Doc: user guide improvement by unkcpz in https://github.com/aiidalab/aiidalab/pull/384
* Allow for removing setup.py in favour of simple pyproject.toml by danielhollas in https://github.com/aiidalab/aiidalab/pull/382
* Unpin MarkupSafe package by danielhollas in https://github.com/aiidalab/aiidalab/pull/388
* Update manifest by danielhollas in https://github.com/aiidalab/aiidalab/pull/387
* DOC: aiidalab-launch CLI using profile to align with verdi command by unkcpz in https://github.com/aiidalab/aiidalab/pull/390
* Add typing to git_util.py, metadata.py and config.py by danielhollas in https://github.com/aiidalab/aiidalab/pull/391
* Add typing to fetch.py, more types in app.py by danielhollas in https://github.com/aiidalab/aiidalab/pull/392
* Add section point to microk8s by unkcpz in https://github.com/aiidalab/aiidalab/pull/393
* Update readthedocs configuration by yakutovicha in https://github.com/aiidalab/aiidalab/pull/399


**Full Changelog**: https://github.com/aiidalab/aiidalab/compare/v23.03.1...v23.03.2

23.03.1

What's Changed
* Officially drop support for Python 3.7, test 3.11 by danielhollas in https://github.com/aiidalab/aiidalab/pull/376
* Fix base.html URLs by Mahhheshh in https://github.com/aiidalab/aiidalab/pull/379
* [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/aiidalab/aiidalab/pull/380
* support using * for matching all branches in getting registry by unkcpz in https://github.com/aiidalab/aiidalab/pull/383

New Contributors
* Mahhheshh made their first contribution in https://github.com/aiidalab/aiidalab/pull/379

**Full Changelog**: https://github.com/aiidalab/aiidalab/compare/v23.03.0...v23.03.1

Page 4 of 10

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.