Matthew

Results 21 issues of Matthew

It would be nice if there was a nicer functional-feeling clojurey way to parameterise jobs with some config parameters. At the moment if I understand correctly I need to specify...

Two things which theano doesn't really do and which would be really really useful for sequential data and NLP applications, perhaps enough to make me take the jump :) In...

Apologies as I'm not sure if the problem is with clj-stacktrace or with https://github.com/purcell/ac-nrepl, but it's a bit of a showstopper for using this in the REPL in emacs so...

REXMLUtilityNode seems to set an 'attributes' instance variable on String instances. While not a show-stopper, this makes YAML serialization quite verbose, eg: ``` :postal_code: !str str: postal code "@attributes": {}...

A small feature request. To be honest this isn't particularly hard to do directly: ``` (def s3-client ;; This looks for credentials in the standard places. (AmazonS3Client. (DefaultAWSCredentialsProviderChain.))) ``` But...

Currently the regexp is quite slow, likely due to it containing a separate union term for each emoji. A lot of the emojis are consecutive codepoints, and some like the...

So it says: "Unix-friendly input and output. Pipe things in, out, and all around." which I took to mean I could do something like ``` bash tar -czv big-directory |...

### Is your feature request related to a problem? Often with xarray I find myself having to create a template Dataset or DataArray with dummy data in it just to...

enhancement
topic-typing

I've found it useful to have a version of Dataset.sum which sums variables in a way that's consistent with what would happen if they were broadcast to the full Dataset...

topic-documentation

Hiya! In some source datasets the original chunks have irregular sizes. For example one netcdf file per year, where some years are leap years hence shorter than others. Although the...