Compare commits
2 Commits
95e166a058
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
5e724c6b40
|
|||
|
15c6ec899e
|
34
journal/week7.typ
Normal file
34
journal/week7.typ
Normal file
@@ -0,0 +1,34 @@
|
||||
#import "template.typ": week, day
|
||||
|
||||
#show: week.with(num: 7)
|
||||
|
||||
#day(1)
|
||||
|
||||
- better handle type variables
|
||||
- write simple demo script
|
||||
- various fixes
|
||||
|
||||
#day(2)
|
||||
|
||||
- weekly meeting
|
||||
- start implementing data-frame and column types
|
||||
|
||||
#day(3)
|
||||
|
||||
- statically check cast expressions on literal values
|
||||
- add unsafe cast
|
||||
- setup user manual
|
||||
- setup report
|
||||
|
||||
#day(4)
|
||||
|
||||
- work on data-frame and column types (method resolution, subtyping)
|
||||
|
||||
#day(5)
|
||||
|
||||
- work on data-frame and column types (asserts, dunders)
|
||||
- start writing user manual (quick start)
|
||||
|
||||
#day(7)
|
||||
|
||||
- work on user manual (Midas reference, supported Python syntax)
|
||||
Reference in New Issue
Block a user