Releases: Ouranosinc/analogues_spatiaux
Releases · Ouranosinc/analogues_spatiaux
deployment-1.2.2
What's Changed
- Fix: Setup is failing and preventing the app from starting by @xfrenette-crim in #52
- fix cache resizing not working by @SarahG-579462 in #53
New Contributors
- @xfrenette-crim made their first contribution in #52
Full Changelog: deployment-1.2.1...deployment-1.2.2
deployment-1.2.1
What's Changed
- Fix docker build for 1.2.0 by @SarahG-579462 in #50
Full Changelog: deployment-1.2.0...deployment-1.2.1
Deployment-1.2.0
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
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
- Updated help texts, in english and french, by @cpomer10
What's Changed
- Olivier GRUWE Deploiement parameters by @OlivGruwe in #46
- Help_text_updates by @cpomer10 in #47
New Contributors
- @OlivGruwe made their first contribution in #46
- @cpomer10 made their first contribution in #47
Full Changelog: deployment-1.0.2...deployment-1.1.0
Deployment 1.0.2
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
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
This is the initial deployment for https://climatedata.crim.ca/climate-analogs/
Future deployment updates will be provided as releases.
Contributors:
@matprov
@SarahG-579462