-
updated installation files (closes GH37)
-
use
np.asarray
instead ofnp.array
, because it does not copy the data (closes GH2) -
Update 0
- improved the exercises (more explanations, removed unnecessary parts, slight restructuring)
- added disclaimer when using a system command, e.g.
! head file
(closes GH34) - pandas as last exercise (closes GH4)
- ex0_1: mention shift + tab to get to the help (closes GH15)
- ex0_2:
np.random.randint
is exclusive (closes GH1) - ex0_2: Add more exercises on
np.arange
(closes GH39)
-
Updated Part 1
- corrected some typos
- restructured some exercises
- explain arguments of
plt.subplots
(closes GH6 and GH7) - explain why np.newaxis is needed in ex1_2 (broadcasting) (closes GH10)
- replaced plt.scatter by ax.scatter in ex1_3 (closes GH12)
- now plots correct data in last exercise of ex1_4 (closes GH13)
- hexbin can handle NaNs in ex1_5 (closes GH14)
-
Updated Part 2
- typos, small changes to text
- simplify ex2_2
-
Updated Part 3
- use
mplotutils as mpu
instead ofutils
- simplifications & typos
- ex3_1 replaced the color 'teal' with 'green' (closes GH11)
- ex3_1 use
plt.scatter?
for help, asax.scatter?
returns the cartopy scatter function (closes [GH18][i18]) - ex3_2 fix typos and colormap range (closes GH17 and GH19)
- ex3_2 explain the 351 (and not 350) in
np.arange(-10, 351, 20)
(closes GH22) - ex3_5 typo (closes GH20)
- ex3_6 correct longitude range (closes GH21)
- ex3_8 rephrase: we cannot do along-line color changes (closes GH24)
- use
-
Updated Part 4
- use
mplotutils as mpu
instead ofutils
for ex4_1 and ex4_2 - correct typos
- use
- Version used for the first pyvis course.
- Create release.