Massimiliano Ghilardi
e0041b6ecb
Merge pull request #193 from kgeneral/master
...
Update README.md
2020-01-02 14:42:42 +01:00
Massimiliano Ghilardi
97ba7c0f9e
manually add content of @steele232 pull request https://github.com/gopherdata/gophernotes/pull/178
2020-01-02 14:37:17 +01:00
kgeneral
d0cc4dda01
Update README.md
...
enhance installation guide for Linux - when copied kernel.json has no write permission
2020-01-02 15:05:34 +09:00
Massimiliano Ghilardi
6124cc7fba
version 0.6.1
v0.6.1
2019-12-08 19:20:38 +01:00
Massimiliano Ghilardi
c1c08c988a
use github.com/gofrs/uuid instead of github.com/satori/go.uuid
...
update dependencies to gomacro v0.0.0-20191208174034-544c7736fb06
2019-12-08 19:17:08 +01:00
Massimiliano Ghilardi
6806b5aa81
Merge pull request #190 from lakexyde/patch-1
...
Update README.md
2019-12-04 15:16:42 +01:00
Olalekan Oladipupo
02bac7772a
Update README.md
2019-12-03 14:12:21 +01:00
Massimiliano Ghilardi
f601dca792
Merge pull request #189 from gopherdata/go1.11module
...
Go 1.11 module support
v0.6.0
2019-12-02 15:22:17 +01:00
Massimiliano Ghilardi
3a09b20f74
update Dockerfile* for Go 1.11 modules
2019-12-01 14:01:19 +01:00
Massimiliano Ghilardi
37954c03da
update Windows build script for GO111MODULE
2019-11-30 14:47:11 +01:00
Massimiliano Ghilardi
53d939150b
imports/a_package.go: do not rename imported package "github.com/cosmos72/gomacro/imports"
2019-11-30 12:10:35 +01:00
Massimiliano Ghilardi
3b43e94ac7
README.md: write more robust installation instructions for Linux and Mac OS X
2019-11-30 11:35:10 +01:00
Massimiliano Ghilardi
c09014919e
update go.mod and go.sum
2019-11-28 22:29:44 +01:00
Massimiliano Ghilardi
d957030e54
* update go.mod to latest gomacro for runtime support of Go 1.11 modules:
...
import "/path/to/some/package" is now module-aware
* require Go compiler >= 1.11, the first version with modules support
* delete vendor/ directory, replaced by versioned dependencies in go.mod
2019-11-28 22:08:37 +01:00
Sebastien Binet
8a9de0dd7a
ci: drop Go-1.10 and 1.9, add Go-1.13 and 1.12
v0.5.0
2019-10-01 13:52:29 +02:00
Sebastien Binet
79c7916ea1
all: add support for Go modules
...
Fixes #181 .
Fixes #170 .
2019-10-01 13:52:19 +02:00
Massimiliano Ghilardi
a8228d64ec
really fix #174 : previous fix broke some imports, including "fyne.io/fyne/widget"
v0.4.0
2019-07-04 22:50:17 +02:00
Massimiliano Ghilardi
17a3c8c219
disable gomacro experimental CTI generics
2019-06-24 19:40:47 +02:00
Massimiliano Ghilardi
3f7b312635
update vendored gomacro to fix #176
2019-06-24 19:39:12 +02:00
Massimiliano Ghilardi
5004e48269
fix issue #175 , fix bootstrap panic if Go toolchain is not installed at runtime
2019-06-22 19:03:13 +02:00
Massimiliano Ghilardi
013398a601
fix build errors with go 1.9
2019-06-19 22:35:00 +02:00
Massimiliano Ghilardi
1c4b514e4b
fix #174
2019-06-17 22:48:09 +02:00
Massimiliano Ghilardi
7c3ca4e0f5
update vendored gomacro to fix #172
2019-06-01 22:30:37 +02:00
Massimiliano Ghilardi
42dbcfe6d3
Merge pull request #171 from mattn/fix-display
...
Fix displaying `image.Image`
2019-05-24 19:42:50 +02:00
Yasuhiro Matsumoto
94e11a2b83
Fix display
2019-05-18 21:08:10 +09:00
Massimiliano Ghilardi
b4c872a4fc
Merge pull request #169 from gopherdata/autorender_interfaces
...
add and document auto-rendering interfaces, as described in #166
2019-04-17 12:35:02 +02:00
Massimiliano Ghilardi
d50a05f4c6
improve auto-rendering of interpreted types
2019-04-14 15:22:36 +02:00
Massimiliano Ghilardi
a079f39dab
As per @SpencerPark suggestions, try all auto-rendering interfaces
...
instead of stopping after the first successful one.
Adds support for types that implement more than one of HTMLer, JPEGer...
2019-04-13 22:57:40 +02:00
Massimiliano Ghilardi
b7e97ff1e2
pass around *interp.Interp and xreflect.Type and use them to detect
...
if an interpreted type implements one of the rendering interfaces.
2019-04-12 22:13:29 +02:00
Massimiliano Ghilardi
644268658a
use auto-rendering interfaces, as decided in #166
...
TODO: keep []xreflect.Type returned by eval(), to preserve interpreted methods
2019-04-11 22:22:37 +02:00
Massimiliano Ghilardi
44fda23b4b
add the new rendering interfaces (not used yet) decided in #166
2019-04-10 22:31:51 +02:00
Massimiliano Ghilardi
f5d22ffe2c
simplify display functions and types in preparation for interfaces dedicated to rendering - see issue #166
2019-04-10 22:15:44 +02:00
Yasuhiro Matsumoto
b50ec88d78
Add me
2019-03-18 16:49:27 +01:00
Yasuhiro Matsumoto
6e62399a56
Fix usage of gonum
2019-03-18 16:49:27 +01:00
Massimiliano Ghilardi
3e31b9592d
fix 'for { select { default: }; break }'
2018-12-22 19:32:08 +01:00
Massimiliano Ghilardi
a74a5411a5
fix #154 : add symbol Shuffle to package "math/rand" if compiled with Go 1.11+
2018-12-19 23:29:18 +01:00
Massimiliano Ghilardi
d531e1ad65
fix [gomacro#46]( https://github.com/cosmos72/gomacro/issues/46 ):
...
error compiling `_ = func(ch chan string) { for { select { case <-ch: default: return } } }`
2018-12-19 22:21:53 +01:00
Yono Mittlefehldt
b8c75f0e54
Updated the documentation to show how to properly run the gophernotes docker image that contains data science packages ( #153 )
2018-12-13 14:10:58 -05:00
Massimiliano Ghilardi
2c5843f03f
fix #151 : Odd Interaction between standard packages and some third party packages
...
Also update imports with most new types, constants and variables declared in Go 1.11 standard library - for example strings.Builder
2018-11-18 16:46:10 +01:00
Massimiliano Ghilardi
b58dd906c4
support mixing tagged and untagged struct fields
2018-10-27 22:05:05 +02:00
Massimiliano Ghilardi
300bfbcc95
update vendored gomacro to fix #148 : recognize and process struct field tags
2018-10-26 21:17:24 +02:00
Massimiliano Ghilardi
640617150a
fix #149 : implement print() and println() more accurately
2018-10-21 00:11:15 +02:00
Massimiliano Ghilardi
c6a172053d
added MIME type autodetection to most functions in package 'display'.
...
new functions in package 'display': Any(), File(), Reader(), WriterTo()
2018-10-01 21:16:39 +02:00
Massimiliano Ghilardi
1e0b564385
Merge pull request #145 from prattmic/patch-1
...
Fix README.md typos
2018-10-01 15:15:44 +02:00
Michael Pratt
86a69e5617
Fix README.md typos
2018-09-29 09:42:50 -07:00
Massimiliano Ghilardi
8e2632175b
update vendored gomacro to fix https://github.com/cosmos72/gomacro/issues/38
2018-09-15 19:24:30 +02:00
Massimiliano Ghilardi
6679c8a7cf
Merge pull request #141 from AlekSi/patch-1
...
Add `-u` to all `go get` commands
2018-09-14 14:24:24 +02:00
Sebastien Binet
938b19bbb6
ci: add Go1.11
2018-09-12 13:47:10 +02:00
Alexey Palazhchenko
a63be8cb4a
Add -u
to all go get
commands
...
For consistency with Linux instructions.
2018-08-29 08:48:44 +03:00
Spencer Park
df31119eb1
Pin down tornado and ipykernel version to compatible ones. Fixes #137 . ( #140 )
2018-08-18 13:19:19 -04:00