Skip to content

Commit

Permalink
Minor updates: include notebook files in package, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen committed Sep 14, 2023
1 parent 78eb535 commit 66180ab
Show file tree
Hide file tree
Showing 5 changed files with 150 additions and 151 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
sudo apt-get update;
sudo apt-get install pandoc
python -m pip install --upgrade pip
pip install poetry
poetry install --with docs
- name: Build and Commit
uses: sphinx-notes/pages@v2 # NOTE when switching to v3, export dependencies to requirements.txt in pyproject.toml: `poetry export --with docs --without-hashes --format=requirements.txt > docs/requirements.txt`
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
sudo apt-get update;
sudo apt-get install pandoc
python -m pip install --upgrade pip
pip install .[doc]
pip install poetry
poetry install --with docs
- name: Build and Commit
uses: sphinx-notes/pages@v2 # NOTE when switching to v3, export dependencies to requirements.txt in pyproject.toml: `poetry export --with docs --without-hashes --format=requirements.txt > docs/requirements.txt`
with:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [1.0.0] - Unreleased
- Major speedup due to new parser and using revamped python-constraint for searchspace building
- Implemented ability to use `PySMT` and `ATF` for searchspace building
- Added Poetry for dependency and build management
Expand Down
Loading

0 comments on commit 66180ab

Please sign in to comment.