Skip to content

Commit 69da39d

Browse files
committed
Fix InputFileName; start FileNameTake
also Symbol("Null") -> Symbol(Null) os.path -> osp
1 parent cb17bb4 commit 69da39d

2 files changed

Lines changed: 92 additions & 64 deletions

File tree

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,20 @@ New builtins:
3434
- ``PythonForm``, ``SympyForm`` these is not in WL. It simply will show a crude translation to ``sympy`` or ``python``. Expect more and better translation later
3535
- ``Throw`` and ``Catch``
3636
- ``With``
37+
- Start ``FileNameTake``
3738

3839
Enhancements and Bug fixes:
3940
+++++++++++++++++++++++++++
4041

4142
- Workaround for ``Compile`` so it accepts functions ##1026
42-
- Add ``Trace`` option to ``Get[]``. ``Get["fn", Trace->True]`` will show lines as they are read.
43+
- Add ``Trace`` option to ``Get``. ``Get["fn", Trace->True]`` will show lines as they are read.
4344
- Add bool for ``from_python``
44-
- fix ``DeleteCases`` when there is a level spec.
45+
- Extend ``DeleteCases`` to accept a levelspec parameter.
4546
- Set Evaluation#exc_result to capture ``Aborted``, ``Timeout``, ``Overflow1``, etc.
4647
- ``ImageData`` changed to get bits {0,1} not bools.
4748
- add tokenizer symbols for <-> and -> and the unicode versions of those.
4849
- fix ``Needs``
50+
- ``System`$InputFileName`` is now set inside ``Needs`` and ``Get``
4951

5052
1.1.0
5153
-----

0 commit comments

Comments
 (0)