Skip to content

Commit

Permalink
Merge pull request #258 from novonordisk-research/245-python-312-brea…
Browse files Browse the repository at this point in the history
…ks-browniebee-stable-workflows

Updates for 0.9.5
  • Loading branch information
dk-teknologisk-mon authored May 6, 2024
2 parents c5af8bd + 830933e commit 20a8b0d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,27 @@
# Release history

## Version 0.9.5 [unpublished]
## Version 0.9.6 [unpublished]

### Changes

-
-

### Bugfixes

-
-

## Version 0.9.5

### Changes

- Updated package requirements for Brownie Bee user interface.

### Bugfixes

- Fix that categorical dimensions with more than two levels induces error when used
together with SumEqual constraint.
- Fix that Bokeh has changed naming convention related to sizes of circles in their
plots from "size" to "radius".

## Version 0.9.4

Expand Down
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@
],
extras_require={
"browniebee": [
"bokeh==3.1.1",
"bokeh==3.4.1",
"deap==1.4.1",
"matplotlib==3.7.2",
"numpy==1.24.4",
"matplotlib==3.8.4",
"numpy==1.26.4",
"pyYAML==6.0.1",
"scikit-learn==1.3.0",
"scipy==1.10.1",
"scikit-learn==1.4.2",
"scipy==1.13.0",
"six==1.16.0",
"tornado==6.3.3",
]
},
long_description=long_description,
Expand Down

0 comments on commit 20a8b0d

Please sign in to comment.