You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CITATION.cff
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,10 @@ authors:
4
4
-
5
5
name: "The Manim Community Developers"
6
6
cff-version: "1.2.0"
7
-
date-released: 2022-02-26
7
+
date-released: 2022-03-08
8
8
license: MIT
9
9
message: "We acknowledge the importance of good software to support research, and we note that research becomes more valuable when it is communicated effectively. To demonstrate the value of Manim, we ask that you cite Manim in your work."
msgid"`#2347 <https://github.com/ManimCommunity/manim/pull/2347>`__: Moved ``manim_directive.py`` to ``manim.utils.docbuild``"
226
+
msgid":pr:`2347`: Moved ``manim_directive.py`` to ``manim.utils.docbuild``"
227
227
msgstr""
228
228
229
229
#:../../source/changelog/0.13.0-changelog.rst:96
230
-
msgid"`#2340 <https://github.com/ManimCommunity/manim/pull/2340>`__: Added documentation for :mod:`.animation.growing` and improved :class:`.SpinInFromNothing`"
230
+
msgid":pr:`2340`: Added documentation for :mod:`.animation.growing` and improved :class:`.SpinInFromNothing`"
231
231
msgstr""
232
232
233
233
#:../../source/changelog/0.13.0-changelog.rst:99
234
-
msgid"`#2343 <https://github.com/ManimCommunity/manim/pull/2343>`__: Replaced current tree layout algorithm with SageMath's for improved layout of large trees"
234
+
msgid":pr:`2343`: Replaced current tree layout algorithm with SageMath's for improved layout of large trees"
235
235
msgstr""
236
236
237
237
#:../../source/changelog/0.13.0-changelog.rst:102
238
-
msgid"`#2351 <https://github.com/ManimCommunity/manim/pull/2351>`__: Added missing ``**kwargs`` parameter to :meth:`.Table.add_highlighted_cell`"
238
+
msgid":pr:`2351`: Added missing ``**kwargs`` parameter to :meth:`.Table.add_highlighted_cell`"
239
239
msgstr""
240
240
241
241
#:../../source/changelog/0.13.0-changelog.rst:105
242
-
msgid"`#2344 <https://github.com/ManimCommunity/manim/pull/2344>`__: Resized SVG logos, fit content to canvas"
242
+
msgid":pr:`2344`: Resized SVG logos, fit content to canvas"
243
243
msgstr""
244
244
245
245
#:../../source/changelog/0.13.0-changelog.rst:109
246
246
msgid"Fixed bugs"
247
247
msgstr""
248
248
249
249
#:../../source/changelog/0.13.0-changelog.rst:111
250
-
msgid"`#2359 <https://github.com/ManimCommunity/manim/pull/2359>`__: Resolved ``ValueError`` when calling ``manim cfg write``"
250
+
msgid":pr:`2359`: Resolved ``ValueError`` when calling ``manim cfg write``"
251
251
msgstr""
252
252
253
253
#:../../source/changelog/0.13.0-changelog.rst:114
254
-
msgid"`#2276 <https://github.com/ManimCommunity/manim/pull/2276>`__: Fixed bug with alignment of z-axis in :class:`~.ThreeDAxes`"
254
+
msgid":pr:`2276`: Fixed bug with alignment of z-axis in :class:`~.ThreeDAxes`"
255
255
msgstr""
256
256
257
257
#:../../source/changelog/0.13.0-changelog.rst:117
258
-
msgid"`#2325 <https://github.com/ManimCommunity/manim/pull/2325>`__: Several improvements to handling of ``quality`` argument"
258
+
msgid":pr:`2325`: Several improvements to handling of ``quality`` argument"
259
259
msgstr""
260
260
261
261
#:../../source/changelog/0.13.0-changelog.rst:120
262
-
msgid"`#2335 <https://github.com/ManimCommunity/manim/pull/2335>`__: Fixed bug with zooming camera and :class:`~.PointCloud`"
262
+
msgid":pr:`2335`: Fixed bug with zooming camera and :class:`~.PointCloud`"
263
263
msgstr""
264
264
265
265
#:../../source/changelog/0.13.0-changelog.rst:123
266
-
msgid"`#2328 <https://github.com/ManimCommunity/manim/pull/2328>`__: Fixed bug causing incorrect RGBA values to be passed to cairo"
266
+
msgid":pr:`2328`: Fixed bug causing incorrect RGBA values to be passed to cairo"
267
267
msgstr""
268
268
269
269
#:../../source/changelog/0.13.0-changelog.rst:126
270
-
msgid"`#2292 <https://github.com/ManimCommunity/manim/pull/2292>`__: Fixed positioning of :class:`~.Flash`"
270
+
msgid":pr:`2292`: Fixed positioning of :class:`~.Flash`"
271
271
msgstr""
272
272
273
273
#:../../source/changelog/0.13.0-changelog.rst:129
274
-
msgid"`#2262 <https://github.com/ManimCommunity/manim/pull/2262>`__: Fixed wrong cell coordinates with :meth:`.Table.get_cell` after scaling"
274
+
msgid":pr:`2262`: Fixed wrong cell coordinates with :meth:`.Table.get_cell` after scaling"
275
275
msgstr""
276
276
277
277
#:../../source/changelog/0.13.0-changelog.rst:132
278
-
msgid"`#2280 <https://github.com/ManimCommunity/manim/pull/2280>`__: Fixed :class:`~.DecimalNumber` color when number of displayed digits changes"
278
+
msgid":pr:`2280`: Fixed :class:`~.DecimalNumber` color when number of displayed digits changes"
279
279
msgstr""
280
280
281
281
#:../../source/changelog/0.13.0-changelog.rst:136
282
282
msgid"Documentation-related changes"
283
283
msgstr""
284
284
285
285
#:../../source/changelog/0.13.0-changelog.rst:138
286
-
msgid"`#2354 <https://github.com/ManimCommunity/manim/pull/2354>`__: Port over docs and typings from ``mobject.py`` and ``vectorized_mobject.py`` to their OpenGL counterparts"
286
+
msgid":pr:`2354`: Port over docs and typings from ``mobject.py`` and ``vectorized_mobject.py`` to their OpenGL counterparts"
287
287
msgstr""
288
288
289
289
#:../../source/changelog/0.13.0-changelog.rst:141
290
-
msgid"`#2350 <https://github.com/ManimCommunity/manim/pull/2350>`__: Added mention of Manim sideview extension for VS Code"
290
+
msgid":pr:`2350`: Added mention of Manim sideview extension for VS Code"
291
291
msgstr""
292
292
293
293
#:../../source/changelog/0.13.0-changelog.rst:144
294
-
msgid"`#2342 <https://github.com/ManimCommunity/manim/pull/2342>`__: Removed :meth:`~.CoordinateSystem.get_graph` usage from :class:`~.Axes` example"
294
+
msgid":pr:`2342`: Removed :meth:`~.CoordinateSystem.get_graph` usage from :class:`~.Axes` example"
295
295
msgstr""
296
296
297
297
#:../../source/changelog/0.13.0-changelog.rst:147
298
-
msgid"`#2216 <https://github.com/ManimCommunity/manim/pull/2216>`__: Edited and added new sections to the quickstart tutorial"
298
+
msgid":pr:`2216`: Edited and added new sections to the quickstart tutorial"
299
299
msgstr""
300
300
301
301
#:../../source/changelog/0.13.0-changelog.rst:150
302
-
msgid"`#2279 <https://github.com/ManimCommunity/manim/pull/2279>`__: Added documentation for discontinuous functions"
302
+
msgid":pr:`2279`: Added documentation for discontinuous functions"
303
303
msgstr""
304
304
305
305
#:../../source/changelog/0.13.0-changelog.rst:153
306
-
msgid"`#2319 <https://github.com/ManimCommunity/manim/pull/2319>`__: Swapped ``dotL`` and ``dotR`` in :meth:`.Mobject.interpolate` example"
306
+
msgid":pr:`2319`: Swapped ``dotL`` and ``dotR`` in :meth:`.Mobject.interpolate` example"
307
307
msgstr""
308
308
309
309
#:../../source/changelog/0.13.0-changelog.rst:156
310
-
msgid"`#2230 <https://github.com/ManimCommunity/manim/pull/2230>`__: Copyedited building blocks tutorial"
310
+
msgid":pr:`2230`: Copyedited building blocks tutorial"
311
311
msgstr""
312
312
313
313
#:../../source/changelog/0.13.0-changelog.rst:159
314
-
msgid"`#2310 <https://github.com/ManimCommunity/manim/pull/2310>`__: Clarified that Manim does not support Python 3.10 yet in the documentation"
314
+
msgid":pr:`2310`: Clarified that Manim does not support Python 3.10 yet in the documentation"
315
315
msgstr""
316
316
317
317
#:../../source/changelog/0.13.0-changelog.rst:162
318
-
msgid"`#2294 <https://github.com/ManimCommunity/manim/pull/2294>`__: Made documentation front page more concise and rearranged order of tutorials"
318
+
msgid":pr:`2294`: Made documentation front page more concise and rearranged order of tutorials"
319
319
msgstr""
320
320
321
321
#:../../source/changelog/0.13.0-changelog.rst:165
322
-
msgid"`#2287 <https://github.com/ManimCommunity/manim/pull/2287>`__: Replace link to old interactive notebook"
322
+
msgid":pr:`2287`: Replace link to old interactive notebook"
323
323
msgstr""
324
324
325
325
#:../../source/changelog/0.13.0-changelog.rst:169
326
326
msgid"Changes concerning the testing system"
327
327
msgstr""
328
328
329
329
#:../../source/changelog/0.13.0-changelog.rst:171
330
-
msgid"`#2346 <https://github.com/ManimCommunity/manim/pull/2346>`__: Made ``frames_comparsion`` decorator for frame testing a proper module of the library"
330
+
msgid":pr:`2346`: Made ``frames_comparsion`` decorator for frame testing a proper module of the library"
331
331
msgstr""
332
332
333
333
#:../../source/changelog/0.13.0-changelog.rst:174
334
-
msgid"`#2318 <https://github.com/ManimCommunity/manim/pull/2318>`__: Added tests for ``remover`` keyword argument of :class:`~.AnimationGroup`"
334
+
msgid":pr:`2318`: Added tests for ``remover`` keyword argument of :class:`~.AnimationGroup`"
335
335
msgstr""
336
336
337
337
#:../../source/changelog/0.13.0-changelog.rst:177
338
-
msgid"`#2301 <https://github.com/ManimCommunity/manim/pull/2301>`__: Added a test for :meth:`.ThreeDScene.add_fixed_in_frame_mobjects`"
338
+
msgid":pr:`2301`: Added a test for :meth:`.ThreeDScene.add_fixed_in_frame_mobjects`"
339
339
msgstr""
340
340
341
341
#:../../source/changelog/0.13.0-changelog.rst:180
342
-
msgid"`#2274 <https://github.com/ManimCommunity/manim/pull/2274>`__: Optimized some tests to reduce duration"
342
+
msgid":pr:`2274`: Optimized some tests to reduce duration"
343
343
msgstr""
344
344
345
345
#:../../source/changelog/0.13.0-changelog.rst:183
346
-
msgid"`#2272 <https://github.com/ManimCommunity/manim/pull/2272>`__: Added test for :class:`~.Broadcast`"
346
+
msgid":pr:`2272`: Added test for :class:`~.Broadcast`"
347
347
msgstr""
348
348
349
349
#:../../source/changelog/0.13.0-changelog.rst:187
350
350
msgid"Code quality improvements and similar refactors"
351
351
msgstr""
352
352
353
353
#:../../source/changelog/0.13.0-changelog.rst:189
354
-
msgid"`#2327 <https://github.com/ManimCommunity/manim/pull/2327>`__: Corrected type hint for ``labels`` keyword argument of :class:`~.Graph`"
354
+
msgid":pr:`2327`: Corrected type hint for ``labels`` keyword argument of :class:`~.Graph`"
355
355
msgstr""
356
356
357
357
#:../../source/changelog/0.13.0-changelog.rst:192
358
-
msgid"`#2329 <https://github.com/ManimCommunity/manim/pull/2329>`__: Remove unintended line break in README"
358
+
msgid":pr:`2329`: Remove unintended line break in README"
359
359
msgstr""
360
360
361
361
#:../../source/changelog/0.13.0-changelog.rst:195
362
-
msgid"`#2305 <https://github.com/ManimCommunity/manim/pull/2305>`__: Corrected type hint ``discontinuities`` argument for :class:`~.ParametricFunction`"
362
+
msgid":pr:`2305`: Corrected type hint ``discontinuities`` argument for :class:`~.ParametricFunction`"
363
363
msgstr""
364
364
365
365
#:../../source/changelog/0.13.0-changelog.rst:198
366
-
msgid"`#2300 <https://github.com/ManimCommunity/manim/pull/2300>`__: Add contact email for PyPi"
366
+
msgid":pr:`2300`: Add contact email for PyPi"
367
367
msgstr""
368
368
369
369
#:../../source/changelog/0.13.0-changelog.rst:202
370
370
msgid"New releases"
371
371
msgstr""
372
372
373
373
#:../../source/changelog/0.13.0-changelog.rst:204
374
-
msgid"`#2353 <https://github.com/ManimCommunity/manim/pull/2353>`__: Prepare new release: ``v0.13.0``"
374
+
msgid":pr:`2353`: Prepare new release: ``v0.13.0``"
0 commit comments