Skip to content

Releases: riatelab/magrit

v2.0.7

31 Jul 15:37
Compare
Choose a tag to compare
  • Reintroduce the publishing of an image on the Docker Hub with each new release.

  • Add the ability to define a custom projection via a WKT or proj4 string (Fix #133).

  • Enhance components for modifying projection axis parameters (to enable more precise input of values).

v2.0.6

12 Jul 06:31
Compare
Choose a tag to compare
  • Add functionality to display the mean, median and population on the histogram displayed on the map for choropleth representations.

  • New example datasets added by @rysebaert:

    • Municipalities of Metropolitan France,
    • Municipalities of Metropolitan France + overseas regions,
    • Municipalities of Metropolitan France + overseas regions in inserts (to enable easy representation of mainland France + overseas regions in the same map).

v2.0.5

10 Jul 14:30
Compare
Choose a tag to compare
  • Fix bug with mean & standard deviation classification method (when the average is requested to be a class limit). Fixed upstream in mthh/statsbreaks.

  • Enable displaying population (rug plot) on the classification plot of the classification panel.

  • Improves the color of the box plot (especially when using the dark theme) in the classification panel.

  • Changed the links to the old version of Magrit in the documentation.

v2.0.4

08 Jul 18:25
Compare
Choose a tag to compare
  • Fix the topology of NUTS example datasets (partially fixes #127) and associated metadata.

  • Better handling of null geometries after intersection when creating grids (partially fixes #127).

  • Improved the first rendering of the application (this time the problem should be solved).

v2.0.3

05 Jul 19:59
Compare
Choose a tag to compare
  • Improve the rendering of the app after the stylesheet has loaded.

v2.0.2

05 Jul 19:30
Compare
Choose a tag to compare
  • Render the app after the stylesheet has loaded (to avoid flash of unstyled content).

v2.0.1

05 Jul 17:53
Compare
Choose a tag to compare
  • Fix some typos / bad phrasing in french translation.
  • Fix zooming / scale when adding an example dataset and when it is the first layer added to the application (Fixes #128).
  • Change the name of the special field $length to $count in the SQL-like formula component (Fixes #130).

v2.0.0

04 Jul 17:34
Compare
Choose a tag to compare

This is a complete overhaul of the application (in terms of both architecture and user interface). The exact list of changes is too long to be explicitly listed here, but here are a few highlights:

  • New user interface (dark theme, etc.)
  • New architecture (use of Solid.js, no more Python server: all operations are performed in the browser)
  • New functionalities (aggregation, selection, simplification, KDE, linear regression, etc.)
  • The ability to download a stand-alone version of the application (without needing an Internet connection to use it)

The features of the previous version of Magrit are still available (the various portrayal types, PNG / SVG export, project file export, etc.).

See it in action:

v0.16.6

03 Jun 19:58
Compare
Choose a tag to compare
  • Update index page to announce next major release.

v0.16.5

04 May 17:23
Compare
Choose a tag to compare
  • Update aiohttp dependency to fix some upstream security issues.