Hi all,
The get_yt.sh script is now in the repository.
If a few people could test it, that would be super helpful.
But I think Kacper has also been doing some really cool work on
getting buildbots set up for binary builds. Kacper, is there a way to
test that out? Or is it premature?
Thanks all,
Matt
New issue 669: Creating a custom made total potential field from Enzo datasets
https://bitbucket.org/yt_analysis/yt/issue/669/creating-a-custom-made-total…
Anonymous:
When creating a custom made field for the total potential (the potential of gas and particles) a basic field creation gave some issues while trying to plot the equipotential line through the SlicePlot contour option. The details of the issues are in the post:
http://lists.spacepope.org/pipermail/yt-users-spacepope.org/2013-September/…
The problem has been solved but the reasons why it showed up are still not clear.
The script used to generate the plot has been attached. The sample Enzo datasets given in the website did not have the gravitational potential as output, so here is the download link for one of my outputs:
https://www.dropbox.com/sh/zc5bm6dif33uqyh/VeZ4F4ha5O
Was big file so I had to split it into three, to reassemble them:
cat myfiles_split.tgz_* | tar xz
Thanks for the help,
Roberto
Responsible: MatthewTurk
Hi all,
The last week or so, I've been working on a redesign of the website.
I've gotten some really good feedback from Nathan, Britton and a few
others, and I think it's ready to be opened up for more general
comments.
The redesign pull request is here:
https://bitbucket.org/yt_analysis/website/pull-request/11/draft-redesign-us…
and the redesign itself can be viewed here:
http://yt-project.org/index2.html
There were a couple goals here:
* Make information much easier to get at
* Reduce the text and increase the size of the text on the front page
* Make the website *way* easier for people to edit
* Make the website *way* less javascript heavy
* Indicate much more strongly that we're part of the scientific
Python ecosystem
* Emphasize that yt is analysis-focused with visualization built on
that, rather than the other way around
There are a few visual glitches still (the headings underline when you
mouse over them, and I'm trying to make the text lighter) but I think
it's ready for feedback. I'd appreciate any comments, either here or
on the pull request. And, if we decide this is *not* the direction to
go, that's fine too!
Britton and I have gone back and forth on how to fix up the gallery
and integrate the hub and the blog more deeply. That's a much longer
project, but we see the three all coming together nicely in the
future. As it stands, the Gallery will likely include a few images
linked to scientific papers, link to a few things on the hub
(notebooks, projects, etc), and is currently handled via version
control.
Britton's working on expanding it, but if you can read this, you
should also add some stuff to it! Ultimately what I think would work
best would be to solicit contributions directly, solicit contributions
to the hub, and then flag some things for display in the gallery. It
would be nice to include basically all types of contributions here --
notebooks, scripts, figures, papers -- and I'm coming to really think
the gallery is essential.
Incidentally, this week as Anthony and I have been working on getting
support for PyNE interoperability with yt, I've had occasion to view
their docs and found them to be really nice. The gallery system they
have is quite nice and very similar to where we're going with the yt
docs and the cookbook, but just a *little* bit further than we've
gone:
http://pynesim.org/http://pynesim.org/gallery/index.html
If we decide this website is the way to go, I'll spend some time
trying to make our docs play look a bit nicer with it, although likely
not with black background.
Thanks for any feedback,
Matt
New issue 666: Grids callback is broken in 3.0
https://bitbucket.org/yt_analysis/yt/issue/666/grids-callback-is-broken-in-…
Nathan Goldbaum:
```
#!python
File "/usr/local/bin/yt", line 9, in <module>
load_entry_point('yt==3.0dev', 'console_scripts', 'yt')()
File "/Users/goldbaum/Documents/yt-3.0/yt/utilities/command_line.py", line 1701, in run_main
args.func(args)
File "/Users/goldbaum/Documents/yt-3.0/yt/utilities/command_line.py", line 87, in run
self(args)
File "/Users/goldbaum/Documents/yt-3.0/yt/utilities/command_line.py", line 1317, in __call__
plt.annotate_grids()
File "/Users/goldbaum/Documents/yt-3.0/yt/visualization/plot_window.py", line 98, in newfunc
args[0]._setup_plots()
File "/Users/goldbaum/Documents/yt-3.0/yt/visualization/plot_window.py", line 963, in _setup_plots
self.run_callbacks(f)
File "/Users/goldbaum/Documents/yt-3.0/yt/visualization/plot_window.py", line 983, in run_callbacks
callback(cbw)
File "/Users/goldbaum/Documents/yt-3.0/yt/visualization/plot_modifications.py", line 365, in __call__
GLE = plot.data.grid_left_edge
AttributeError: 'YTSlice' object has no attribute 'grid_left_edge'
```
The solution is to grab the grid left edges from the geometry handler.
New issue 665: The "all" particle type duplicates memory
https://bitbucket.org/yt_analysis/yt/issue/665/the-all-particle-type-duplic…
Matthew Turk:
Currently, the "all" particle type duplicates a large amount of memory. We should push this into the IO layer as a conceptual field, and avoid any usages of the `_field_concat` that we can avoid.
Responsible: MatthewTurk
New issue 663: Notebook uploads no longer have descriptions
https://bitbucket.org/yt_analysis/yt/issue/663/notebook-uploads-no-longer-h…
Matthew Turk:
It looks like with the most recent notebook format, our method for grabbing the descriptions and/or titles of notebooks for the hub has broken. What used to be in the JSON `metadata` object with the key `name` no longer is.
Hey yt,
I realize I am being fairly selfish here, but I think that it
would be great if there was a stable yt-3.0 that was *the*
yt. My personal opinion is that it is stable enough.
I don't expect this to happen tomorrow. But I don't think
that the end of the year would be an unreasonable target.
Matt seemed amicable to the idea when we talked about it
yesterday. Still, I thought I would throw this out there
for folks to give feedback on.
Be Well
Anthony