@@ -27,12 +27,12 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
27
27
28
28
In an effort to better secure ``conda-forge ``, we are developing a process to
29
29
validate artifacts before they are uploaded to ``anaconda.org ``. This validation
30
- will look for various security related items, such as artifacts which overwrite
30
+ will look for various security- related items, such as artifacts that overwrite
31
31
key pieces of certain packages. While this process is in development, we will not
32
32
be rejecting uploads. However, we will start scanning our current artifacts and
33
33
working with the maintainers of those artifacts to mark broken any which we deem
34
34
a security risk. We will also be running validation on new artifacts being upload
35
- and will report any issues back to feedstocks. At a future date, artifacts which
35
+ and will report any issues back to feedstocks. At a future date, artifacts that
36
36
do not pass validation will not be uploaded.
37
37
38
38
:2020-10-08: Compiler Upgrade to ``GCC `` ``9.3.0 ``
@@ -51,7 +51,7 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
51
51
to anaconda.org. Direct uploads to the ``conda-forge `` channel will no
52
52
longer work. If you are having trouble with package uploads, please
53
53
rerender your feedstock with the latest version of ``conda-smithy ``.
54
- As always, if you need help, bump us on gitter or GitHub!
54
+ As always, if you need help, bump us on Gitter or GitHub!
55
55
56
56
:2020-08-06: Fixed Maintenance Process for Feedstock Teams
57
57
@@ -85,10 +85,10 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
85
85
channels. Users can disable this by setting ``channel_priority: flexible `` in their
86
86
``conda-forge.yml ``.
87
87
88
- :2020-07-23: NumPy 1.16 as the minimal NumPy version on all platforms.
88
+ :2020-07-23: NumPy 1.16 is the minimal NumPy version on all platforms.
89
89
90
90
In accordance with `NEP-29 <https://numpy.org/neps/nep-0029-deprecation_policy.html >`_,
91
- we have switched to have ``numpy 1.16 `` as the minimal supported version on all
91
+ we have switched to have ``numpy 1.16 `` as the minimum supported version on all
92
92
platforms.
93
93
94
94
:2020-07-17: Conda-forge is building openblas with both pthreads and openmp on Linux
@@ -192,7 +192,7 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
192
192
193
193
Despite our extensive testing, we do not expect this change to be completely smooth,
194
194
so please bear with us. As always, if you have any questions, concerns, or trouble, you
195
- can find us on gitter or bump us directly on github !
195
+ can find us on Gitter or bump us directly on Github !
196
196
197
197
:2020-03-24: ``vs2015 `` to ``vs2017 `` Transition
198
198
@@ -231,7 +231,7 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
231
231
no ongoing support for Python 2.7 builds and any existing builds are provided on an "as-is" basis.
232
232
- A ``cf202003 `` label has been applied to the ``conda-forge `` channel for those
233
233
who need a reference to the package index with Python 2.7.
234
- - We are removing support for ``vs2008 `` on Windows conjunction with the deprecation
234
+ - We are removing support for ``vs2008 `` on Windows in conjunction with the deprecation
235
235
of Python 2.7, as it was only supported to build this version of Python.
236
236
- We will provide an admin command that will add back Python 2.7 to any feedstock.
237
237
Note that as stated above, we cannot provide support for any Python 2.7 builds
@@ -243,7 +243,7 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
243
243
244
244
:2019-09-30: Clang 9.0.0 and gfortran 7.3.0 as default compilers in OSX.
245
245
246
- - If you maintain a feedstock which require a C/C++ compiler, no changes necessary. A rerender
246
+ - If you maintain a feedstock that requires a C/C++ compiler, no changes necessary. A rerender
247
247
should be done next time the feedstock is updated to use the new compiler.
248
248
- If you maintain a feedstock with a Fortran compiler, a PR to upgrade to gfortran 7.3.0 was
249
249
already issued. If that PR was merged, there's nothing to do. If not, contact core if you
@@ -266,17 +266,17 @@ Our announcements are published to an RSS feed `here <https://conda-forge.org/do
266
266
2018
267
267
----
268
268
269
- :2018-10-12: The rebuild is moving along nicely with almost a third of packages completed.
269
+ :2018-10-12: The rebuild is moving along nicely with almost a third of the packages completed.
270
270
271
- Recently completed are numpy and openblas which should open up much of the python numeric stack.
271
+ Recently completed are NumPy and Openblas which should open up much of the python numeric stack.
272
272
We're only about 5 feedstocks away from opening up all of R as well.
273
273
274
274
:2018-09-24: A minimal python 3.7 build is now available across all platforms and both compilers!
275
275
276
276
:2018-09-24: Deprecation notice for Python 3.5
277
277
278
- As we start building out more of the python 3.7 stack, we will no longer be building
279
- python 3.5 packages.
278
+ As we start building out more of the Python 3.7 stack, we will no longer be building
279
+ Python 3.5 packages.
280
280
281
281
No new python 3.5 packages will be built after 2018-10-01.
282
282
0 commit comments