Skip to content

Commit

Permalink
Update CHANGELOG and readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Apr 21, 2024
1 parent 6bd7dcd commit 372b65f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ build:
jobs:
post_create_environment:
- pip install poetry==1.8.2
- poetry config virtualenvs.create false
post_install:
- poetry install --without dev
- poetry run python -m ipykernel install --user
# See https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-poetry
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --without dev
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry run python -m ipykernel install --user

sphinx:
configuration: docs/conf.py
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Changed

- All `ParamData` objects now internally track the latest time that they or any of their
children were last updated, which is returned by `ParamData.last_updated`.
- `Param` and `Struct` are combined into a single class `ParamDataclass`.

## [0.11.0] (Jan 31 2024)

### Added
Expand Down

0 comments on commit 372b65f

Please sign in to comment.