Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hackingmaterials/figrecipes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.7
Choose a base ref
...
head repository: hackingmaterials/figrecipes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 21, 2021

  1. update README.md

    ardunn committed Jul 21, 2021
    Copy the full SHA
    363f80c View commit details

Commits on May 20, 2022

  1. Update README.md

    ardunn authored May 20, 2022
    Copy the full SHA
    269d637 View commit details
Showing with 10 additions and 1 deletion.
  1. +10 −1 README.md
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# FigRecipes

### Warning! this repository is no longer actively maintained or updated.

![overview](./docs_rst/_static/overview.png)

A repo to help with interactive plotting in data mining applications.
@@ -11,4 +13,11 @@ Originally packaged with the [matminer code](https://github.com/hackingmaterials
- [Matminer code](https://github.com/hackingmaterials/matminer)


Find examples on the [matminer examples repo](https://github.com/hackingmaterials/matminer_examples).
Figrecipes is pip installable! You can install figrecipes with

```
pip install figrecipes
```


Find examples on the [matminer examples repo](https://github.com/hackingmaterials/matminer_examples).