Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous docs fixes #378

Merged
merged 4 commits into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ Ready to contribute? Here's how to set up pyribs for local development.

```bash
cd pyribs
conda create --prefix ./env python=3.8 # 3.8 is the minimum version pyribs supports.
conda create --prefix ./env python=3.8 # 3.8 is the minimum version pyribs supports.
conda activate ./env
pip install -e .[dev]
pip install -e .[all,dev] # `all` contains dependencies for all extras of pyribs.
# `dev` contains development dependencies.
```

1. We roughly follow the
Expand Down
2 changes: 1 addition & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- **Backwards-incompatible:** Allow using kwargs for colorbar in
parallel_axes_plot ({pr}`358`)
- Removes cbar_orientaton and cbar_pad args for parallel_axes_plot
- Add `rasterized` arg for heatmaps (#359)
- Add `rasterized` arg for heatmaps ({pr}`359`)
- Support 1D cvt_archive_heatmap ({pr}`362`)
- Add 3D plots for CVTArchive ({pr}`371`)
- Add visualization of 3D QDax repertoires ({pr}`373`)
Expand Down