Skip to content

Commit

Permalink
Merge pull request #175 from csdms/mcflugen/v1.3.2
Browse files Browse the repository at this point in the history
Prepare for release of v1.3.2
  • Loading branch information
mcflugen authored Oct 11, 2024
2 parents df648b4 + c02b72f commit 11520d6
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
python-version: 3.8
python-version: 3.11

- name: Show conda installation info
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: |
conda install --file=requirements.txt --file=requirements-docs.txt gimli.units
conda install --file=requirements.txt --file=requirements-docs.txt
pip install -e .
- name: Build documentation
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@ Release Notes

.. towncrier release notes start
1.3.2 (2024-10-11)
------------------

Bug Fixes
`````````

- Fixed failing NetCDF tests related to a now non-existant THREDDS server. (`#150 <https://github.com/csdms/pymt/issues/150>`_)
- Fixed the *environment.yml* file needed for running notebooks on Binder. (`#153 <https://github.com/csdms/pymt/issues/153>`_)


Other Changes and Additions
```````````````````````````

- Fixed broken environment-docs.yml file. (`#145 <https://github.com/csdms/pymt/issues/145>`_)
- Fixed the successful, but 0%, coverage score reported by Coveralls through the coveralls-python Action. (`#146 <https://github.com/csdms/pymt/issues/146>`_)
- Reformat code for the newest version of *black*. (`#154 <https://github.com/csdms/pymt/issues/154>`_)
- Setup `towncrier <https://towncrier.readthedocs.io/en/actual-freaking-docs/>`_ to manage the changelog. (`#155 <https://github.com/csdms/pymt/issues/155>`_)
- Moved static project metadata into pyproject.toml. (`#156 <https://github.com/csdms/pymt/issues/156>`_)
- Removed dependency on ``six`` since we don't support Python 2 and updated code
to use Python 3.8+ syntax. (`#159 <https://github.com/csdms/pymt/issues/159>`_)
- Updated *pymt* for the latest version of *gimli.units*, which changed
its interface slightly. (`#169 <https://github.com/csdms/pymt/issues/169>`_)
- Removed a bunch of lint that had built up over the years. (`#170 <https://github.com/csdms/pymt/issues/170>`_)
- Added support for Python 3.10, and dropped support for older versions. (`#171 <https://github.com/csdms/pymt/issues/171>`_)
- Updated *pymt* to work with the newest version of both *shapely* and
*scipy*. (`#174 <https://github.com/csdms/pymt/issues/174>`_)


1.3.1 (2021-03-18)
------------------

Expand Down
2 changes: 0 additions & 2 deletions news/145.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/146.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/150.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/153.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/154.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/155.misc

This file was deleted.

2 changes: 0 additions & 2 deletions news/156.misc

This file was deleted.

3 changes: 0 additions & 3 deletions news/159.misc

This file was deleted.

2 changes: 1 addition & 1 deletion pymt/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.2.dev0"
__version__ = "1.3.3.dev0"
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requires-python = ">=3.8"
dependencies = [
"click",
"deprecated",
"gimli.units",
"jinja2",
"landlab >= 2",
"matplotlib",
Expand Down

0 comments on commit 11520d6

Please sign in to comment.