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

v2.2.0 #217

Closed
8 tasks done
MassimoCimmino opened this issue Jul 8, 2022 · 6 comments · Fixed by #218
Closed
8 tasks done

v2.2.0 #217

MassimoCimmino opened this issue Jul 8, 2022 · 6 comments · Fixed by #218

Comments

@MassimoCimmino
Copy link
Owner

MassimoCimmino commented Jul 8, 2022

This issue is to increment version in documentation and installation files in preparation for release.

Before merge :

After merge :

  • Create release tag
  • Upload pdf documentation
  • Update default version page on readthedocs
  • Upload to Pypi
@MassimoCimmino
Copy link
Owner Author

MassimoCimmino commented Jul 8, 2022

In #139, we proposed to follow the Anaconda distribution for package versions.

This necessitates the following changes in the requirements:

  • numpy: 1.20.1 -> 1.21.5
  • scipy: 1.6.2 -> 1.7.3
  • sphinx: 4.0.1 -> 4.4.0
  • numpydoc: 1.1 -> 1.2
  • matplotlib: 3.3.4 -> 3.5.1
  • pytest: 6.2.3 -> 7.1.1
  • pytest-cov: 3.0.0 (no change)

Latest version of dependencies not in the anaconda distribution are the following:

  • CoolProp: 6.4.1 (no change)
  • tox: 3.24.5 -> 3.25.1
  • recommonmark: 0.6.0 -> 0.7.1

Unless the last two are needed to support the other changes, I don't see a reason to update the versions.

@MassimoCimmino

This comment was marked as outdated.

@MassimoCimmino

This comment was marked as outdated.

@MassimoCimmino
Copy link
Owner Author

The build is uploaded to testpypi : https://test.pypi.org/project/pygfunction/2.2.0rc0/

Install using pip install -i https://test.pypi.org/simple/ pygfunction==2.2.0rc0

@MassimoCimmino
Copy link
Owner Author

The documentation builds without warnings with sphinx 4.4.0 and numpydoc 1.2.0 after 03a142a.

@MassimoCimmino
Copy link
Owner Author

pygfunction v2.2.0 is now available through pip:

pip install pygfunction

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant