Releases: OneAdder/lingtypology
Releases · OneAdder/lingtypology
Release 0.8.7
Release 0.8.6
Improvements:
- Now it is possible to place features in legend in any given order (alphabetically by default).
- Non-destructive sorting. Now features will be in the proper order even if you add them after creating the map.
Release 0.8.5
- New documentation with Sphinx.
- New version of Glottolog.
- Minor bugfixes.
Release 0.8.4
Improvements
lingtypology.db_apis
module renamed tolingtypology.datasets
. Alias to maintain backwards compatibility will remain for the time being (until0.9
or1.0
release).- Certain usability improvements such as
colors
attribute in multiplelingtypology.LingMap
methods that changescolors
orstroke_colors
attributes. For more info consult the docs.
Bugfixes
- Fixed a bug when links to
Glottolog
in popups were not rendered correctly withminicharts
. - Multiple code quality improvements such as accordance with
pep8
and removing duplicate code.
Release 0.8.3
I was too excited about the colormaps, so I have to add bugfixes now:
- Colormaps now are even more beautiful! And seem to work stably.
- Fixed a couple of issues with
selenium
. Now it is in the dependencies and it politely suggests to install the GeckoDriver if you are usingsave_static
method. - Some
pep8
improvements.
Release 0.8.2
Improvements
- Colormaps look a lot better.
__citation__
attribute added.- Colors are generated automatically if there are not enough of them.
- New Glottolog version.
Bugfixes
- Colormaps now work for stroke features as intended.
- Pandas warning for PHOIBLE eliminated.
Release 0.8.1
Bugfixes and improvements:
- Glottolog links disabled for languages that were not found in Glottolog.
- Getting multiple pages now works as intended.
lingtypology.glottolog.get_affiliations
no longer crashes if genealogy of one of the languages is missing.
Release 0.8
New stuff:
- Elevation data for languages from Glottolog.
- Now it is possible to merge two
lingtypology
maps. - Improved appearance of stroke features and titles.
- Wals API considerably rewritten: major bugfixes and better integration with maps.
- LingMap: minor bugfixes and improved performance.
Release 0.7
New stuff:
- Map
1.1. Choice for tiles.
1.2. Pass Glottocodes.
1.3. Save map as PNG
1.4. Normal labels for minicharts.
1.5. Unhardcoded default color if features are not given. - Other
2.1. Support for non-aggregated data from Phoible.
2.2. Get coordinates by Glottocode.
Release 0.6
New stuff:
- Support for overlapping features.
- Support for using floium.Map objects as base maps.
- Sexier colormaps.
- New parameter strip_na for Autotyp and Phoible.
- Changed default colors for colormaps and gradients to 'from white to green'.
- Added
citation
attribute forlingtypology.db_apis.Wals
(citation for given features). - Support for all kind of
shittypes that can be processed while drawing a colormap. Now you can give: alist
/tuple
/pandas.Series
ofint
,str
(converted toint
orfloat
),float
(converted toint
if they are integer).