Skip to content

Commit cda077f

Browse files
committed
add orphan page for old announcements with same anchors
1 parent d65ebd1 commit cda077f

File tree

2 files changed

+251
-1
lines changed

2 files changed

+251
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ const config = {
190190
},
191191
{
192192
from: "/docs/user/announcements.html",
193-
to: "/news/",
193+
to: "/announcements/",
194194
},
195195
],
196196
},

src/pages/announcements.md

Lines changed: 250 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,250 @@
1+
<!--
2+
This page is just a landing page for folks trying to reach
3+
the old /docs/user/announcements.html page. Instead of
4+
redirecting that page directly to /news, we have this static
5+
one to list the pre-2024 announcements, along with their old
6+
#anchor-links. This way, old links that point to
7+
/docs/user/announcements.html#some-announcement are still
8+
valid and useful.
9+
-->
10+
11+
# Announcements {#announcements}
12+
13+
:::info The announcements page has moved
14+
15+
This page is only listing the announcements from 2018 to 2023.
16+
17+
Please go to [News](/news/) for the latest ones! The RSS feed is available at [/news/rss.xml](pathname:///news/rss.xml).
18+
:::
19+
20+
---
21+
22+
## 2023 {#id1}
23+
24+
### 2023-09-25: Python 3.12 migration and Python 3.11 by default {#python-3-12-migration-and-python-3-11-by-default}
25+
26+
[Read more](/news/2023/09/25/python-312-migration-and-python-311-by-default/).
27+
28+
### 2023-08-24: Bumping Minimum MacOS version to 10.13 {#bumping-minimum-macos-version-to-10-13}
29+
30+
[Read more](/news/2023/08/24/bumping-minimum-macos-version-to-1013/).
31+
32+
### 2023-07-12: End-of-life for CentOS 6 {#end-of-life-for-centos-6}
33+
34+
[Read more](/news/2023/07/12/end-of-life-for-centos-6/).
35+
36+
### 2023-01-09: conda-forge Google Group is Now Read-only - Move to Discourse {#conda-forge-google-group-is-now-read-only-move-to-discourse}
37+
38+
[Read more](/news/2023/01/09/conda-forge-google-group-is-now-read-only-move-to-discourse/).
39+
40+
### 2023-01-08: conda-forge/staged-recipes Feedstock Creation Job Moved {#conda-forge-staged-recipes-feedstock-creation-job-moved}
41+
42+
[Read more](/news/2023/01/08/conda-forge-staged-recipes-feedstock-creation-job-moved/).
43+
44+
---
45+
46+
## 2022 {#id2}
47+
48+
### 2022-11-16: Moving to .conda Artifacts {#moving-to-conda-artifacts}
49+
50+
[Read more](/news/2022/11/16/moving-to-conda-artifacts/).
51+
52+
### 2022-11-04: Releasing Python 3.8.14, 3.9.14, and 3.10.7 {#releasing-python-3-8-14-3-9-14-and-3-10-7}
53+
54+
[Read more](/news/2022/11/04/releasing-python-3814-3914-and-3107/).
55+
56+
### 2022-09-27: Conda Moving to CalVer {#conda-moving-to-calver}
57+
58+
[Read more](/news/2022/09/27/conda-moving-to-calver/).
59+
60+
### 2022-08-24: Dropping Python 3.7 {#dropping-python-3-7}
61+
62+
[Read more](/news/2022/08/24/dropping-python-37/).
63+
64+
### 2022-08-17: Dropping PyPy 3.7 {#dropping-pypy-3-7}
65+
66+
[Read more](/news/2022/08/17/dropping-pypy-37/).
67+
68+
### 2022-08-11: Moving to Visual Studio toolchain vc142 {#moving-to-visual-studio-toolchain-vc142}
69+
70+
[Read more](/news/2022/08/11/moving-to-visual-studio-toolchain-vc142/).
71+
72+
### 2022-07-22: Azure OSX VM Image Bumped to Version 11 {#azure-osx-vm-image-bumped-to-version-11}
73+
74+
[Read more](/news/2022/07/22/azure-osx-vm-image-bumped-to-version-11/).
75+
76+
### 2022-04-23: Packages for Qt/PyQt 5.15.2 are now available {#packages-for-qt-pyqt-5-15-2-are-now-available}
77+
78+
[Read more](/news/2022/04/23/packages-for-qtpyqt-5152-are-now-available/).
79+
80+
### 2022-04-20: New Semi-automated PR Labeling in conda-forge/staged-recipes {#new-semi-automated-pr-labeling-in-conda-forge-staged-recipes}
81+
82+
[Read more](/news/2022/04/20/new-semi-automated-pr-labeling-in-conda-forgestaged-recipes/).
83+
84+
### 2022-04-03: CircleCI and Drone.io Deprecated for New Feedstocks {#circleci-and-drone-io-deprecated-for-new-feedstocks}
85+
86+
[Read more](/news/2022/04/03/circleci-and-droneio-deprecated-for-new-feedstocks/).
87+
88+
### 2022-03-28: PyPy 3.8+3.9 Migration {#pypy-3-8-3-9-migration}
89+
90+
[Read more](/news/2022/03/28/pypy-38-39-migration/).
91+
92+
### 2022-03-06: Travis CI Usage Deprecated for win_*, osx_*, and linux_64 Platforms {#travis-ci-usage-deprecated-for-win-osx-and-linux-64-platforms}
93+
94+
[Read more](/news/2022/03/06/travis-ci-usage-deprecated-for-win-osx-and-linux64-platforms/).
95+
96+
### 2022-02-13: Default branch migration from master to main {#default-branch-migration-from-master-to-main}
97+
98+
[Read more](/news/2022/02/13/default-branch-migration-from-master-to-main/).
99+
100+
---
101+
102+
## 2021 {#id3}
103+
104+
### 2021-12-02: CentOS 7 docker images are now the default {#centos-7-docker-images-are-now-the-default}
105+
106+
[Read more](/news/2021/12/02/centos-7-docker-images-are-now-the-default/).
107+
108+
### 2021-11-17: cloud.drone.io no longer working {#cloud-drone-io-no-longer-working}
109+
110+
[Read more](/news/2021/11/17/clouddroneio-no-longer-working/).
111+
112+
### 2021-10-20: conda-forge now uses mambabuild as default {#conda-forge-now-uses-mambabuild-as-default}
113+
114+
[Read more](/news/2021/10/20/conda-forge-now-uses-mambabuild-as-default/).
115+
116+
### 2021-10-13: GCC 10 and clang 12 as default compilers for Linux and macOS {#gcc-10-and-clang-12-as-default-compilers-for-linux-and-macos}
117+
118+
[Read more](/news/2021/10/13/gcc-10-and-clang-12-as-default-compilers-for-linux-and-macos/).
119+
120+
### 2021-10-04: python 3.6 is now dropped when building conda-forge packages {#python-3-6-is-now-dropped-when-building-conda-forge-packages}
121+
122+
[Read more](/news/2021/10/04/python-36-is-now-dropped-when-building-conda-forge-packages/).
123+
124+
### 2021-09-30: defaults channel is now dropped when building conda-forge packages {#defaults-channel-is-now-dropped-when-building-conda-forge-packages}
125+
126+
[Read more](/news/2021/09/30/defaults-channel-is-now-dropped-when-building-conda-forge-packages/).
127+
128+
### 2021-05-22: conda-forge is now citable! {#conda-forge-is-now-citable}
129+
130+
[Read more](/news/2021/05/22/conda-forge-is-now-citable/).
131+
132+
---
133+
134+
## 2020 {#id4}
135+
136+
### 2020-12-16: Moving to CentOS 7 and CentOS 6 End-of-Life {#moving-to-centos-7-and-centos-6-end-of-life}
137+
138+
[Read more](/news/2020/12/16/moving-to-centos-7-and-centos-6-end-of-life/).
139+
140+
### 2020-12-02: Artifact Validation {#artifact-validation}
141+
142+
[Read more](/news/2020/12/02/artifact-validation/).
143+
144+
### 2020-10-08: Compiler Upgrade to GCC 9.3.0 {#compiler-upgrade-to-gcc-9-3-0}
145+
146+
[Read more](/news/2020/10/08/compiler-upgrade-to-gcc-930/).
147+
148+
### 2020-08-07: Completed New Staging Process for anaconda.org Uploads {#completed-new-staging-process-for-anaconda-org-uploads}
149+
150+
[Read more](/news/2020/08/07/completed-new-staging-process-for-anacondaorg-uploads/).
151+
152+
### 2020-08-06: Fixed Maintenance Process for Feedstock Teams {#fixed-maintenance-process-for-feedstock-teams}
153+
154+
[Read more](/news/2020/08/06/fixed-maintenance-process-for-feedstock-teams/).
155+
156+
### 2020-07-23: CentOS 7 sysroot Now Available for linux-64 Builds {#centos-7-sysroot-now-available-for-linux-64-builds}
157+
158+
[Read more](/news/2020/07/23/strict-channel-priority-in-builds-for-osx-and-linux/).
159+
160+
### 2020-07-23: Strict channel priority in builds for OSX and Linux {#strict-channel-priority-in-builds-for-osx-and-linux}
161+
162+
[Read more](/news/2020/07/23/numpy-116-is-the-minimal-numpy-version-on-all-platforms/).
163+
164+
### 2020-07-23: NumPy 1.16 is the minimal NumPy version on all platforms {#numpy-1-16-is-the-minimal-numpy-version-on-all-platforms}
165+
166+
[Read more](/news/2020/07/23/centos-7-sysroot-now-available-for-linux-64-builds/).
167+
168+
### 2020-07-17: Conda-forge is building openblas with both pthreads and openmp on Linux {#conda-forge-is-building-openblas-with-both-pthreads-and-openmp-on-linux}
169+
170+
[Read more](/news/2020/07/17/conda-forge-is-building-openblas-with-both-pthreads-and-openmp-on-linux/).
171+
172+
### 2020-07-16: Core Dependency Tree Package Changes {#core-dependency-tree-package-changes}
173+
174+
[Read more](/news/2020/07/16/moving-from-clang-9-to-clang-10/).
175+
176+
### 2020-07-16: Moving from clang 9 to clang 10 {#moving-from-clang-9-to-clang-10}
177+
178+
[Read more](/news/2020/07/16/core-dependency-tree-package-changes/).
179+
180+
### 2020-07-15: CFEP-18: Removing static libraries from the main build {#cfep-18-removing-static-libraries-from-the-main-build}
181+
182+
[Read more](/news/2020/07/15/cfep-18-removing-static-libraries-from-the-main-build/).
183+
184+
### 2020-07-03: cf-mark-broken renamed to admin-requests {#cf-mark-broken-renamed-to-admin-requests}
185+
186+
[Read more](/news/2020/07/03/cf-mark-broken-renamed-to-admin-requests/).
187+
188+
### 2020-05-28: New Process for Marking Packages as Broken {#new-process-for-marking-packages-as-broken}
189+
190+
[Read more](/news/2020/05/28/new-process-for-marking-packages-as-broken/).
191+
192+
### 2020-05-09: New Staging Process for anaconda.org Uploads {#new-staging-process-for-anaconda-org-uploads}
193+
194+
[Read more](/news/2020/05/09/new-staging-process-for-anacondaorg-uploads/).
195+
196+
### 2020-03-24: vs2015 to vs2017 Transition {#vs2015-to-vs2017-transition}
197+
198+
[Read more](/news/2020/03/24/vs2015-to-vs2017-transition/).
199+
200+
### 2020-03-23: Appveyor Deprecation {#appveyor-deprecation}
201+
202+
[Read more](/news/2020/03/23/appveyor-deprecation/).
203+
204+
### 2020-03-21: Python 2.7 Admin Command Available {#python-2-7-admin-command-available}
205+
206+
[Read more](/news/2020/03/21/python-27-admin-command-available/).
207+
208+
### 2020-03-18: Python 2.7 and vs2008 Deprecation {#python-2-7-and-vs2008-deprecation}
209+
210+
[Read more](/news/2020/03/18/python-27-and-vs2008-deprecation/).
211+
212+
---
213+
214+
## 2019 {#id6}
215+
216+
### 2019-09-30: Clang 9.0.0 and gfortran 7.3.0 as default compilers in OSX {#clang-9-0-0-and-gfortran-7-3-0-as-default-compilers-in-osx}
217+
218+
[Read more](/news/2019/09/30/clang-900-and-gfortran-730-as-default-compilers-in-osx/).
219+
220+
### 2019-03-28: We overhauled the blas support in conda-forge. {#we-overhauled-the-blas-support-in-conda-forge}
221+
222+
[Read more](/news/2019/03/28/we-overhauled-the-blas-support-in-conda-forge/).
223+
224+
### 2019-01-22: It has happened! Conda-forge has migrated to the latest compilers 🎉. {#it-has-happened-conda-forge-has-migrated-to-the-latest-compilers}
225+
226+
[Read more](/news/2019/01/22/it-has-happened-conda-forge-has-migrated-to-the-latest-compilers/).
227+
228+
---
229+
230+
## 2018 {#id7}
231+
232+
### 2018-10-12: The rebuild is moving along nicely with almost a third of the packages completed. {#the-rebuild-is-moving-along-nicely-with-almost-a-third-of-the-packages-completed}
233+
234+
[Read more](/news/2018/10/12/the-rebuild-is-moving-along-nicely-with-almost-a-third-of-the-packages-completed/).
235+
236+
### 2018-09-24: A minimal python 3.7 build is now available across all platforms and both compilers! {#a-minimal-python-3-7-build-is-now-available-across-all-platforms-and-both-compilers)}
237+
238+
[Read more](/news/2018/09/24/deprecation-notice-for-python-35/).
239+
240+
### 2018-09-24: Deprecation notice for Python 3.5 {#deprecation-notice-for-python-3-5}
241+
242+
[Read more](/news/2018/09/24/a-minimal-python-37-build-is-now-available-across-all-platforms-and-both-compilers/).
243+
244+
### 2018-09-20: The compiler migration is in full swing. {#the-compiler-migration-is-in-full-swing}
245+
246+
[Read more](/news/2018/09/20/the-compiler-migration-is-in-full-swing/).
247+
248+
### 2018-09-10: Conda forge now has a magical status bar for tracking the progress of migrations. {#conda-forge-now-has-a-magical-status-bar-for-tracking-the-progress-of-migrations}
249+
250+
[Read more](/news/2018/09/10/conda-forge-now-has-a-magical-status-bar-for-tracking-the-progress-of-migrations/).

0 commit comments

Comments
 (0)