Skip to content

Commit

Permalink
Replace pdbpp by pdbp and update changes history (#158)
Browse files Browse the repository at this point in the history
* Replace pdbpp with pdbp

* Ex post addition to changes. (#155)

---------

Co-authored-by: Hans-Martin von Gaudecker <[email protected]>
  • Loading branch information
timmens and hmgaudecker authored Aug 20, 2024
1 parent 99c9ce9 commit d9990e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## v0.8.1 -- July 2024

Display the correct version number in the rendered docs.

## v0.8.0 -- July 2024

Complete re-write of how to obtain templates, simplifying the example project, and
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ dependencies:
- statsmodels
- numpy
- pandas >=2.2
- pdbpp
- plotly >=5.2.0,<6

# R template project dependencies
Expand All @@ -35,4 +34,4 @@ dependencies:
- r-forcats

# Install project
- pip: [-e ., kaleido]
- pip: [-e ., pdbp, kaleido]

0 comments on commit d9990e2

Please sign in to comment.