Skip to content

Commit 1361cba

Browse files
committed
update release notes
1 parent b0c7a6f commit 1361cba

File tree

1 file changed

+25
-10
lines changed

1 file changed

+25
-10
lines changed

release-notes.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
11
# Release Notes
22

3-
### \[LATEST] Release Node (v1.1.2), Browser (v1.1.2)
3+
### \[LATEST] Release Node (v1.2.0), Browser (v1.2.0)
4+
5+
**Date:** 3rd April 2025
6+
7+
#### What's Changed
8+
9+
* Upgrade of SheetJS dependency
10+
* fix: replace does not accept falsy strings or numbers
11+
* Adds function overload to NDFrame toCSV and toJSON so danfojs-base and danfojs-browser can use the same code
12+
* Better error handling for io functions
13+
* Update io.excel.ts to use default values for options
14+
* fix dtypes not used on csv parse
15+
* fix isEmpty bug with bigInt
16+
17+
#### Contributors: @risenW @BowTiedAztec @kgeis @geoextra @pensono @acctsi1 @babennettdev @kitfit-dave @ekynoxe @nucoinha @lyhue1991
18+
19+
**Full Changelog**: https://github.com/javascriptdata/danfojs/releases/tag/v1.2.0
20+
21+
### Release Node (v1.1.2), Browser (v1.1.2)
422

523
**Date:** 12th October 2022
624

@@ -110,17 +128,14 @@ Minor patch update for column name display after aggregation functions like sum,
110128
* Add loc indexing support for Series
111129
* Add configuration support for formating DataFrame display in the console
112130
* New DataFrame `applyMap` function for element-wise apply function
113-
* `and` and `or` logical comparison support. E.g\
114-
`df.loc({`\
115-
`rows: df['Salary_in_1000'].gte(100)).and(df['Age'].gt(60))`\
116-
`})`
131+
* `and` and `or` logical comparison support. E.g`df.loc({``rows: df['Salary_in_1000'].gte(100)).and(df['Age'].gt(60))``})`
117132
* `read_csv` now uses [Papaparse](https://www.papaparse.com) and supports config values for headers, separator, etc.
118133
* `to_csv` , `to_json` and `to_excel` functions now support saving to local disk in Node and downloadable in the browser. Also, supports config parameters for output.
119134
* `read_json` now supports config values for headers, authentication, separator, etc.
120135
* `read_excel` now uses [XLSX](https://www.npmjs.com/package/xlsx) parser, hence supports all XLSX config options.
121-
* DataFrame `query` function now accepts boolean masks with single or multiple conditions. E.g\
122-
`df.query({`\
123-
`rows: df['Salary_in_1000'].gte(100)).and(df['Age'].gt(60))`\
136+
* DataFrame `query` function now accepts boolean masks with single or multiple conditions. E.g
137+
`df.query({`
138+
`rows: df['Salary_in_1000'].gte(100)).and(df['Age'].gt(60))`
124139
`})`
125140

126141
**Bug Fixes**
@@ -138,7 +153,7 @@ Contributors [@risenW](https://github.com/risenW)
138153

139154
**Date:** 30th May 2021
140155

141-
\[Bug Fixes]: [#206](https://github.com/opensource9ja/danfojs/issues/206) [#203](https://github.com/opensource9ja/danfojs/issues/203) [#200](https://github.com/opensource9ja/danfojs/issues/200) [#198](https://github.com/opensource9ja/danfojs/issues/198) [#198](https://github.com/opensource9ja/danfojs/issues/198) [#188](https://github.com/opensource9ja/danfojs/issues/188) [#181](https://github.com/opensource9ja/danfojs/issues/181) [#175](https://github.com/opensource9ja/danfojs/issues/175) [#183](https://github.com/opensource9ja/danfojs/issues/183) [#168](https://github.com/opensource9ja/danfojs/issues/168)\
156+
\[Bug Fixes]: [#206](https://github.com/opensource9ja/danfojs/issues/206) [#203](https://github.com/opensource9ja/danfojs/issues/203) [#200](https://github.com/opensource9ja/danfojs/issues/200) [#198](https://github.com/opensource9ja/danfojs/issues/198) [#198](https://github.com/opensource9ja/danfojs/issues/198) [#188](https://github.com/opensource9ja/danfojs/issues/188) [#181](https://github.com/opensource9ja/danfojs/issues/181) [#175](https://github.com/opensource9ja/danfojs/issues/175) [#183](https://github.com/opensource9ja/danfojs/issues/183) [#168](https://github.com/opensource9ja/danfojs/issues/168)
142157
\[Patches] [#191](https://github.com/opensource9ja/danfojs/issues/191) [#161](https://github.com/opensource9ja/danfojs/issues/161) [#206](https://github.com/opensource9ja/danfojs/issues/206)
143158

144159
Contributors [@risenW](https://github.com/risenW) [@steveoni](https://github.com/steveoni) [@jpjagt](https://github.com/jpjagt) [@sponsfreixes](https://github.com/sponsfreixes) [@bherbruck](https://github.com/bherbruck) [@woosuk288](https://github.com/woosuk288) and [@adithyaakrishna](https://github.com/adithyaakrishna)
@@ -209,7 +224,7 @@ A simple example:
209224
})
210225
211226
</script>
212-
227+
213228
</body>
214229
215230
</html>

0 commit comments

Comments
 (0)