-
Notifications
You must be signed in to change notification settings - Fork 29
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
base: stable
Are you sure you want to change the base?
Conversation
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.
There was a problem hiding this 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
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.
Thought I'd caught all of those, thanks for spotting that one. Co-authored-by: Zachary Moon <zmoon92@gmail.com>
Like this? EDIT: Wrong repo. Should I leave it anyway? |
There was a problem hiding this 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]_. |
There was a problem hiding this comment.
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:
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]_. |
.. [#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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. [#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). |
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.