Skip to content

Commit 86b4f38

Browse files
v0.2.2 release (#31)
* doc fix * Update issue templates * link to reference doc * add .gitattributes files * add support for using spatially enabled dataframes (arcgis) * add notebook * update notebook * updates * bump version * fix bug where coverage may not have demand_col when used in MCLP (#16) * Fix build badge * pin all python dependencies for CI (#17) * Update dependencies (#20) * fix empty geometry issue * update dependencies * bump version * bump arcgis version * update pulp reference when building doc (#22) * Update dependencies & add dependabot config for docker (#29) * upgrade base image * update notebook since ids are now read as integers * update notebook since ids are now read as integers * update conda environments * add dependabot config for docker images * add a new line * bump version to 0.2.2 * add pandas as required dependency * Bump continuumio/miniconda3 from 4.10.3p0 to 4.10.3 (#30) Bumps continuumio/miniconda3 from 4.10.3p0 to 4.10.3. --- updated-dependencies: - dependency-name: continuumio/miniconda3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent abb52ac commit 86b4f38

File tree

9 files changed

+284
-199
lines changed

9 files changed

+284
-199
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image to Ubuntu
2-
FROM continuumio/miniconda3:4.7.10
2+
FROM continuumio/miniconda3:4.10.3
33

44
# File Author / Maintainer
55
MAINTAINER Aaron Pulver <apulverizer@gmail.com>

build.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Set the base image to Ubuntu
2-
FROM continuumio/miniconda3:4.7.10
2+
FROM continuumio/miniconda3:4.10.3
33

44
# File Author / Maintainer
55
MAINTAINER Aaron Pulver <apulverizer@gmail.com>

0 commit comments

Comments
 (0)