Skip to content

Releases: riatelab/magrit

v0.8.4

08 Jun 10:00
Compare
Choose a tag to compare
  • Fix silly syntax error.

v0.8.3

08 Jun 09:26
Compare
Choose a tag to compare
  • Fix error while getting temporary filename on some functions.

v0.8.2

07 Jun 08:38
Compare
Choose a tag to compare
  • Fix height of svg chart for values classification for links and discontinuities.

  • Internal modifications to allow local use of the server application without redis (and possibly easier installation/use on windows).

v0.8.1

22 May 13:56
Compare
Choose a tag to compare
  • Fix the displaying of bar chart in classification panel.

v0.8.0

22 May 09:22
Compare
Choose a tag to compare
  • New: Allow to promote layout layers (or some result layers) to be a target layer. This functionality makes it possible to combine some representations more efficiently and more quickly (for example, making a chroropleth map on the result of an anamorphosis, etc.).

  • Change how are imported target/layout layers: a message asking whether the newly imported layer is a target layer or a layout layer ?

  • Fix position of context menu when opened on layout features located on near the right/bottom of the window.

  • Try to improve the style of the box asking to type the various fields of the layer.

  • Change the workflow to prepare JS code (now using webpack) / split JS code in more files / don't use Jinja2 server-side anymore.

v0.7.4

18 Apr 09:34
Compare
Choose a tag to compare
  • Prevent some error when opening layer with non unique entries in field named 'id' (internally caused by the fact we use geojson and fiona is failing on opening geojson with duplicates in that field).

v0.7.3

21 Mar 22:44
Compare
Choose a tag to compare
  • Multiple small bug fixes related to styles.

  • Fix badly set value on some input range elements.

v0.7.2

19 Mar 13:55
Compare
Choose a tag to compare
  • Removes arithmetic progression classification method.

  • Also allow to create proportional symbols map when analyzing a layer of points.

  • Allow to use rounded corners on rectangles available as layout features.

  • Slightly change the behavior when a result layer is added by not fitting anymore the view-port on it.

  • Fix the "fit-zoom" behavior when using Armadillo projection and a layer at world scale.

  • Change the stewart implementation to consume less memory (smoomapy package is dropped temporarily).

v0.7.1

09 Mar 16:40
Compare
Choose a tag to compare
  • Fix typos in documentation.

  • Add a new option for proportional symbols legends, allowing to display a line between the symbol and the value.

  • Enable the (still experimental) auto-alignment feature for text annotation.

v0.7.0

05 Mar 16:53
Compare
Choose a tag to compare
  • New: allow to analyze a layer of points by two means : through a regular grid or through an existing layer of polygons. Informations computed are either the density of items (weighted or not) in each cell/polygon or a statistical summary (mean or standard deviation) about the items belonging to each cell/polygon.