Wykres commitów

1249 Commity (5790933d8c3a9cdcea5162ecc100e4cca3053a42)

Autor SHA1 Wiadomość Data
David Anthoff 5790933d8c Update documentation with new julia support 2019-03-02 17:27:58 -08:00
David Anthoff 2320f5cf0e Fix another python 3.4 issue in julia code 2019-03-02 11:26:56 -08:00
David Anthoff 1a6d844f46 Fix typo in julia code 2019-03-02 10:06:29 -08:00
David Anthoff c892f3fdf6 Handle JuliaProject.toml properly 2019-03-02 09:56:13 -08:00
David Anthoff 3b3d2c8c84 Fix Python 3.4 compat in julia code 2019-03-02 09:50:00 -08:00
David Anthoff d09634cd74 Fix julia test 2019-03-01 22:12:29 -08:00
Nathan Daly 86a3f0051f Add julia semver code 2019-03-01 21:57:03 -08:00
David Anthoff f3d0bf41e3 Add semver detection logic 2019-02-27 22:05:23 -08:00
David Anthoff 8afbcb62ec Fix julia test bug 2019-02-27 21:07:39 -08:00
David Anthoff 7d7f238be1 Fix julia test 2019-02-27 21:06:42 -08:00
David Anthoff 77fd0dbf29 Fix julia test 2019-02-27 20:48:59 -08:00
David Anthoff a83fe400b8 Fix import bug in julia part of code 2019-02-26 08:54:41 -08:00
David Anthoff 47e09b2adb Rename julia build packs 2019-02-26 08:52:44 -08:00
David Anthoff bc0229ac5f Restructure files for julia 2019-02-26 08:50:28 -08:00
David Anthoff 9c2b66d7b0 Enable a julia test again 2019-02-26 08:50:16 -08:00
David Anthoff 8b1ef5c120 Merge branch 'reorg-julia' of https://github.com/davidanthoff/repo2docker into reorg-julia 2019-02-25 22:38:59 -08:00
David Anthoff 26eecc7548 Start reading julia version from Project.toml 2019-02-25 22:38:56 -08:00
David Anthoff dc661f292d Test a bugfix 2019-02-25 19:23:21 -08:00
David Anthoff 90ada02d33 Make julia path handling a bit more robust 2019-02-25 17:05:45 -08:00
David Anthoff 671836e1da Rename julia tests 2019-02-25 15:55:26 -08:00
David Anthoff e95300fa25 Add comments to julia pack 2019-02-25 15:51:20 -08:00
David Anthoff a08520c5b5 Fix IJulia installation 2019-02-25 15:43:19 -08:00
David Anthoff 3e9f8ec1de Rearrange inputs 2019-02-25 15:18:02 -08:00
David Anthoff c9770ee41e Split julia support into legacy and current 2019-02-25 15:18:02 -08:00
David Anthoff 7f88531c9e Properly configure Project.toml location for IJulia kernel 2019-02-25 15:15:39 -08:00
David Anthoff 4cc66ddac1 Fix IJulia installation 2019-02-25 15:15:39 -08:00
David Anthoff 0b1e6e60f0 Fix calls to julia_env_exists 2019-02-25 15:15:39 -08:00
David Anthoff 36ade7430c Add support for julia Project.toml files 2019-02-25 15:15:39 -08:00
Min RK 41a9375984
Merge pull request #592 from betatim/freeze-tests
[MRG] Add tests for setting Python version during freeze
2019-02-25 10:56:22 +01:00
Tim Head 7956df9d1e
Merge pull request #591 from davidanthoff/update-julia-versions
Add support for julia 1.1, update julia 1.0 version
2019-02-25 08:30:42 +01:00
Tim Head b581060ebf
Fix typo in julia test README
Co-Authored-By: davidanthoff <anthoff@berkeley.edu>
2019-02-24 09:07:06 -08:00
David Anthoff a0801ac86f Update julia test file permissions 2019-02-24 09:06:13 -08:00
David Anthoff 892d93c5f4 Update tests for more julia versions 2019-02-23 18:02:14 -08:00
Tim Head ffed59a56d Add tests for setting Python version during freeze 2019-02-23 15:03:44 +01:00
David Anthoff cdb3de5690 Add support for julia 1.1, update julia 1.0 version 2019-02-22 19:54:11 -08:00
Tim Head b6c4e7eeaa
Merge pull request #590 from betatim/bump-date
Fix release date of 0.8.0
2019-02-21 14:49:46 +01:00
Tim Head ed514946ed Fix release date of 0.8.0 2019-02-21 14:49:09 +01:00
Tim Head af2cc83aa7
Merge pull request #577 from betatim/releasing-0.7.1
[MRG] Update ChangeLog to release 0.8.0
2019-02-21 12:09:13 +01:00
Tim Head 69a5fcefbe
Merge pull request #587 from minrk/xdigit
fix "Possible nested set" warning
2019-02-21 12:07:53 +01:00
Carol Willing 9264b7dbb0
Merge pull request #588 from betatim/double-label-trouble
Fix up double label trouble in the config file docs
2019-02-21 02:44:59 -08:00
Tim Head 35d1cac0bd Update ChangeLog to the v0.8.0 release of repo2docker. 2019-02-21 11:43:04 +01:00
Tim Head a33eafab62
Merge pull request #586 from minrk/refresh-lock
regen Pipfile.lock
2019-02-21 11:36:12 +01:00
Tim Head 7fa922a612 Fix up double label trouble in the config file docs 2019-02-21 11:34:32 +01:00
Tim Head 397695bbaa
Merge pull request #539 from yuvipanda/v3.7
Bump default python version to 3.7
2019-02-21 11:06:03 +01:00
Min RK 17d7afb124 fix "Possible nested set" warning
`[:xdigit:]` is not a valid character class in Python regular expressions

use explicit hex digit pattern
2019-02-21 11:01:38 +01:00
Min RK adfd8c4d15
Merge pull request #585 from betatim/docs-tweaks
[MRG] Update documentation with more cross references
2019-02-21 10:55:23 +01:00
Min RK 26bf1e8ce5 regen Pipfile.lock 2019-02-21 10:50:47 +01:00
Min RK de3658442b update docs for pinning Python
- clarify that runtime.txt is only for env files that don't support runtime specification
- specify default version of Python and when it changed
- more links to pinning docs
2019-02-21 10:20:56 +01:00
Min RK 2baf31dc8a add default_python replacement to sphinx
and get docs version from the package so it doesn't get out of date
2019-02-21 10:07:54 +01:00
Tim Head bc5a53d977 Update documentation with more cross references 2019-02-21 08:38:38 +01:00