-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 7877f74 🚀
- Loading branch information
Showing
86 changed files
with
3,377 additions
and
580 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: de7f721c757d20fd25f05899fb32b97e | ||
config: 5de777e7786b9c0cdc82be54d483ddbc | ||
tags: d77d1c0d9ca2f4c8421862c7c5a0d620 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+3.39 KB
.doctrees/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.doctree
Binary file not shown.
Binary file added
BIN
+4.44 KB
.doctrees/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.doctree
Binary file not shown.
Binary file added
BIN
+8.13 KB
.doctrees/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.doctree
Binary file not shown.
Binary file added
BIN
+3.26 KB
.doctrees/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
_sources/changelog.d/20241105_141935_ncoghlan_more_resilient_postinstall.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Fixed | ||
----- | ||
|
||
- Post-installation scripts for layered environments now work | ||
correctly even when run with a Python installation other | ||
than the expected base runtime (resolved in :issue:`66`) | ||
|
9 changes: 9 additions & 0 deletions
9
...ces/changelog.d/20241108_162952_ncoghlan_fix_automatic_layer_versioning.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Added | ||
----- | ||
|
||
- Setting ``versioned = True`` in a layer definition will append a | ||
lock version number to the layer name that automatically increments | ||
each time the locked requirements change for that layer (``layer@1``, | ||
``layer@2``, etc). Layer dependency declarations and build environments, | ||
use the unversioned name, but deployed environments and their metadata | ||
will use the versioned name (implemented in :issue:`24`). |
11 changes: 11 additions & 0 deletions
11
...rces/changelog.d/20241108_215625_ncoghlan_enable_docstring_style_checks.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Changed | ||
------- | ||
|
||
- Renamed :class:`!EnvironmentExportRequest` to :class:`LayerExportRequest` (part of :issue:`33`). | ||
- Exposed :class:`LayerSpecBase`, :class:`LayeredSpecBase` as public classes (part of :issue:`33`). | ||
- Exposed :class:`LayerEnvBase`, :class:`LayeredEnvBase` as public classes (part of :issue:`33`). | ||
- Added leading underscores to several private functions and methods (part of :issue:`33`). | ||
- Added docstrings to all remaining public functions and methods (part of :issue:`33`). | ||
- Enabled rendered previews for documentation PRs (requested in :issue:`43`). | ||
- Enabled link validity checks when rendering documentation (requested in :issue:`62`). | ||
|
5 changes: 5 additions & 0 deletions
5
_sources/changelog.d/20241111_104113_ncoghlan_add_stack_format_docs.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Added | ||
----- | ||
|
||
- Added documentation for the :ref:`stack-specification-format`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,31 @@ | ||
.. _changelog: | ||
|
||
--------- | ||
Changelog | ||
--------- | ||
|
||
.. meta:: | ||
:og:title: venvstacks Changelog - venvstacks Documentation | ||
:og:type: website | ||
:og:url: https://venvstacks.lmstudio.ai/changelog/ | ||
:og:description: venvstacks Changelog - venvstacks Documentation | ||
|
||
.. note:: | ||
|
||
Until the Python API has stabilised, ``venvstacks`` is using | ||
`ZeroVer <https://0ver.org/>`__ (starting from 0.1.0). | ||
|
||
Refer to :ref:`version-numbering` for additional details | ||
on the way releases are versioned. | ||
|
||
.. Syntax check the changelog fragments | ||
.. toctree:: | ||
:hidden: | ||
:glob: | ||
|
||
changelog.d/* | ||
|
||
.. Include the scriv-generated changelog details | ||
.. include:: ../CHANGELOG.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.