Skip to content

Releases: OneAdder/lingtypology

Release 0.8.7

30 Aug 13:33
ffc963f
Compare
Choose a tag to compare
  1. Update Glottolog
  2. Remove CI/
  3. Update README.md in accordance with modern
  4. Fix non-destructive sorting
  5. Fix pandas warnings

Release 0.8.6

09 Aug 13:15
Compare
Choose a tag to compare

Improvements:

  1. Now it is possible to place features in legend in any given order (alphabetically by default).
  2. Non-destructive sorting. Now features will be in the proper order even if you add them after creating the map.

Release 0.8.5

16 Jun 11:02
Compare
Choose a tag to compare
  • New documentation with Sphinx.
  • New version of Glottolog.
  • Minor bugfixes.

Release 0.8.4

12 Jun 13:51
Compare
Choose a tag to compare

Improvements

  1. lingtypology.db_apis module renamed to lingtypology.datasets. Alias to maintain backwards compatibility will remain for the time being (until 0.9 or 1.0 release).
  2. Certain usability improvements such as colors attribute in multiple lingtypology.LingMap methods that changes colors or stroke_colors attributes. For more info consult the docs.

Bugfixes

  1. Fixed a bug when links to Glottolog in popups were not rendered correctly with minicharts.
  2. Multiple code quality improvements such as accordance with pep8 and removing duplicate code.

Release 0.8.3

07 Jun 22:13
Compare
Choose a tag to compare

I was too excited about the colormaps, so I have to add bugfixes now:

  1. Colormaps now are even more beautiful! And seem to work stably.
  2. Fixed a couple of issues with selenium. Now it is in the dependencies and it politely suggests to install the GeckoDriver if you are using save_static method.
  3. Some pep8 improvements.

Release 0.8.2

07 Jun 16:27
Compare
Choose a tag to compare

Improvements

  1. Colormaps look a lot better.
  2. __citation__ attribute added.
  3. Colors are generated automatically if there are not enough of them.
  4. New Glottolog version.

Bugfixes

  1. Colormaps now work for stroke features as intended.
  2. Pandas warning for PHOIBLE eliminated.

Release 0.8.1

03 Jun 17:24
Compare
Choose a tag to compare

Bugfixes and improvements:

  1. Glottolog links disabled for languages that were not found in Glottolog.
  2. Getting multiple pages now works as intended.
  3. lingtypology.glottolog.get_affiliations no longer crashes if genealogy of one of the languages is missing.

Release 0.8

19 May 20:56
Compare
Choose a tag to compare

New stuff:

  1. Elevation data for languages from Glottolog.
  2. Now it is possible to merge two lingtypology maps.
  3. Improved appearance of stroke features and titles.
  4. Wals API considerably rewritten: major bugfixes and better integration with maps.
  5. LingMap: minor bugfixes and improved performance.

Release 0.7

15 May 15:54
Compare
Choose a tag to compare

New stuff:

  1. 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.
  2. Other
    2.1. Support for non-aggregated data from Phoible.
    2.2. Get coordinates by Glottocode.

Release 0.6

12 May 17:56
Compare
Choose a tag to compare

New stuff:

  1. Support for overlapping features.
  2. Support for using floium.Map objects as base maps.
  3. Sexier colormaps.
  4. New parameter strip_na for Autotyp and Phoible.
  5. Changed default colors for colormaps and gradients to 'from white to green'.
  6. Added citation attribute for lingtypology.db_apis.Wals (citation for given features).
  7. Support for all kind of shit types that can be processed while drawing a colormap. Now you can give: a list/tuple/pandas.Series of int, str (converted to int or float), float (converted to int if they are integer).