Skip to content

Commit

Permalink
v0.2.2 release (#31)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
apulverizer and dependabot[bot] committed Dec 25, 2021
1 parent abb52ac commit 86b4f38
Show file tree
Hide file tree
Showing 9 changed files with 284 additions and 199 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the base image to Ubuntu
FROM continuumio/miniconda3:4.7.10
FROM continuumio/miniconda3:4.10.3

# File Author / Maintainer
MAINTAINER Aaron Pulver <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set the base image to Ubuntu
FROM continuumio/miniconda3:4.7.10
FROM continuumio/miniconda3:4.10.3

# File Author / Maintainer
MAINTAINER Aaron Pulver <[email protected]>
Expand Down
Loading

0 comments on commit 86b4f38

Please sign in to comment.