Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sagesmc
Path: blob/master/build/pkgs/jmol/SPKG.txt
8817 views
1
= Jmol for Sage =
2
3
== Description ==
4
5
This updates jar files necessary for Jmol
6
to operate from the command line and the Notebook.
7
It does not contain the Notebook javascript library
8
jmol_lib.js or changes to Notebook or Sage code.
9
10
== License ==
11
12
GPLv2+
13
14
== SPKG Maintainers ==
15
16
* Jonathan Gutow
17
18
== Upstream Contact ==
19
20
* Jonathan Gutow
21
* e-mail: [email protected]
22
* Homepage: http://www.uwosh.edu/facstaff/gutow
23
24
== Dependencies ==
25
26
* Sage Notebook (sagenb)
27
28
== Changelog ==
29
=== jmol-12.3.27.p3 (Jonathan Gutow, Sept 15, 2012) ===
30
31
* switch to #!/usr/bin/env bash in testjava.sh
32
33
=== jmol-12.3.27.p2 (Jonathan Gutow, July 14, 2012) ===
34
35
* Fix not exiting with code 1 when java not available.
36
37
=== jmol-12.3.27.p1 (Jonathan Gutow, July 12, 2012) ===
38
39
* update testjava.sh to check java versions (now requires
40
versions 1.5 - 1.7)
41
42
=== jmol-12.3.27.p0 (Jonathan Gutow, May 27, 2012) ===
43
44
* update to Jmol-12.3.27 included fixes to the headless JmolData.jar
45
allowing it to generate images.
46
* Adds testjava.sh to the jmol directory for checking if java
47
is installed.
48
49
=== jmol-12.2.21.p0 (Jonathan Gutow, April 8, 2012) ===
50
51
* update to Jmol-12.2.21 includes updates to .jar files necessary
52
for using a headless Jmol to generate static images server-side.
53
54
=== jmol-12.0.45.p4 (Jason Grout, February 4, 2012) ===
55
56
* make the SAGE_LOCAL/bin/jmol script executable
57
58
=== jmol-12.0.45.p3 (Dan Drake, Jason Grout, January 11, 2012) ===
59
60
* improvements to spkg-install and SPKG.txt.
61
62
=== jmol-12.0.45.p2 (Jonathan Gutow, July 18, 2011) ===
63
64
* added patched launch script jmol to spkg repository.
65
66
=== jmol-12.0.45.p1 (Jonathan Gutow, June 24, 2011) ===
67
68
* added signed applet to spkg and patched Jmol.js to allow on the fly
69
switching to the signed applet.
70
71
=== jmol-12.0.45.p0 (Jonathan Gutow, June 17, 2011) ===
72
73
* refactored to more standard Sage spkg organization and
74
naming. First package designed to be part of base install.
75
76
=== jmol-1.1.7 (Jonathan Gutow, June 15, 2011) ===
77
78
* for Flask notebook moves Jmol to SAGE_ROOT/local/share
79
80
=== jmol-1.1.6 (Jonathan Gutow, June 14, 2011) ===
81
82
* adds Jmol.help and sage.mnu back into appletweb directory. Updates
83
Jmol to 12.0.45
84
85
=== jmol-1.1.5 (Jonathan Gutow, March 22, 2011) ===
86
87
* removes jmol_lib.js and notebook_lib.js so that they can be tracked
88
using mercurial. This package now only updates Jmol.js and the
89
JmolXXX.jar (binary) files to Jmol 12.0.35
90
91
=== jmol-1.1.4 (Jonathan Gutow, January 22, 2011) ===
92
93
* Fixes to jmol_lib.js to accommodate vocabulary changes in SAGE.
94
95
* updates to Jmol 12.0.30 which includes bug fixes to the script
96
engine.
97
98
* (1.1.3)-Fixes to .spkg to accommodate change in notebook code in
99
the SAGE directory. Code cleanup in jmol_lib.js and changes to
100
allow updates to Jmol.js to have an effect.
101
102