Skip to content

Releases: Ouranosinc/analogues_spatiaux

deployment-1.2.2

05 Jun 15:55
7d0d986
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: deployment-1.2.1...deployment-1.2.2

deployment-1.2.1

23 May 17:03
4becfc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: deployment-1.2.0...deployment-1.2.1

Deployment-1.2.0

30 Apr 19:27
913d7a8
Compare
Choose a tag to compare

What's Changed

  • Fixes the app not using the correct language due to a bug with panel 0.14.4, the query parameters are only propagated to one process. Dumb Fix: create two images, one French and one English, and get the initial language from an environment variable.
  • Fix for sexadecimal conversion, provided by Pascal by @SarahG-579462 in #49

Full Changelog: deployment-1.1.1...deployment-1.2.0

deployment-1.1.1

21 Sep 15:41
Compare
Choose a tag to compare

In this release:

  • Fixes links to not open within iframe, now opens in parent, or a new tab (depending).

Full Changelog: deployment-1.1.0...deployment-1.1.1

Deployment 1.1.0

20 Sep 17:27
0e38b69
Compare
Choose a tag to compare
  • Updated help texts, in english and french, by @cpomer10

What's Changed

New Contributors

Full Changelog: deployment-1.0.2...deployment-1.1.0

Deployment 1.0.2

29 Aug 20:24
Compare
Choose a tag to compare

Changes:

  • Max processors to 8
  • Better chunking for dref
  • Added tests for concurrency (locust and loadwright)
  • Shared data cache

Full Changelog: deployment-1.0.1...deployment-1.0.2

Contributors: @SarahG-579462

deployment-1.0.1

18 Aug 15:14
Compare
Choose a tag to compare
deployment-1.0.1 Pre-release
Pre-release

In this version, improvements are added for parallelizing the app:

  • Allowed multi-threading in panel with num_threads = 0 (aka, set based on number of cpus available)
  • Allowed naive multi-processing in panel with num_procs = max_procs - 1. Set this way to one day potentially allow for something like nginx running on processor 8 to allocate intelligently.
  • Docker local container now starts in detached mode. To stop+remove, call make rm-local.
  • Change to avoid multiple runs in multiple threads accidentally, by disabling the search button while searches are computing.

Full Changelog: deployment-1.0.0...deployment-1.0.1

Contributors:
@SarahG-579462

deployment-1.0.0

08 Aug 18:52
Compare
Choose a tag to compare

This is the initial deployment for https://climatedata.crim.ca/climate-analogs/

Future deployment updates will be provided as releases.

Contributors:
@matprov
@SarahG-579462