Releases: NLeSC/guide
Releases · NLeSC/guide
Zenodo
v1.0.0
Version 1.0
Most important changes:
- Restructured the main Guide topics into language chapters (already were there) and new category of "technology" chapters, in addition to a short best practices page that mostly links elsewhere.
- Introduced new contribution guidelines and process
- Removed outdated content
- Updated what was left
What's Changed
- Remove trailing whitespace by @bouweandela in #272
- Change master to main where needed and update other links by @bouweandela in #271
- replace nlesc.github.io software list with new RSD by @sjvrijn in #275
- Fix link to Github releases documentation. by @carschno in #278
- Update link checker and fix broken links by @bouweandela in #273
- Update logo by @bouweandela in #277
- Update licensing.md by @cpranav93 in #280
- typos by @cpranav93 in #283
- Update link check action by @bouweandela in #279
- Add technical details to Contributing page by @egpbos in #289
- Remove the Publishing chapter by @bouweandela in #287
- Refer people to The Turing Way by @bouweandela in #285
- Alternative for broken link by @hanneoberman in #292
- Remove outdated Projects chapters by @bouweandela in #293
- Remove best practices checklist (available elsewhere) by @bouweandela in #294
- Remove outdated teamwork chapter by @bouweandela in #295
- Remove licensing chapters (available elsewhere) by @bouweandela in #296
- Move chapter owners to page maintainers by @bouweandela in #297
- fix link checker output by @egpbos in #298
- remove a bunch of unused files by @egpbos in #308
- c/c++: fix a broken link by @egpbos in #305
- update Python editors & IDEs section by @egpbos in #261
- Update Python chapter by @egpbos in #302
- Fix posit links by @maltelueken in #309
- Fix broken links in bash chapter by @bouweandela in #311
- Remove Netherlands eScience Specific chapter by @bouweandela in #312
- Remove communication chapter by @bouweandela in #314
- link-checker: exclude private URLs like localhost by @egpbos in #306
- Remove chapter on version control by @bouweandela in #313
- Remove testing chapter by @bouweandela in #315
- Fixed issue #299 by @isazi in #322
- update on publishing through pypi by @f-hafner in #323
- updated contributing guide + PR template by @egpbos in #324
- add style / form advice to contributing guidelines by @egpbos in #329
- rewrite installation section to use pyproject.toml by @sjvrijn in #332
- GPU Programming page by @isazi in #325
- Update Python's best practices by @ofek in #333
- update chapter owners by @egpbos in #337
- Dataset chapter by @suvayu in #328
- Remove broken link and small improvements by @ewan-escience in #343
- Datasets quick fixes + SQLAlchemy addition + CFF updates by @egpbos in #339
- reorganize chapters: add technology guides section by @egpbos in #340
- update PR link checker workflow by @egpbos in #347
- 342 turing way url by @ewan-escience in #352
- improve documentation on JS runtimes by @ewan-escience in #354
- add favicon by @ewan-escience in #357
- [CI] update link checker and handle status 429 (too many requests) by @egpbos in #356
- improvements on frameworks and IDEs by @ewan-escience in #363
- fix broken link in C/C++ chapter by @egpbos in #366
- changes on debuggers, testing, code style and more by @ewan-escience in #365
- 375 checklists by @egpbos in #392
- Fix generating the PDF and improve its formatting by @vedran-kasalica in #393
- Use dependabot to automatically keep GitHub Actions up to date by @bouweandela in #371
- add version control to Best Practices chapter by @egpbos in #394
- add Python type hints by @egpbos in #359
- add testing to best practices chapter by @egpbos in #400
- Migrate Code quality to Best Practices chapter by @vedran-kasalica in #395
- add licensing to best practices chapter by @egpbos in #401
- Replace Code Review chapter with a section in the Best Practices chapter by @egpbos in #402
- Add pointer to SMP chapter by @c-martinez in #404
- Update R chapter by @PabRod in #367
- Update section on documenting Python projects by @bouweandela in #403
- remove releases chapter by @egpbos in #407
- remove documentation chapter by @egpbos in #408
- merge the standards chapter into the best practices chapter by @egpbos in #409
- Fix broken links by @egpbos in #413
- unify chapter headers by @egpbos in #415
- improve README / front page text by @egpbos in #412
- fix links by @egpbos in #417
- move best practices chapter file to top level by @egpbos in #418
- Enable automatic formatting of the guide by @bouweandela in #406
- fix two broken links by @egpbos in #420
- adds Matomo anonymous cookie-free tracking + privacy policy page by @egpbos in #419
- replace fortran90.org with markdown sources on github by @egpbos in #422
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #423
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #424
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #425
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #426
New Contributors
- @sjvrijn made their first contribution in #275
- @carschno made their first contribution in #278
- @cpranav93 made their first contribution in #280
- @hanneoberman made their first contribution in #292
- @maltelueken made their first contribution in #309
- @isazi made their first contribution in #322
- @f-hafner made their first contribution in #323
- @ofek made their first contribution in #333
- @suvayu made their first contribution in #328
- @ewan-escience made their first contribution in #343
- @vedran-kasalica made their first contribution in #393
- @pre-commit-ci made their first contribution in #423
Full Changelog: v0.9.2...v1.0.0
v0.9.2
What's Changed
- Branding color scheme + simple Guide logo by @ctwhome in #227
- Description of end of project support by @c-martinez in #225
- Add chapter on using bash by @bouweandela in #226
- Remove all mentions of eStep and Travis by @bouweandela in #231
- Add User Experience (UX) Section by @ctwhome in #233
- Add link to core infrastructures checklist by @c-martinez in #240
- Add 23 Things resources by @mkuzak in #235
- Move link-checker to github actions by @c-martinez in #239
- Update rapport URL by @sverhoeven in #245
- Add reference to ReviewNB to Code Review section. by @svenvanderburg in #247
- Fix commas after spaces by @abelsiqueira in #256
- Add section on teamwork by @svenvanderburg in #255
- remove java language guide by @cwmeijer in #258
- update Python chapter testing section by @egpbos in #260
- update complete Python chapter by @egpbos in #263
- update code quality services (for Python) by @egpbos in #262
- update python dependencies & build sections by @egpbos in #259
- Change DOI on README to refer to all versions by @bvreede in #269
New Contributors
- @ctwhome made their first contribution in #227
- @svenvanderburg made their first contribution in #247
- @abelsiqueira made their first contribution in #256
- @cwmeijer made their first contribution in #258
- @bvreede made their first contribution in #269
Full Changelog: v0.9.1...v0.9.2
v0.9.1
Test release to check if creation of new version of https://doi.org/10.5281/zenodo.4020565 works
v0.9.0
Test release to check if creation of new version of https://sandbox.zenodo.org/record/668208 works