File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 88[ Lexibank] ( https://github.com/lexibank/lexibank ) datasets.
99
1010
11+ ## Compatibility
12+
13+ At the core of the curation functionality provided by ` pylexibank ` lies integration
14+ with the metadata catalogs [ Glottolog] ( https://glottolog.org ) ,
15+ [ Concepticon] ( https://concepticon.clld.org ) and [ CLTS] ( https://clts.clld.org ) .
16+ Not all releases of these catalogs are compatibly with all versions of
17+ ` pylexibank ` .
18+
19+ pylexibank | Glottolog | Concepticon | CLTS
20+ --- | --- | --- | ---
21+ 2.x | \> =4.x | \> =2.x | ** 1.x**
22+ 3.x | \> =4.x | \> =2.x | ** \> =2.x**
23+
24+
1125## Install
1226
1327Since ` pylexibank ` has quite a few dependencies, installing it will result in installing
Original file line number Diff line number Diff line change 33
44setup (
55 name = 'pylexibank' ,
6- version = '3.0.0.dev0 ' ,
6+ version = '3.0.0' ,
77 author = 'Robert Forkel' ,
88 author_email = 'forkel@shh.mpg.de' ,
99 description = 'Python library implementing the lexibank workbench' ,
Original file line number Diff line number Diff line change 66from pylexibank .util import * # noqa: F401, F403
77from pylexibank .cldf import * # noqa: F401, F403
88
9- __version__ = '3.0.0.dev0 '
9+ __version__ = '3.0.0'
You can’t perform that action at this time.
0 commit comments