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

DOC: Specify py2k-compatible version in py3k statement #212

Open
wants to merge 3 commits into
base: stable
Choose a base branch
from

Conversation

DWesl
Copy link

@DWesl DWesl commented Oct 30, 2024

The python>=3.6 requirement at the top of the file dates to early 2020, before v0.1 of MONETIO. Before this, MONET and MONETIO were one package. It looks like the last commit in MONET 2.1.5 merges in the work to split MONET and MONETIO, so someone wanting MONETIO functionality from MONET would need a MONET version prior to that.

The `python>=3.6` requirement at the top of the file dates to early 2020, before v0.1 of MONETIO.  Before this, MONET and MONETIO were one package.  It looks like the last commit in MONET 2.1.5 merges in the work to split MONET and MONETIO, so someone wanting MONETIO functionality from MONET would need a MONET version prior to that.
Copy link
Member

@zmoon zmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @DWesl this is useful.

I wonder if we could include your reference to v2.1.5 as a footnote referenced here

https://github.com/noaa-oar-arl/monet/blob/987a1fe77fc8297edadb42710c3d7fc1ab20b616/docs/index.rst?plain=1#L42

to show that technically this was associated with v2.1.5 / noaa-oar-arl/monet#77, though v2.2.0 was the first GitHub Release. I can do this in MONET repo.

docs/installing.rst Outdated Show resolved Hide resolved
docs/installing.rst Outdated Show resolved Hide resolved
DWesl and others added 2 commits November 1, 2024 13:42
Thought I'd caught all of those, thanks for spotting that one.

Co-authored-by: Zachary Moon <zmoon92@gmail.com>
@DWesl
Copy link
Author

DWesl commented Nov 1, 2024

I wonder if we could include your reference to v2.1.5 as a footnote referenced here

https://github.com/noaa-oar-arl/monet/blob/987a1fe77fc8297edadb42710c3d7fc1ab20b616/docs/index.rst?plain=1#L42

to show that technically this was associated with v2.1.5 / noaa-oar-arl/monet#77, though v2.2.0 was the first GitHub Release. I can do this in MONET repo.

Like this?

EDIT: Wrong repo. Should I leave it anyway?

Copy link
Member

@zmoon zmoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of MONET, but it makes sense to have it here too.

@@ -7,7 +7,7 @@ air quality models.

MONET was developed to evaluate the Community Multiscale Air Quality Model (CMAQ)
for the NOAA National Air Quality Forecast Capability (NAQFC) modeling system.
From MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository.
From MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository [#monetio-split]_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me this would make it slightly less ambiguous:

Suggested change
From MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository [#monetio-split]_.
After MONET version 2.1.4, MONETIO was broken off from MONET to be its own dedicated repository [#monetio-split]_.

Comment on lines +91 to +93
.. [#monetio-split] The last commit of [MONET v2.1.5](https://github.com/noaa-oar-arl/monet/releases/tag/v2.1.5)
merged noaa-oar-arl/monet#77, which brought the branch testing the split MONET and MONETIO packages into the
primary branch of the repository.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.. [#monetio-split] The last commit of [MONET v2.1.5](https://github.com/noaa-oar-arl/monet/releases/tag/v2.1.5)
merged noaa-oar-arl/monet#77, which brought the branch testing the split MONET and MONETIO packages into the
primary branch of the repository.
.. [#monetio-split] The last commit of `MONET v2.1.5 <https://github.com/noaa-oar-arl/monet/releases/tag/v2.1.5>`__
merged `PR#77 <https://github.com/noaa-oar-arl/monet/pull/77>`__, which brought the branch testing the split MONET and MONETIO packages into the
primary branch of the repository.
The first official split GitHub releases with were `MONET v2.2.0 <https://github.com/noaa-oar-arl/monet/releases/tag/v2.2.0>`__
and `MONETIO v0.1 <https://github.com/noaa-oar-arl/monetio/releases/tag/v0.1>`__ (Mar 2020).

@zmoon
Copy link
Member

zmoon commented Nov 1, 2024

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 this pull request may close these issues.

2 participants