Changes

import matplotlib.pyplot as plt
x = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52]
y = [0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
xl = ['2022-w27', '2022-w28', '2022-w29', '2022-w30', '2022-w31', '2022-w32', '2022-w33', '2022-w34', '2022-w35', '2022-w36', '2022-w37', '2022-w38', '2022-w39', '2022-w40', '2022-w41', '2022-w42', '2022-w43', '2022-w44', '2022-w45', '2022-w46', '2022-w47', '2022-w48', '2022-w49', '2022-w50', '2022-w51', '2022-w52', '2023-w01', '2023-w02', '2023-w03', '2023-w04', '2023-w05', '2023-w06', '2023-w07', '2023-w08', '2023-w09', '2023-w10', '2023-w11', '2023-w12', '2023-w13', '2023-w14', '2023-w15', '2023-w16', '2023-w17', '2023-w18', '2023-w19', '2023-w20', '2023-w21', '2023-w22', '2023-w23', '2023-w24', '2023-w25', '2023-w26', '2023-w27']
plt.close('all')
plt.style.use('ggplot')
fig, ax = plt.subplots(nrows=1, ncols=1, figsize=(10, 4))
ax.bar(x, y)
tig = ax.get_xticks()
labs = []
for t in tig:
    if t in x:
        labs.append(xl[x.index(t)])
    else:
        labs.append("")
ax.set_xticklabels(labs)
ax.grid(True)
ax.set_title("commits")
plt.show()

(png, hires.png, pdf)

_images/filechanges-1.png

List of recent changes:

#

change number

date

author

comment

463

02b11e9

2023-01-11

xavier dupré

blog

462

96f63a1

2023-01-09

xavier dupré

Update requirements.txt

461

19c79b4

2023-01-09

xavier dupré

Update requirements.txt

460

857cbd4

2023-01-09

xavier dupré

Update 2015-04-04_first_blogpost.rst

459

2a1d304

2022-12-30

xavier dupré

Update conf.py

458

67bfc4f

2022-12-29

xavier dupré

check documentation generation

456

7bc2e75

2022-12-11

xavier dupré

Update plot_project_name.py

455

b81ade9

2022-07-23

xavier dupré

update CI

454

e85a4f6

2022-07-20

xavier dupré

Uses f strings

453

36bb10f

2022-06-13

xavier dupré

pdf

452

9902104

2022-06-13

xavier dupré

lint

451

e365b29

2022-04-14

xavier dupré

Update requirements.txt

450

04e1b43

2022-03-06

xavier dupré

Update setup.py

448

714c673

2021-10-23

xavier dupré

Update test_code_style.py

447

cf524c6

2021-10-05

xavier dupré

lint

446

8788654

2021-10-02

xavier dupré

lint

445

ce9c407

2021-10-02

xavier dupré

update setup

443

49806fa

2021-08-19

xavier dupré

Update .travis.yml

442

25f3ef5

2021-08-19

xavier dupré

Update config.yml

440

0b30799

2021-05-27

xavier dupré

update travis link

439

6a1f235

2021-04-13

xavier dupré

Update .local.jenkins.lin.yml

438

5aed5e9

2021-04-12

xavier dupré

Update .local.jenkins.lin.yml

437

75d4dd6

2021-04-12

xavier dupré

Update requirements.txt

436

7c10c2c

2021-04-12

xavier dupré

refactor setup

435

6ddab61

2021-01-18

xavier dupré

Update setup.py

434

7f1f82e

2021-01-09

xavier dupré

Update .local.jenkins.lin.yml

433

ba6d2fd

2021-01-01

xavier dupré

Update conf.py

432

b399b22

2021-01-01

xavier dupré

update for python 3.9

431

17961ae

2020-10-23

xavier dupré

Update config.yml

430

4f22727

2020-10-23

xavier dupré

Update appveyor.yml

429

835663f

2020-08-30

xavier dupré

Update __init__.py

428

b03baf7

2020-06-23

xavier dupré

Update .local.jenkins.lin.yml

427

a1ed373

2020-06-22

xavier dupré

Update requirements.txt

426

2c9ab85

2020-06-22

xavier dupré

Update requirements.txt

424

21cba74

2020-05-16

xavier dupré

Create MANIFEST.in

423

4f5e068

2020-04-22

xavier dupré

Update azure-pipelines.yml

422

09495af

2020-03-28

xavier dupré

Update setup.py

421

d83ca31

2020-02-23

xavier dupré

Update .local.jenkins.lin.yml

420

e1bc756

2020-02-07

xavier dupré

update local jobs

419

bdd9703

2020-01-03

xavier dupré

Update appveyor.yml

418

ead1e44

2020-01-03

xavier dupré

Update appveyor.yml

417

3942557

2020-01-03

xavier dupré

enable CI on python 3.8

416

1d782c5

2019-12-18

xavier dupré

remove one test

415

39d79b3

2019-11-12

xavier dupré

Update requirements.txt

414

6d45105

2019-11-04

xavier dupré

Update azure-pipelines.yml

413

c3dc23d

2019-10-23

xavier dupré

Update test_readme.py

412

31c7060

2019-10-17

xavier dupré

Update .local.jenkins.lin.yml

411

8a1ff68

2019-06-10

xavier dupré

coverage

410

6f00baf

2019-05-17

xavier dupré

Update .local.jenkins.win.yml

409

14c7008

2019-05-04

xavier dupré

update CI

408

5879a3c

2019-05-04

xavier dupré

Update conf.py

407

17ccf82

2019-04-30

xavier dupré

simplify documentation

405

4905951

2019-04-27

xavier dupré

Update conf_base.py

404

f00f0db

2019-04-27

xavier dupré

update CI

403

39a0e5e

2019-04-27

xavier dupré

Update requirements.txt

402

58322b2

2019-04-27

xavier dupré

Update setup.py

401

b82ae4f

2019-04-25

xavier dupré

Fixes #6, remove folder src

400

6ca7aab

2019-04-25

xavier dupré

moves files, refactoring

399

423f5d3

2019-04-23

xavier dupré

Update test_code_style.py

398

ae207d7

2019-04-06

xavier dupré

Update requirements.txt

397

472a6a8

2019-04-02

xavier dupré

remove unnecessary check

396

edb1dcd

2019-04-02

xavier dupré

Update build_script.bat

395

206d0ae

2019-03-25

xavier dupré

Update azure-pipelines.yml

394

699a805

2019-03-23

xavier dupré

Update conf.py

393

414f86a

2019-03-23

xavier dupré

Update .gitignore

392

4c37364

2019-03-23

xavier dupré

Update requirements.txt

391

430ff7e

2019-03-23

xavier dupré

Delete test_version.py

390

4e22507

2019-03-23

xavier dupré

Update setup.py

389

a9ba15b

2019-03-23

xavier dupré

update version, requirements

387

216060d

2019-03-20

xavier dupré

Update .gitignore

386

88d8306

2019-03-20

xavier dupré

Delete __init__.py

385

b722029

2019-03-20

xavier dupré

fix missing import in doc conf.py

384

fbe9bd3

2019-03-20

xavier dupré

Update test_version.py

383

5870d94

2019-03-20

xavier dupré

Update appveyor.yml

382

42afaaa

2019-03-19

xavier dupré

Update requirements.txt

381

dbf976d

2019-03-19

xavier dupré

simplifies the template, remove unnecessary import

380

5dc0b01

2019-02-21

xavier dupré

blog post

379

49ca001

2019-02-16

xavier dupré

Update README.rst

377

782065b

2019-01-08

xavier dupré

Update LICENSE.txt

376

8eaebee

2018-11-25

xavier dupré

Update notrebook test

375

a641b59

2018-11-22

xavier dupré

Update azure-pipelines.yml

374

43b9567

2018-11-22

xavier dupré

Update azure-pipelines.yml

373

2a8a235

2018-11-22

xavier dupré

Update azure-pipelines.yml

372

d75d5b6

2018-11-22

xavier dupré

Update azure-pipelines.yml

371

8c3776c

2018-11-21

xavier dupré

Update azure-pipelines.yml

370

f0b494c

2018-11-21

xavier dupré

Update azure-pipelines.yml

369

9b3198b

2018-11-21

xavier dupré

Update azure-pipelines.yml

368

9d487b6

2018-11-21

xavier dupré

update azure pipeline

367

10d8d91

2018-11-21

xavier dupré

Update azure-pipelines.yml

366

f5e402d

2018-11-21

xavier dupré

Set up CI with Azure Pipelines

365

39b97c5

2018-09-23

xavier dupré

update CI

364

992754e

2018-09-23

xavier dupré

update CI

363

f3c02d8

2018-09-19

xavier dupré

remove epub generation

362

fbb7157

2018-09-16

xavier dupré

remove unnecessary dependency

361

25111e3

2018-08-28

xavier dupré

add missing dependencies for circleci

360

42122ef

2018-08-27

xavier dupré

update setup.py

359

f330fc8

2018-08-26

xavier dupré

update circleci

358

fe7faec

2018-08-25

xavier dupré

add a test about combining coverage report

357

e92548a

2018-08-25

xavier dupré

simplify unit test

356

436163d

2018-08-24

xavier dupré

update jenkins local CI

355

64e8611

2018-08-21

xavier dupré

update linux jenkins job

354

9bf6d0f

2018-08-21

xavier dupré

add jenkins job definition for linux

353

fa6ee91

2018-08-05

xavier dupré

disable one warning for pylint

352

898dddf

2018-07-30

xavier dupré

put xenial back

351

29a84ad

2018-07-30

xavier dupré

tries bionic on travis

350

3ac951d

2018-07-22

xavier dupré

update requirements

349

df58e62

2018-07-22

xavier dupré

update requirements

348

916296e

2018-07-22

xavier dupré

update CI

347

4398419

2018-07-22

xavier dupré

update build_script.bat

346

1188c69

2018-07-07

xavier dupré

update pandoc

342

ef30cbc

2018-05-17

xavier dupré

update setup and build circleci

341

432a9f2

2018-05-12

xavier dupré

update code style

339

d474416

2018-05-12

xavier dupré

fix failing unit test

338

5ed5992

2018-05-12

xavier dupré

for codacy

337

fcdd677

2018-05-12

xavier dupré

style issues

335

1ad3f11

2018-05-11

xavier dupré

rename neg_filter into neg_pattern

334

220d3e1

2018-05-10

xavier dupré

add import sphinx_gallery in conf.py

332

d1a5ae2

2018-05-10

xavier dupré

rename project_name into python3_module_template

331

8e36242

2018-04-14

xavier dupré

update circleci

330

a9c8473

2018-04-14

xavier dupré

update warning

329

b619495

2018-04-14

xavier dupré

pep8

327

4d93df1

2018-03-28

xavier dupré

update requirements

326

d842f35

2018-03-25

xavier dupré

update setup.py

325

6081661

2018-03-24

xavier dupré

update history

324

4c15d5d

2018-03-24

xavier dupré

update script bat

322

63278b3

2018-02-24

xavier dupré

update setup.py

321

c369f59

2018-02-24

xavier dupré

requirements, documentation

320

0c1886e

2018-02-17

xavier dupré

update requirements

319

011cf51

2018-01-02

xavier dupré

update license

318

5b6ac16

2017-12-09

xavier dupré

artifact

317

cb02cb6

2017-12-01

xavier dupré

update script

316

2e5364a

2017-11-29

xavier dupré

update script

314

a2203ee

2017-11-18

xavier dupré

add artifacts on appveyor

313

03c5942

2017-11-12

xavier dupré

update python version

312

3cecdf6

2017-10-06

xavier dupré

fix documentation

310

59aa6a0

2017-09-17

xavier dupré

add history.rst in setup.py

309

23b8fdd

2017-08-27

xavier dupré

add blog gallery

308

5f40bf5

2017-08-20

xavier dupré

reduce size of logo

307

1e007ec

2017-08-20

xavier dupré

update doc circleci

306

8db763b

2017-08-20

xavier dupré

update path

305

d21bff4

2017-08-20

xavier dupré

update requirements

304

1364155

2017-08-20

xavier dupré

update circleci

303

4008428

2017-08-20

xavier dupré

update requirements

302

e34dc45

2017-08-20

xavier dupré

fix run_notebook

301

002406a

2017-08-20

xavier dupré

fix typo

300

1b00ad2

2017-08-20

xavier dupré

fix run_notebook

298

6850552

2017-08-20

xavier dupré

update error message

297

e6407d7

2017-08-19

xavier dupré

update unit test

296

36433be

2017-08-19

xavier dupré

fix circleci

295

b6909e4

2017-08-19

xavier dupré

enable wheel and documentation on circleci

294

929418d

2017-08-19

xavier dupré

fix circleci

293

0bebff6

2017-08-19

xavier dupré

add circleci

290

adbe9b9

2017-08-14

xavier dupré

fix missing import

289

029e911

2017-08-14

xavier dupré

update finalize of notebook testing

288

7e29c61

2017-08-13

xavier dupré

add dummy history

287

2a8752a

2017-08-11

xavier dupré

change the default template to readthedocs

286

9586ba6

2017-08-11

xavier dupré

add a second gallery of examples

285

453d1af

2017-08-08

xavier dupré

licence

284

8386307

2017-07-12

xavier dupré

add rst output for documentation

283

463e2cc

2017-07-03

xavier dupré

another fix to test the documentation

282

b48da2b

2017-07-03

xavier dupré

update to test some issues with the documentation

281

f22f94b

2017-06-30

xavier dupré

update setup.py

280

387210e

2017-06-29

xavier dupré

35 to 36

279

70992d7

2017-06-25

xavier dupré

fix for PPDF

278

025c441

2017-06-11

xavier dupré

update jenkins build

277

61ad788

2017-05-23

xavier dupré

fix path in jenkins job definition

276

4aa43d1

2017-05-22

xavier dupré

update setup.py

275

1cc0910

2017-05-22

xavier dupré

update jenkins_build

274

2bd2543

2017-05-08

xavier dupré

update license

272

21117ab

2017-04-25

xavier dupré

update local jenkins for Python 2.7

271

30a85ef

2017-04-22

xavier dupré

documentation configuration

268

5eccdce

2017-04-17

xavier dupré

example of how to add a reference to the documentation from a notebook

267

0c663e3

2017-04-15

xavier dupré

pep8

266

d8fe683

2017-03-22

xavier dupré

update requirements

265

720a76a

2017-03-11

xavier dupré

update script

264

00ac766

2017-02-23

xavier dupré

jenkins

263

59a40d8

2017-02-22

xavier dupré

pep8 everywhere

262

8b6e2c0

2017-02-17

xavier dupré

update jenkins anaconda

261

c1d2d12

2017-02-16

xavier dupré

update jenkins winpython

260

0e86cbf

2017-02-12

xavier dupré

update travis

259

b6ff3ea

2017-02-11

xavier dupré

update appveyor badges

258

72ccb49

2017-01-11

xavier dupré

update jenkins build for Python 2.7

257

c99c940

2017-01-11

xavier dupré

updtae jenkins build

256

13da35e

2017-01-06

xavier dupré

update local jenkins

255

1973d7f

2017-01-03

xavier dupré

update jenkins build

254

4d5b928

2017-01-01

xavier dupré

add python 3.6 for ci

251

fb4740f

2016-12-20

xavier dupré

reverting previous changes

250

5a99beb

2016-12-20

xavier dupré

test

249

5174a89

2016-12-20

xavier dupré

update default configuration for latex issues

248

189f6d4

2016-12-20

xavier dupré

update notebooks

247

32d84a3

2016-12-20

xavier dupré

gitgnore

246

9e7ec46

2016-12-20

xavier dupré

add notebook gallery

245

898cfcd

2016-12-18

xavier dupré

add examples for sphinx-gallery

244

8e4a903

2016-12-09

xavier dupré

remove empty list (PDF is crashing)

243

11e450b

2016-12-05

xavier dupré

update setup.py

242

5bc737c

2016-12-04

xavier dupré

stop testing on python 3.4

241

5f70fd6

2016-12-03

xavier dupré

remove download badge

240

26e76f2

2016-12-02

xavier dupré

update setup.py

239

76a7689

2016-11-20

xavier dupré

add an example for a link to github

238

a5c99d5

2016-11-05

dupre

pep8

237

bc43c4b

2016-10-22

dupre

avoid uploading with a wrong subversion number

236

6254870

2016-09-25

dupre

update appveyor

235

4361d9d

2016-09-25

dupre

update requirements

234

e04a98f

2016-09-25

dupre

update notebook menu

233

fdfd27f

2016-09-03

dupre

update local jenkins

232

17227db

2016-09-02

dupre

update unit test

231

18417a0

2016-09-02

dupre

pep8

230

53c6861

2016-09-01

dupre

update unit test

229

3b45a79

2016-08-31

dupre

update local jenkins

228

7e8035c

2016-08-28

dupre

update local jenkins

227

81e084f

2016-08-27

dupre

update locale jenkins

226

8f30b87

2016-08-27

dupre

remove unnecessary imports

225

c756348

2016-08-27

dupre

simplify conf_base

224

a7899f1

2016-08-27

dupre

simplify the code, avoid adding path for pyquickhelper

223

75d765a

2016-08-27

dupre

add an extra layer to the documentation with pyquickhelper

221

b59f966

2016-08-27

dupre

update local.jenkins

220

fa23866

2016-08-26

dupre

update jenkins definition

219

7a7af92

2016-08-26

dupre

update jenkins build

218

5c25445

2016-08-25

dupre

update jenkins jobs

217

54b6b13

2016-08-25

dupre

fix local jenkins

216

3e24a03

2016-08-25

dupre

update local jenkins

215

e8ebedc

2016-08-24

dupre

update setup.py

214

4c9a7ce

2016-08-22

dupre

update local jenkins

213

c4297c9

2016-08-22

dupre

update requirements

212

79357b8

2016-08-21

xavier dupré

update jenkins definition

211

1545232

2016-08-21

xavier dupré

update jenkins local build

210

0bb87a4

2016-08-21

dupre

update yml script

209

a86f076

2016-08-21

dupre

add local build definition

208

8305cf2

2016-08-21

dupre

update notebook

207

2cdc615

2016-08-13

dupre

simplify setup.py

206

e26847a

2016-08-12

dupre

remove unnecessary code in setup.py

204

15cc470

2016-07-26

dupre

update setup.py

203

43f6f20

2016-07-26

dupre

update setup.py with latest version of pyquickhelper

202

d4ae16e

2016-07-26

dupre

update requirements

198

8fb4516

2016-07-15

dupre

add an example for faq

197

da37c6a

2016-07-14

dupre

remove @FAQ

194

8cb4590

2016-06-18

dupre

update requirements

193

e740b19

2016-06-18

dupre

add ckecking with images

191

dc59d89

2016-06-11

dupre

fix link to blog post

190

40752db

2016-06-11

dupre

update requirements

189

fb56493

2016-06-11

dupre

add todolist

187

90ab9bc

2016-06-06

dupre

fix link to issues

186

7024757

2016-06-06

dupre

pep8

185

68db8dc

2016-06-06

dupre

text of an issue

182

ff86140

2016-05-08

dupre

update setup for python27

181

48f8dd2

2016-05-04

dupre

update travis, appveyor, flake8

180

7d15a4c

2016-05-04

dupre

fix pep8 for travis

179

e7cce36

2016-05-04

dupre

update travis

178

9cd67a0

2016-04-25

dupre

update build_script

177

29091d6

2016-04-16

dupre

applies pep8

176

8362a3f

2016-04-16

dupre

extend unit test coverage

175

6170b68

2016-03-26

dupre

update for pyquickhelper 1.4 + update the version number

173

bff2c70

2016-03-04

dupre

change link, << >> github

172

4ede346

2016-03-04

dupre

fix documentation

171

0a835cd

2016-03-04

dupre

runpython –> link to the documentation

170

3f5631e

2016-02-24

dupre

pep8

167

b4c3c8e

2016-02-14

dupre

update readme

166

c56aace

2016-02-14

dupre

pep8

165

debde15

2016-02-14

dupre

fix documentation share button

162

8e3fc3a

2016-01-02

dupre

update setup.py

161

a67b001

2016-01-02

dupre

update requirements

160

669b196

2016-01-02

dupre

documentation and coverage

159

a99f591

2015-12-29

dupre

update appveyor

158

3bf4e02

2015-12-27

dupre

update setup.py

153

965981c

2015-12-12

dupre

update notebook

152

8683e3e

2015-12-10

dupre

update appveyor

151

d4d0826

2015-12-09

dupre

update appveyor

150

1409ccc

2015-12-09

dupre

remove dateutils

149

620d5c2

2015-11-08

dupre

update requirements.txt

148

f94aec9

2015-11-01

dupre

update appveyor

147

c21b6e9

2015-11-01

dupre

add appveyor

146

7abf0ac

2015-10-31

dupre

update setup.py

145

dcf2411

2015-10-31

dupre

update setup.py

144

03d6e81

2015-10-28

dupre

update setup.py

143

575080a

2015-10-10

dupre

test formulas in the documentation

142

09a5569

2015-10-10

dupre

add formula to check their conversion

141

36d550a

2015-10-01

dupre

update setup.py

140

e000fb6

2015-09-26

dupre

update notebooks

139

215ec62

2015-09-18

dupre

revert to python 3.4 build_script.bat

138

537bf31

2015-09-17

dupre

update to python 3.5

137

f9e9eda

2015-08-26

dupre

update setup.py

136

00ad93e

2015-08-23

dupre

update setup.py to try a feature in pyquickhelper

135

5378b44

2015-08-22

dupre

example of files removed from the coverage report

133

4f6da63

2015-08-20

dupre

update version number

132

d07cf3a

2015-08-19

dupre

change kernel name

131

ee1b7b1

2015-08-19

dupre

disable custom jupyter kernels on travis

130

098c4d1

2015-08-19

dupre

add unit test to check syntax of README.rst (for pipy) + unit test to run notebooks offline

129

36883d7

2015-08-13

dupre

update requirements for jupyter 4.0

128

327a897

2015-08-10

dupre

update .gitignore

127

03dba59

2015-08-07

dupre

update coverage

126

02b33cc

2015-08-07

dupre

update travis.yml

125

900c514

2015-08-07

dupre

remove unnecessary files

124

11529e8

2015-08-07

dupre

update .coveragerc

123

62d1c9f

2015-08-07

dupre

update travis.yml

122

ed212d7

2015-08-07

dupre

update documentation with unit tests coverage

121

7f36688

2015-08-07

dupre

update documentation with a command runpython

120

76ca013

2015-08-05

dupre

documentation + an example of command runpython

114

f70cad3

2015-06-21

dupre

update setup.py

113

5801af3

2015-06-06

dupre

update license variable

112

5803c7e

2015-06-05

dupre

setup_hook

111

fb65500

2015-05-24

dupre

update setup to fix an issue when pyquickhelper is not here

110

81f6ba2

2015-05-22

dupre

add parameter use_print to _setup_hook

109

fda73bb

2015-05-21

dupre

add chm files

106

93fe6f6

2015-05-18

dupre

add _setup_hook and blog link

105

41405ea

2015-05-15

dupre

update a notebook using slideshow

104

dd254e2

2015-05-15

dupre

add a notebook to demonstrate the slide show (not yet working)

102

97be693

2015-05-14

dupre

fix the setup to include extensions tohelp

101

41741f4

2015-05-06

dupre

update setup and add examples

100

1008a09

2015-05-06

dupre

update setup

99

723e5b3

2015-05-05

dupre

change the automated scripts

98

70f817b

2015-04-28

dupre

change build_setup_help_on_windows to run unit test on anaconda

97

d1192f9

2015-04-27

dupre

update readme.rst

96

0cd7a24

2015-04-27

dupre

update readme.rst

95

ba1b966

2015-04-26

dupre

add blog root

93

eef66e7

2015-04-25

dupre

fix the setup for python 2.7

92

1510284

2015-04-24

dupre

dependencies

91

63f26c1

2015-04-22

dupre

update setup.py (write_version)

90

963b981

2015-04-22

dupre

update setup.py

89

7b00f11

2015-04-21

dupre

update setup.py to enforce the writing of version.txt

88

b904909

2015-04-20

dupre

add a second blog post as a test

87

ac714de

2015-04-17

dupre

migration to 2.7

85

c39d783

2015-04-16

dupre

update .gitignore

82

deb73d4

2015-04-15

dupre

requiremements

81

38713c1

2015-04-15

dupre

update .gitignore

80

d29327f

2015-04-15

dupre

update to ipython 3.1, documentation

79

507bf6e

2015-04-07

dupre

modifies .gitignore

75

60a1838

2015-04-04

dupre

update git_ignore

74

7da2380

2015-04-04

dupre

update a blog post

73

c3e122c

2015-04-04

dupre

improve documentation, blog test

72

84696f5

2015-04-04

dupre

add pdf output

71

bc4c724

2015-03-23

dupre

update conf.py, remove unnecessary file

68

9d6a915

2015-03-21

dupre

rename the project

67

1ba62ea

2015-03-21

dupre

applies flake8

65

966d5e2

2015-03-17

dupre

write version.txt before generating the setup

64

eee6ab0

2015-03-16

dupre

add image to pypi

63

4b3f145

2015-03-01

dupre

update requirements

62

90df230

2015-03-01

dupre

update requirements

61

199d0b3

2015-03-01

dupre

add travis build definition

60

5ff3d9b

2015-03-01

dupre

applies pep8

59

0cc8aa6

2015-02-28

dupre

remove building for python 3.3

58

be50224

2015-02-22

dupre

improve setup.py

57

ff30c86

2015-02-21

dupre

update publish_on_pypi.bat

56

b5569dc

2015-02-19

dupre

fix setup batch

55

0472104

2015-02-17

dupre

build the setup with any python distribution

54

c4848d2

2015-01-25

dupre

shebang

53

1e4250c

2015-01-19

dupre

improve setup, build batch

52

7e3f007

2015-01-17

dupre

documentation + setup + extra spaces

51

e6c0b6d

2014-12-30

dupre

simplify the sphinx conf.py

50

6c4f270

2014-12-30

dupre

add graph to documentation

49

a02e809

2014-12-06

sdpython

fix the setup

48

000bb62

2014-12-06

sdpython

update the projects with modifications made on pyquickhelper

47

907f490

2014-11-15

sdpython

remove the weird character on pypi

45

0d3431e

2014-11-09

sdpython

fix the setup (cannot find readme.rst)

42

ecb1742

2014-08-18

sdpython

encoding

41

7b8d88f

2014-07-27

sdpython

remove unnecessary files

40

a8c28d7

2014-07-19

sdpython

extends setup.py with build_sphinx, unittests

39

e768de8

2014-06-18

sdpython

+msi

35

1671cea

2014-03-19

sdpython

migration to Python 3.4

33

849f7d2

2014-03-04

sdpython

documentation + remove files after updating gitignore

31

12eff08

2014-02-26

sdpython

version modification in the setup

30

f1a09a0

2014-02-20

sdpython

comment

27

b15220c

2014-02-08

sdpython

clean the code

26

a17ef2e

2014-02-08

sdpython

clean the code after applying pylint

25

5bac56f

2014-02-07

sdpython

remove unnecessary files

24

8142781

2014-02-07

sdpython

gitignore

23

0bab897

2014-02-07

sdpython

update gitignore and setup

22

fa9f612

2014-02-06

sdpython

remove usused files

21

d39083a

2014-02-04

sdpython

setup

20

78ae166

2014-02-01

sdpython

fix the search page on documentation

19

3f319a3

2014-02-01

sdpython

improve the documentation

17

22a328e

2013-12-28

sdpython

remove dependency on pyhome, adding pyquickhelper

16

19c2c93

2013-08-13

xavier

fixing setup

15

39244bc

2013-08-12

xavier

missing files from previous commit

14

db55053

2013-08-11

xavier

fixes the setup, improves the documentation

13

004f60c

2013-07-17

xavier

fixing setup

12

73e2c37

2013-06-28

xavier

refining the configuration file for the documentation

11

a71b44d

2013-06-27

xavier

adding more examples

10

3fe6eeb

2013-06-27

xavier

minor changes, more examples about the syntax

9

692a089

2013-06-23

xavier

changing the documentation theme

8

5f1fa75

2013-06-22

xavier

adding examples with relatives imports + an example of a data files included in the documentation

7

eeec38c

2013-06-19

xavier

various fixes about the documentation, changed an import into a relative import

6

1865837

2013-06-19

xavier

fixing issues with the documentation, less indirection, working with submodules importing another one

5

2871d27

2013-06-14

xavier

adding a link to the generated documentation based on this project in README.rst

4

cc07c1e

2013-06-14

xavier

modifications in README.rst

3

a26d2dc

2013-06-14

xavier

adding all remaining files related to the first version

2

57f2270

2013-06-14

xavier

learning github, adding a couple of files

1

8a78e2b

2013-06-14

xavier

first commit