Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff1995 committed Aug 26, 2022
1 parent bf068d6 commit 6631742
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 140 deletions.
92 changes: 54 additions & 38 deletions docs/locale/zh_CN/LC_MESSAGES/release.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scglue 0.2.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-08-22 14:50+0800\n"
"POT-Creation-Date: 2022-08-26 15:30+0800\n"
"Last-Translator: Pei-Wen Ji <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
Expand All @@ -19,40 +19,56 @@ msgid "Release notes"
msgstr "发布说明"

#: ../../release.rst:5
msgid "v0.3.1"
msgstr "版本0.3.1"
msgid "v0.3.2"
msgstr "版本0.3.2"

#: ../../release.rst:7 ../../release.rst:31 ../../release.rst:45
#: ../../release.rst:74
#: ../../release.rst:7 ../../release.rst:14 ../../release.rst:38
#: ../../release.rst:52 ../../release.rst:81
msgid "Bug fixes:"
msgstr "漏洞修复"

#: ../../release.rst:9
msgid ""
"Fixed \"real_cross\" loss in `PairedSCGLUETrainer "
"<api/scglue.models.scglue.PairedSCGLUETrainer.rst>`__ and `SCCLUETrainer "
"<api/scglue.models.scclue.SCCLUETrainer>`__."
msgstr ""
"修复了 `PairedSCGLUETrainer <api/scglue.models.scglue.PairedSCGLUETrainer.rst>`__ "
"和 `SCCLUETrainer <api/scglue.models.scclue.SCCLUETrainer.rst>`__ 中的“real_cross”损失函数。"

#: ../../release.rst:12
msgid "v0.3.1"
msgstr "版本0.3.1"

#: ../../release.rst:16
msgid ""
"Fixed NaN loss in `PairedSCGLUETrainer "
"<api/scglue.models.scglue.PairedSCGLUETrainer.rst>`__."
msgstr "修复了 `PairedSCGLUETrainer "
msgstr ""
"修复了 `PairedSCGLUETrainer "
"<api/scglue.models.scglue.PairedSCGLUETrainer.rst>`__ 中损失函数可能出现的 NaN 的问题。"

#: ../../release.rst:10
#: ../../release.rst:17
msgid ""
"Restored `rna_anchored_prior_graph "
"<api/scglue.genomics.rna_anchored_prior_graph.rst>`__ as a deprecated "
"function (to be replaced by `rna_anchored_guidance_graph "
"<api/scglue.genomics.rna_anchored_guidance_graph.rst>`__)."
msgstr "恢复了旧函数名 `rna_anchored_prior_graph "
"<api/scglue.genomics.rna_anchored_prior_graph.rst>`__,作为一个将被废弃的函数(将替换为 `rna_anchored_guidance_graph "
msgstr ""
"恢复了旧函数名 `rna_anchored_prior_graph "
"<api/scglue.genomics.rna_anchored_prior_graph.rst>`__,作为一个将被废弃的函数(将替换为 "
"`rna_anchored_guidance_graph "
"<api/scglue.genomics.rna_anchored_guidance_graph.rst>`__)。"

#: ../../release.rst:14
#: ../../release.rst:21
msgid "v0.3.0"
msgstr "版本0.3.0"

#: ../../release.rst:16 ../../release.rst:63
#: ../../release.rst:23 ../../release.rst:70
msgid "New features:"
msgstr "新功能:"

#: ../../release.rst:18
#: ../../release.rst:25
msgid ""
"New `tutorial <reginf.ipynb>`__ and functions for regulatory inference "
"(Resolves `#15 <https://github.com/gao-lab/GLUE/issues/15>`__, `#41 "
Expand All @@ -62,20 +78,20 @@ msgstr ""
"lab/GLUE/issues/15>`__ 和 `#41 <https://github.com/gao-"
"lab/GLUE/issues/41>`__)。"

#: ../../release.rst:19
#: ../../release.rst:26
msgid ""
"New `tutorial <paired.ipynb>`__ for training on partially paired data "
"(Resolves `#24 <https://github.com/gao-lab/GLUE/issues/24>`__)."
msgstr ""
"增加了新的针对部分配对多组学数据的训练 `教程 <paired.ipynb>`__ (解决了 `#24 <https://github.com"
"/gao-lab/GLUE/issues/24>`__)。"

#: ../../release.rst:21 ../../release.rst:35 ../../release.rst:49
#: ../../release.rst:70
#: ../../release.rst:28 ../../release.rst:42 ../../release.rst:56
#: ../../release.rst:77
msgid "Enhancements:"
msgstr "增强功能:"

#: ../../release.rst:23
#: ../../release.rst:30
msgid ""
"Modularized `scglue.dx.integration_consistency "
"<api/scglue.dx.integration_consistency.rst>`__ to allow for non-raw-count"
Expand All @@ -85,27 +101,27 @@ msgstr ""
"<api/scglue.dx.integration_consistency.rst>`__ 函数模块化以支持非原始计数的输入(解决了 `#30 "
"<https://github.com/gao-lab/GLUE/issues/30>`__)。"

#: ../../release.rst:24
#: ../../release.rst:31
msgid "Added documentation translation in Chinese."
msgstr "增加了中文文档翻译。"

#: ../../release.rst:27
#: ../../release.rst:34
msgid "v0.2.3"
msgstr "版本0.2.3"

#: ../../release.rst:29 ../../release.rst:43
#: ../../release.rst:36 ../../release.rst:50
msgid "Minor improvements and bug fixes"
msgstr "小改进和漏洞修复"

#: ../../release.rst:33
#: ../../release.rst:40
msgid ""
"Data frame in ``obsm`` no longer triggers an error during model training "
"(Resolves `#32 <https://github.com/gao-lab/GLUE/issues/32>`__)."
msgstr ""
"在模型训练过程中 ``obsm`` 的数据框不再触发错误(解决了 `#32 <https://github.com/gao-"
"lab/GLUE/issues/32>`__)。"

#: ../../release.rst:37
#: ../../release.rst:44
msgid ""
"`scglue.data.transfer_labels <api/scglue.data.transfer_labels.rst>`__ "
"uses a new strategy with SNN-based estimation of transfer confidence "
Expand All @@ -115,7 +131,7 @@ msgstr ""
"使用了一个新的策略,即基于SNN的转移置信度估计(解决了 `#23 <https://github.com/gao-"
"lab/GLUE/issues/23>`__)。"

#: ../../release.rst:38
#: ../../release.rst:45
msgid ""
"Allow setting custom bedtools path via `scglue.config.BEDTOOLS_PATH "
"<api/scglue.utils.ConfigManager.rst>`__ (Resolves `#22 "
Expand All @@ -124,17 +140,17 @@ msgstr ""
"允许通过 `scglue.config.BEDTOOLS_PATH <api/scglue.utils.ConfigManager.rst>`__"
" 自定义bedtools路径(解决了 `#22 <https://github.com/gao-lab/GLUE/issues/22>`__)。"

#: ../../release.rst:41
#: ../../release.rst:48
msgid "v0.2.2"
msgstr "版本0.2.2"

#: ../../release.rst:47
#: ../../release.rst:54
msgid ""
"Device detection is now more reliable (Resolves `#17 <https://github.com"
"/gao-lab/GLUE/issues/17>`__)."
msgstr "设备检测现在更加可靠(解决了 `#17 <https://github.com/gao-lab/GLUE/issues/17>`__)。"

#: ../../release.rst:51
#: ../../release.rst:58
msgid ""
"Custom encoders and decoders can now be registered without changing "
"package code (Resolves `#14 <https://github.com/gao-"
Expand All @@ -143,19 +159,19 @@ msgstr ""
"现在可以在不改变软件包代码的情况下注册自定义的编码器和解码器(解决了 `#14 <https://github.com/gao-"
"lab/GLUE/issues/14>`__)。"

#: ../../release.rst:55
#: ../../release.rst:62
msgid "v0.2.1"
msgstr "版本0.2.1"

#: ../../release.rst:57
#: ../../release.rst:64
msgid "Minor improvements and dependency fixes"
msgstr "小改进和依赖修复"

#: ../../release.rst:61
#: ../../release.rst:68
msgid "v0.2.0"
msgstr "版本0.2.0"

#: ../../release.rst:65
#: ../../release.rst:72
msgid ""
"Added `fit_SCGLUE <api/scglue.models.fit_SCGLUE.rst>`__ function to "
"simplify model training - Incorporates weighted adversarial alignment by "
Expand All @@ -165,7 +181,7 @@ msgstr ""
"增加了 `fit_SCGLUE <api/scglue.models.fit_SCGLUE.rst>`__ "
"函数以简化模型训练——默认加入加权对抗对齐,在细胞类型组成高度倾斜的数据集上具有更强的鲁棒性。"

#: ../../release.rst:67
#: ../../release.rst:74
msgid ""
"Added support for batch effect correction, which can be activated by "
"setting ``use_batch`` in `configure_dataset "
Expand All @@ -175,29 +191,29 @@ msgstr ""
"<api/scglue.models.scglue.configure_dataset.rst>`__ 中设置 ``use_batch`` "
"来激活。"

#: ../../release.rst:68
#: ../../release.rst:75
msgid ""
"Added a model diagnostics metric `\"integration consistency score\" "
"<api/scglue.models.dx.integration_consistency.rst>`__"
msgstr ""
"增加了模型诊断指标 `integration consistency score(整合一致性分数) "
"<api/scglue.models.dx.integration_consistency.rst>`__。"

#: ../../release.rst:72
#: ../../release.rst:79
msgid ""
"Support for training directly on disk-backed AnnData objects, scaling to "
"almost infinite number of cells"
msgstr "支持直接在disk-backed的AnnData对象上进行训练,可以扩展到几乎无限数量的细胞。"

#: ../../release.rst:76
#: ../../release.rst:83
msgid "Fixed a bug where the graph dataset was not shuffled across epochs"
msgstr "修复了一个漏洞,即在不同的epochs中没有把图数据集打乱。"

#: ../../release.rst:78
#: ../../release.rst:85
msgid "Experimental features:"
msgstr "实验性特征:"

#: ../../release.rst:80
#: ../../release.rst:87
msgid ""
"A `partially paired GLUE model "
"<api/scglue.models.scglue.PairedSCGLUEModel.rst>`__ for utilizing paired "
Expand All @@ -206,7 +222,7 @@ msgstr ""
"`部分配对GLUE模型 <api/scglue.models.scglue.PairedSCGLUEModel.rst>`__ "
"会尽可能利用已经配对的细胞。"

#: ../../release.rst:81
#: ../../release.rst:88
msgid ""
"The `CLUE model <api/scglue.models.scclue.SCCLUEModel.rst>`__ that won "
"the `NeurIPS 2021 competition in multimodal integration "
Expand All @@ -215,10 +231,10 @@ msgstr ""
"这里是赢得 `2021 NeurIPS 多模态整合竞赛 <https://openproblems.bio/neurips_2021/>`__ 的"
" `CLUE 模型 <api/scglue.models.scclue.SCCLUEModel.rst>`__!"

#: ../../release.rst:85
#: ../../release.rst:92
msgid "v0.1.1"
msgstr "版本0.1.1"

#: ../../release.rst:87
#: ../../release.rst:94
msgid "First public release"
msgstr "首次公开发布"
Loading

0 comments on commit 6631742

Please sign in to comment.