Path: csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Diane Trout Newsgroups: linux.debian.maint.python Subject: Re: Packaging Bokeh Date: Sat, 05 Sep 2015 18:50:02 +0200 Message-ID: References: X-Original-To: "W. Martin Borgert" X-Mailbox-Line: From debian-python-request@lists.debian.org Sat Sep 5 16:48:37 2015 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.5 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, CAPINIT=0.5, LDO_WHITELIST=-5] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -6.1 User-Agent: KMail/4.14.2 (Linux/4.1.0-1-amd64; KDE/4.14.2; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Mailing-List: archive/latest/12552 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/1618427.6KU7tF2LhO@myrada Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python@lists.debian.org X-Original-Date: Sat, 05 Sep 2015 09:28:48 -0700 X-Original-Message-ID: <1618427.6KU7tF2LhO@myrada> X-Original-References: <2046623.4LEmuCvnNS@myrada> <20150905075726.GA21231@fama> Xref: csiph.com linux.debian.maint.python:7245 > > The most proper packaging would require grunt to be able to rebuild > > bokeh.js. I was wondering if releasing the pypi version would be good > > enough. (The package does at least contain a non-minimized version of > > bokeh.js) > I'm not sure about this, but it looks like the Bokeh source is a > huge directory of coffeescript files, while the resulting > bokeh.js is not the source code. So build is: 1. coffee -> js > 2. concat all js. Maybe its possible without grunt, just like > Antonio did with jQuery? That's a good idea. I'll investigate. > > Yes, but please fix the long description. It starts with > "Abstract Rendering takes the opposite approach:" which confused > me :~) Good point > > > Should I work on getting > > blaze submitted? > > If blaze is only needed for the tests, I suggest to postpone it. > (What is blaze anyway?) As far as I could tell blaze is an implementation of a subset of the numpy/pandas API for talking to like databases and csv files http://blaze.pydata.org/en/latest/ There's several things that spun off and became dependencies of blaze. Probably one of the cooler is Dask. which is multi-core/out of memory numpy arrays & pandas dataframes with some kind of remote execution scheduler. http://dask.pydata.org/en/latest/#