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

Release 1.5.0 #154

Merged
merged 15 commits into from
May 15, 2024
Merged

Release 1.5.0 #154

merged 15 commits into from
May 15, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    8bb4f31 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #141 from MODFLOW-USGS/post-release-1.4.0-reset

    Post release 1.4.0 reset
    wpbonelli authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    954c1d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. refactor(latex): support path-like, add docstrings (#142)

    * add docs and support str or path-like for latex utils
    * also install nightly build and update flopy pkgs in ci
    wpbonelli authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    827b5ec View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. chore(dependencies): restrict yanked pytest version 8.1.0 (#143)

    * pytest 8.1.0 broke some plugins and was yanked
    * https://github.com/pytest-dev/pytest/releases/tag/8.1.0
    * always install examples dependencies in ci (need flopy)
    wpbonelli authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9403562 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    5c0ee37 View commit details
    Browse the repository at this point in the history
  2. chore: switch to ruff, misc linting fixes (#145)

    * switch to Ruff from black, isort, pylint, flake8
    * apply some fixes recommended by ruff's linter
    * reformat python files with ruff's default ruleset
    * add ruff lint rule npy201
    wpbonelli authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    70cce0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65c4d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

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

Commits on Apr 12, 2024

  1. feat(markers): add no_parallel marker, support differing pkg/module n…

    …ames (#148)
    
    * add no_parallel marker to modflow_devtools.markers to skip test if xdist is activated
    * add name_map param to has_pkg() function and requires_pkg marker — accommodate packages which don't have a correspondingly named top-level module, e.g. pytext-xdist -> xdist, mfpymake -> pymake
    * minor refactor in has_pkg() and update docstrings
    wpbonelli authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    1f358de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a59b426 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    748c935 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. feat(snapshots): add snapshot fixtures, remove pandas fixture (#151)

    * add numpy array snapshot extensions and fixtures with syrupy, moved from flopy
    * remove use_pandas fixture, originally meant for use in flopy tests for pandas support but never used and probably not needed, as flopy use_pandas flags will be removed eventually
    * todo: figure out how to support multi-array snapshots
    wpbonelli authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c9e445d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d96089e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d3bb59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9302fd8 View commit details
    Browse the repository at this point in the history