Releases: aiidalab/aiidalab-home
Releases · aiidalab/aiidalab-home
v24.12.1
What's Changed
- Replace
jinja2
withmarkdown
for loading the warning message document by @edan-bainglass in #189 - Bump ruff to 0.8.3 by @danielhollas in #186
- Add a dedicated stylesheet by @edan-bainglass in #190
Full Changelog: v24.12.0...v24.12.1
v24.12.0
What's Changed
Features 🏗️
- Add auto-detected home warning message mechanism by @edan-bainglass in #183
Bug fixes 🐛
- Make home notebook full width by @edan-bainglass in #182
- Fix crash in single_app.ipynb from invalid version by @danielhollas in #181
Dev 👩🔬
- Remove support for AiiDA 0.x in start.ipynb by @danielhollas in #175
- Pin notebook version to v6 by @danielhollas in #176
- Reenable notebook tests by @danielhollas in #178
- Start page: use
ipw.VBox
instead ofipw.Output
to display apps. by @yakutovicha in #185 - Unpin widgetsnbextension by @danielhollas in #179
- Bump astral-sh/setup-uv from 3 to 4 in the gha-dependencies group by @dependabot in #187
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #174
New Contributors 🧑🦱
- @edan-bainglass made their first contribution in #182
Full Changelog: v24.09.0...v24.12.0
v24.09.0
What's Changed
Features
- Disable prompt for appstore and single app page by @danielhollas in #154
Bugfixes 🐛
- Fix invalid package requirement by @danielhollas in #172
Devops
- Use ruff linter and formatter by @danielhollas in #166
- VersionSelectorWidget: fix start-unpacking complaint from
flake8
by @yakutovicha in #159 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #151
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #153
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #157
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #158
- Add Dependabot config for updating GHAs by @danielhollas in #160
- Bump the gha-dependencies group with 3 updates by @dependabot in #162
- Bump the gha-dependencies group with 1 update by @dependabot in #164
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #165
- Bump softprops/action-gh-release from 2.0.4 to 2.0.5 in the gha-dependencies group by @dependabot in #167
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #168
- Bump softprops/action-gh-release from 2.0.5 to 2.0.6 in the gha-dependencies group by @dependabot in #169
New Contributors
- @dependabot made their first contribution in #162
Full Changelog: v23.03.1...v24.09.0
v23.03.1
What's Changed
- Hotfix: set
widgetsnbextension<3.6.3
version constraint by @yakutovicha in #150
Full Changelog: v23.03.0...v23.03.1
v23.03.0
What's Changed
- Autoupdate .pre-commit-config.yaml quarterly by @danielhollas in #127
- Fixes pre-commit isort issue and add nbstripout by @unkcpz in #129
- Enlarge output from a running installation by @danielhollas in #140
- Simple URL sanitization by @danielhollas in #137
- The compatible info only show for installed app by @unkcpz in #131
- Home page: Open external URL in a new tab by @danielhollas in #136
- Remove not depracated git_setup.ipynb by @unkcpz in #135
- Add strict validation check for core dependencies by @unkcpz in #130
- Suppress should scroll for single app manager by @unkcpz in #146
- Disable prompt dialog when exiting home page by @danielhollas in #141
New Contributors
Full Changelog: v22.11.0...v23.03.0
v22.11.0
What's Changed
- Automate release process with bumpver by @yakutovicha in #106
- Fix version mismatch by @danielhollas in #121
New Contributors
- @danielhollas made their first contribution in #121
Full Changelog: v22.08.0...v22.11.0
v22.08.0
What's Changed
- CI: Update pre-commit config by @csadorf in #79
- Update min version of aiidalab dependency by @yakutovicha in #87
- Implement open_app tool by @csadorf in #96
- Fix/issue 100 by @csadorf in #101
- Aiida 2.0 by @csadorf in #102
- Release 22.08.0 by @yakutovicha in #105
New Contributors
- @pre-commit-ci made their first contribution in #78
Full Changelog: v22.01.0...v22.08.0
v22.01.0
What's Changed
- Update package setup & tests: by @yakutovicha in #74
- Import start.py using absolute path. by @yakutovicha in #73
- AppStore: fix selecting apps according to their categories. by @yakutovicha in #75
- Release/22.01.0 by @yakutovicha in #77
Full Changelog: v21.10.0...v22.01.0
aiidalab-home v21.10.0
- Support not registered apps and improve the handling of registry server cannot be reached. (#71)
aiidalab-home v21.09.0
- Display the dependency installation process to the user. (#65)
load_logo
function update. (#66)
Now the function assumes thatapp.logo
is a fully-qualified URL
that points to the logo image.- Update link for documentation to point to RTD. (#67)
- Remove the "Update required" state which is now obsolete. (#69)
- Fix metadata.json. (8444891)