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

Fix setup and docs #7

Merged
merged 6 commits into from
Jan 4, 2023
Merged

Commits on Dec 21, 2022

  1. Fix dep issue conda create env for glumpy

    Previously, running `conda create env` with the environment.yaml file
    generates ModuleNotFoundError for Cython even though Cython is listed
    just before glumpy in pip dependency list. Increasing glumpy version
    solves this issue.
    Toefinder committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    f4e635a View commit details
    Browse the repository at this point in the history
  2. Reformat README based on markdownlint suggestions

    Fix broken cross-section links. Reformat based on suggestions
    from vscode markdownlint suggestions: clearer annotations for block
    codes and better spacing. Also fix some typos.
    Toefinder committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1e6076d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fe8e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Configuration menu
    Copy the full SHA
    cd3ca82 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    08614c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    62f8d28 View commit details
    Browse the repository at this point in the history