Skip to content

Commit 37460e8

Browse files
committed
update changelog and landing page
1 parent aa09cb4 commit 37460e8

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

Python/changes.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ Changelog
55
This is a record of all past PLYMI releases and what went into them,
66
in reverse chronological order.
77

8+
----------
9+
2022-01-29
10+
----------
11+
12+
- Added a section to Module 3 about drop-in automatic differentiation for NumPy, via the library `MyGrad <https://github.com/rsokl/MyGrad>`_
13+
- Removed instructions for downgrading `jedi` (upstream bug fixed).
14+
- Fixed typos.
15+
16+
817
----------
918
2021-02-28
1019
----------

Python/index.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Python Like You Mean It
77
=======================
88

9-
Written by `Ryan Soklaski <https://scholar.google.com/citations?hl=en&user=coXsftgAAAAJ&view_op=list_works&gmla=AJsN-F7Eg769ERNBQDKZ5-5xmT9qh2G2chKgH0Lwbd3zujR7FAPiWmVp_57dFPKG_h7ghPeLG8oGysj5YWziwXib4oHb6kr2HA>`_ (Twitter/GitHub:`@rsokl <https://twitter.com/rsokl>`_)
9+
Written by Ryan Soklaski (Twitter/GitHub:`@rsokl <https://twitter.com/rsokl>`_)
1010

1111
Edited by `David Mascharka <https://davidmascharka.com/>`_
1212

@@ -63,7 +63,12 @@ The following people made significant contributions to PLYMI, adding problems wi
6363

6464
About Me
6565
--------
66-
I started learning to use Python in graduate school for my physics research, and I was *so* bad at using it. Fortunately, one of my labmates was more experienced and had the good sense to tell me that my code and work flow was terrible. He pointed me to tooling, style guides, and documentation pages so that I could improve (I'd like to think that this resource would have been a huge help to me back then). I've been coding in Python for at least eight years now, and I've taken to following the language, along with its new features and changes, quite closely. Currently I do machine learning research, and have served as a core developer for a machine learning library. I also love to teach, so this has been a fun project for me to take on!
66+
I started learning to use Python in graduate school for my physics research, and I was *so* bad at using it. Fortunately, one of my labmates was more experienced and had the good sense to tell me that my code and work flow was terrible. He pointed me to tooling, style guides, and documentation pages so that I could improve (I'd like to think that this resource would have been a huge help to me back then). I've been coding in Python for at least ten years now, and I've taken to following the language, along with its new features and changes, quite closely. Currently I do machine learning research, and have served as a core developer for a machine learning library. I also love to teach, so this has been a fun project for me to take on!
67+
68+
Here are some other open source projects that I have created:
69+
70+
- `MyGrad <https://github.com/rsokl/MyGrad>`_: Adds drop-in automatic differentiation to NumPy
71+
- `hydra-zen <https://github.com/mit-ll-responsible-ai/hydra-zen>`_: Configurable, reproducible, and scalable workflows in Python, via Hydra
6772

6873

6974
.. toctree::

Python/intro.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Python Like You Mean It
77
=======================
88

9-
Written by `Ryan Soklaski <https://scholar.google.com/citations?hl=en&user=coXsftgAAAAJ&view_op=list_works&gmla=AJsN-F7Eg769ERNBQDKZ5-5xmT9qh2G2chKgH0Lwbd3zujR7FAPiWmVp_57dFPKG_h7ghPeLG8oGysj5YWziwXib4oHb6kr2HA>`_ (Twitter/GitHub:`@rsokl <https://twitter.com/rsokl>`_)
9+
Written by Ryan Soklaski (Twitter/GitHub:`@rsokl <https://twitter.com/rsokl>`_)
1010

1111
Edited by `David Mascharka <https://davidmascharka.com/>`_
1212

@@ -61,4 +61,10 @@ The following people made significant contributions to PLYMI, adding problems wi
6161

6262
About Me
6363
--------
64-
I started learning to use Python in graduate school for my physics research, and I was *so* bad at using it. Fortunately, one of my labmates was more experienced and had the good sense to tell me that my code and work flow was terrible. He pointed me to tooling, style guides, and documentation pages so that I could improve (I'd like to think that this resource would have been a huge help to me back then). I've been coding in Python for at least eight years now, and I've taken to following the language, along with its new features and changes, quite closely. Currently I do machine learning research, and have served as a core developer for a machine learning library. I also love to teach, so this has been a fun project for me to take on!
64+
I started learning to use Python in graduate school for my physics research, and I was *so* bad at using it. Fortunately, one of my labmates was more experienced and had the good sense to tell me that my code and work flow was terrible. He pointed me to tooling, style guides, and documentation pages so that I could improve (I'd like to think that this resource would have been a huge help to me back then). I've been coding in Python for at least ten years now, and I've taken to following the language, along with its new features and changes, quite closely. Currently I do machine learning research, and have served as a core developer for a machine learning library. I also love to teach, so this has been a fun project for me to take on!
65+
66+
Here are some other open source projects that I have created:
67+
68+
- `MyGrad <https://github.com/rsokl/MyGrad>`_: Adds drop-in automatic differentiation to NumPy
69+
- `hydra-zen <https://github.com/mit-ll-responsible-ai/hydra-zen>_`: Configurable, reproducible, and scalable workflows in Python, via Hydra
70+

0 commit comments

Comments
 (0)