Skip to content

Commit 28379a9

Browse files
committed
New translations news.md (Korean)
1 parent 06b683d commit 28379a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/ko/news.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Python versions 3.10-3.13 are supported by this release.
3333

3434
_16 Jun, 2024_ -- NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs. It includes breaking changes that could not happen in a regular minor release - including an ABI break, changes to type promotion rules, and API changes which may not have been emitting deprecation warnings in 1.26.x. Key documents related to how to adapt to changes in NumPy 2.0 include:
3535

36-
- [NumPy 2.0 이주 가이드](https://numpy.org/devdocs/numpy_2_0_migration_guide.html)
37-
- [2.0.0 릴리즈 노트](https://numpy.org/devdocs/release/2.0.0-notes.html)
38-
- 상태 업데이트 공지용 이슈: [numpy#24300](https://github.com/numpy/numpy/issues/24300)
36+
- The [NumPy 2.0 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html)
37+
- The [2.0.0 release notes](https://numpy.org/devdocs/release/2.0.0-notes.html)
38+
- Announcement issue for status updates: [numpy#24300](https://github.com/numpy/numpy/issues/24300)
3939

4040
The blog post ["NumPy 2.0: an evolutionary milestone"](https://blog.scientific-python.org/numpy/numpy2/) tells a bit of the story about how this release came together.
4141

0 commit comments

Comments
 (0)